Interface CTPhoneticRun
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PhoneticRun(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPhoneticRun> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlonggetEb()Gets the "eb" attributelonggetSb()Gets the "sb" attributegetT()Gets the "t" elementvoidsetEb(long eb) Sets the "eb" attributevoidsetSb(long sb) Sets the "sb" attributevoidSets the "t" elementxgetEb()Gets (as xml) the "eb" attributexgetSb()Gets (as xml) the "sb" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetT()Gets (as xml) the "t" elementvoidxsetEb(XmlUnsignedInt eb) Sets (as xml) the "eb" attributevoidxsetSb(XmlUnsignedInt sb) Sets (as xml) the "sb" attributevoidxsetT(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring t) Sets (as xml) the "t" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getT
String getT()Gets the "t" element -
xgetT
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetT()Gets (as xml) the "t" element -
setT
Sets the "t" element -
getSb
long getSb()Gets the "sb" attribute -
xgetSb
XmlUnsignedInt xgetSb()Gets (as xml) the "sb" attribute -
setSb
void setSb(long sb) Sets the "sb" attribute -
xsetSb
Sets (as xml) the "sb" attribute -
getEb
long getEb()Gets the "eb" attribute -
xgetEb
XmlUnsignedInt xgetEb()Gets (as xml) the "eb" attribute -
setEb
void setEb(long eb) Sets the "eb" attribute -
xsetEb
Sets (as xml) the "eb" attribute
-