Interface CTPhoneticPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PhoneticPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPhoneticPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "alignment" attributelongGets the "fontId" attributegetType()Gets the "type" attributebooleanTrue if has "alignment" attributebooleanTrue if has "type" attributevoidsetAlignment(STPhoneticAlignment.Enum alignment) Sets the "alignment" attributevoidsetFontId(long fontId) Sets the "fontId" attributevoidsetType(STPhoneticType.Enum type) Sets the "type" attributevoidUnsets the "alignment" attributevoidUnsets the "type" attributeGets (as xml) the "alignment" attributeGets (as xml) the "fontId" attributexgetType()Gets (as xml) the "type" attributevoidxsetAlignment(STPhoneticAlignment alignment) Sets (as xml) the "alignment" attributevoidxsetFontId(STFontId fontId) Sets (as xml) the "fontId" attributevoidxsetType(STPhoneticType type) Sets (as xml) the "type" attributeMethods 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
-
getFontId
long getFontId()Gets the "fontId" attribute -
xgetFontId
STFontId xgetFontId()Gets (as xml) the "fontId" attribute -
setFontId
void setFontId(long fontId) Sets the "fontId" attribute -
xsetFontId
Sets (as xml) the "fontId" attribute -
getType
STPhoneticType.Enum getType()Gets the "type" attribute -
xgetType
STPhoneticType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getAlignment
STPhoneticAlignment.Enum getAlignment()Gets the "alignment" attribute -
xgetAlignment
STPhoneticAlignment xgetAlignment()Gets (as xml) the "alignment" attribute -
isSetAlignment
boolean isSetAlignment()True if has "alignment" attribute -
setAlignment
Sets the "alignment" attribute -
xsetAlignment
Sets (as xml) the "alignment" attribute -
unsetAlignment
void unsetAlignment()Unsets the "alignment" attribute
-