Interface CTPhoneticPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPhoneticPr extends XmlObject
An XML CT_PhoneticPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPhoneticPr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STPhoneticAlignment.EnumgetAlignment()Gets the "alignment" attributelonggetFontId()Gets the "fontId" attributeSTPhoneticType.EnumgetType()Gets the "type" attributebooleanisSetAlignment()True if has "alignment" attributebooleanisSetType()True if has "type" attributevoidsetAlignment(STPhoneticAlignment.Enum alignment)Sets the "alignment" attributevoidsetFontId(long fontId)Sets the "fontId" attributevoidsetType(STPhoneticType.Enum type)Sets the "type" attributevoidunsetAlignment()Unsets the "alignment" attributevoidunsetType()Unsets the "type" attributeSTPhoneticAlignmentxgetAlignment()Gets (as xml) the "alignment" attributeSTFontIdxgetFontId()Gets (as xml) the "fontId" attributeSTPhoneticTypexgetType()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" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetFontId(STFontId fontId)
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
void setType(STPhoneticType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STPhoneticType type)
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
void setAlignment(STPhoneticAlignment.Enum alignment)
Sets the "alignment" attribute
-
xsetAlignment
void xsetAlignment(STPhoneticAlignment alignment)
Sets (as xml) the "alignment" attribute
-
unsetAlignment
void unsetAlignment()
Unsets the "alignment" attribute
-
-