Interface CTServerFormat
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ServerFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTServerFormat> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "culture" attributeGets the "format" attributebooleanTrue if has "culture" attributebooleanTrue if has "format" attributevoidsetCulture(String culture) Sets the "culture" attributevoidSets the "format" attributevoidUnsets the "culture" attributevoidUnsets the "format" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "culture" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "format" attributevoidxsetCulture(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring culture) Sets (as xml) the "culture" attributevoidxsetFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring format) Sets (as xml) the "format" 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
-
getCulture
String getCulture()Gets the "culture" attribute -
xgetCulture
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCulture()Gets (as xml) the "culture" attribute -
isSetCulture
boolean isSetCulture()True if has "culture" attribute -
setCulture
Sets the "culture" attribute -
unsetCulture
void unsetCulture()Unsets the "culture" attribute -
getFormat
String getFormat()Gets the "format" attribute -
xgetFormat
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetFormat()Gets (as xml) the "format" attribute -
isSetFormat
boolean isSetFormat()True if has "format" attribute -
setFormat
Sets the "format" attribute -
unsetFormat
void unsetFormat()Unsets the "format" attribute
-