Interface CTCaption
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCaption extends XmlObject
An XML CT_Caption(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTCaption>Factorystatic 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 java.lang.ObjectgetChapNum()Gets the "chapNum" attributejava.math.BigIntegergetHeading()Gets the "heading" attributejava.lang.StringgetName()Gets the "name" attributejava.lang.ObjectgetNoLabel()Gets the "noLabel" attributeSTNumberFormat.EnumgetNumFmt()Gets the "numFmt" attributeSTCaptionPos.EnumgetPos()Gets the "pos" attributeSTChapterSep.EnumgetSep()Gets the "sep" attributebooleanisSetChapNum()True if has "chapNum" attributebooleanisSetHeading()True if has "heading" attributebooleanisSetNoLabel()True if has "noLabel" attributebooleanisSetNumFmt()True if has "numFmt" attributebooleanisSetPos()True if has "pos" attributebooleanisSetSep()True if has "sep" attributevoidsetChapNum(java.lang.Object chapNum)Sets the "chapNum" attributevoidsetHeading(java.math.BigInteger heading)Sets the "heading" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetNoLabel(java.lang.Object noLabel)Sets the "noLabel" attributevoidsetNumFmt(STNumberFormat.Enum numFmt)Sets the "numFmt" attributevoidsetPos(STCaptionPos.Enum pos)Sets the "pos" attributevoidsetSep(STChapterSep.Enum sep)Sets the "sep" attributevoidunsetChapNum()Unsets the "chapNum" attributevoidunsetHeading()Unsets the "heading" attributevoidunsetNoLabel()Unsets the "noLabel" attributevoidunsetNumFmt()Unsets the "numFmt" attributevoidunsetPos()Unsets the "pos" attributevoidunsetSep()Unsets the "sep" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetChapNum()Gets (as xml) the "chapNum" attributeSTDecimalNumberxgetHeading()Gets (as xml) the "heading" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetNoLabel()Gets (as xml) the "noLabel" attributeSTNumberFormatxgetNumFmt()Gets (as xml) the "numFmt" attributeSTCaptionPosxgetPos()Gets (as xml) the "pos" attributeSTChapterSepxgetSep()Gets (as xml) the "sep" attributevoidxsetChapNum(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff chapNum)Sets (as xml) the "chapNum" attributevoidxsetHeading(STDecimalNumber heading)Sets (as xml) the "heading" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name)Sets (as xml) the "name" attributevoidxsetNoLabel(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff noLabel)Sets (as xml) the "noLabel" attributevoidxsetNumFmt(STNumberFormat numFmt)Sets (as xml) the "numFmt" attributevoidxsetPos(STCaptionPos pos)Sets (as xml) the "pos" attributevoidxsetSep(STChapterSep sep)Sets (as xml) the "sep" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTCaption> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name)
Sets (as xml) the "name" attribute
-
getPos
STCaptionPos.Enum getPos()
Gets the "pos" attribute
-
xgetPos
STCaptionPos xgetPos()
Gets (as xml) the "pos" attribute
-
isSetPos
boolean isSetPos()
True if has "pos" attribute
-
setPos
void setPos(STCaptionPos.Enum pos)
Sets the "pos" attribute
-
xsetPos
void xsetPos(STCaptionPos pos)
Sets (as xml) the "pos" attribute
-
unsetPos
void unsetPos()
Unsets the "pos" attribute
-
getChapNum
java.lang.Object getChapNum()
Gets the "chapNum" attribute
-
xgetChapNum
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetChapNum()
Gets (as xml) the "chapNum" attribute
-
isSetChapNum
boolean isSetChapNum()
True if has "chapNum" attribute
-
setChapNum
void setChapNum(java.lang.Object chapNum)
Sets the "chapNum" attribute
-
xsetChapNum
void xsetChapNum(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff chapNum)
Sets (as xml) the "chapNum" attribute
-
unsetChapNum
void unsetChapNum()
Unsets the "chapNum" attribute
-
getHeading
java.math.BigInteger getHeading()
Gets the "heading" attribute
-
xgetHeading
STDecimalNumber xgetHeading()
Gets (as xml) the "heading" attribute
-
isSetHeading
boolean isSetHeading()
True if has "heading" attribute
-
setHeading
void setHeading(java.math.BigInteger heading)
Sets the "heading" attribute
-
xsetHeading
void xsetHeading(STDecimalNumber heading)
Sets (as xml) the "heading" attribute
-
unsetHeading
void unsetHeading()
Unsets the "heading" attribute
-
getNoLabel
java.lang.Object getNoLabel()
Gets the "noLabel" attribute
-
xgetNoLabel
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetNoLabel()
Gets (as xml) the "noLabel" attribute
-
isSetNoLabel
boolean isSetNoLabel()
True if has "noLabel" attribute
-
setNoLabel
void setNoLabel(java.lang.Object noLabel)
Sets the "noLabel" attribute
-
xsetNoLabel
void xsetNoLabel(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff noLabel)
Sets (as xml) the "noLabel" attribute
-
unsetNoLabel
void unsetNoLabel()
Unsets the "noLabel" attribute
-
getNumFmt
STNumberFormat.Enum getNumFmt()
Gets the "numFmt" attribute
-
xgetNumFmt
STNumberFormat xgetNumFmt()
Gets (as xml) the "numFmt" attribute
-
isSetNumFmt
boolean isSetNumFmt()
True if has "numFmt" attribute
-
setNumFmt
void setNumFmt(STNumberFormat.Enum numFmt)
Sets the "numFmt" attribute
-
xsetNumFmt
void xsetNumFmt(STNumberFormat numFmt)
Sets (as xml) the "numFmt" attribute
-
unsetNumFmt
void unsetNumFmt()
Unsets the "numFmt" attribute
-
getSep
STChapterSep.Enum getSep()
Gets the "sep" attribute
-
xgetSep
STChapterSep xgetSep()
Gets (as xml) the "sep" attribute
-
isSetSep
boolean isSetSep()
True if has "sep" attribute
-
setSep
void setSep(STChapterSep.Enum sep)
Sets the "sep" attribute
-
xsetSep
void xsetSep(STChapterSep sep)
Sets (as xml) the "sep" attribute
-
unsetSep
void unsetSep()
Unsets the "sep" attribute
-
-