Interface CTNumFmt
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_NumFmt(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "formatCode" attributebooleanGets the "sourceLinked" attributebooleanTrue if has "sourceLinked" attributevoidsetFormatCode(String formatCode) Sets the "formatCode" attributevoidsetSourceLinked(boolean sourceLinked) Sets the "sourceLinked" attributevoidUnsets the "sourceLinked" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "formatCode" attributeGets (as xml) the "sourceLinked" attributevoidxsetFormatCode(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring formatCode) Sets (as xml) the "formatCode" attributevoidxsetSourceLinked(XmlBoolean sourceLinked) Sets (as xml) the "sourceLinked" 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
-
getFormatCode
String getFormatCode()Gets the "formatCode" attribute -
xgetFormatCode
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetFormatCode()Gets (as xml) the "formatCode" attribute -
setFormatCode
Sets the "formatCode" attribute -
getSourceLinked
boolean getSourceLinked()Gets the "sourceLinked" attribute -
xgetSourceLinked
XmlBoolean xgetSourceLinked()Gets (as xml) the "sourceLinked" attribute -
isSetSourceLinked
boolean isSetSourceLinked()True if has "sourceLinked" attribute -
setSourceLinked
void setSourceLinked(boolean sourceLinked) Sets the "sourceLinked" attribute -
xsetSourceLinked
Sets (as xml) the "sourceLinked" attribute -
unsetSourceLinked
void unsetSourceLinked()Unsets the "sourceLinked" attribute
-