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 class
CTPhoneticPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.Enum
getAlignment()
Gets the "alignment" attributelong
getFontId()
Gets the "fontId" attributeSTPhoneticType.Enum
getType()
Gets the "type" attributeboolean
isSetAlignment()
True if has "alignment" attributeboolean
isSetType()
True if has "type" attributevoid
setAlignment(STPhoneticAlignment.Enum alignment)
Sets the "alignment" attributevoid
setFontId(long fontId)
Sets the "fontId" attributevoid
setType(STPhoneticType.Enum type)
Sets the "type" attributevoid
unsetAlignment()
Unsets the "alignment" attributevoid
unsetType()
Unsets the "type" attributeSTPhoneticAlignment
xgetAlignment()
Gets (as xml) the "alignment" attributeSTFontId
xgetFontId()
Gets (as xml) the "fontId" attributeSTPhoneticType
xgetType()
Gets (as xml) the "type" attributevoid
xsetAlignment(STPhoneticAlignment alignment)
Sets (as xml) the "alignment" attributevoid
xsetFontId(STFontId fontId)
Sets (as xml) the "fontId" attributevoid
xsetType(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
-
-