Interface CTMap
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMap extends XmlObject
An XML CT_Map(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTMap.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 CTDataBindingaddNewDataBinding()Appends and returns a new empty "DataBinding" elementbooleangetAppend()Gets the "Append" attributebooleangetAutoFit()Gets the "AutoFit" attributeCTDataBindinggetDataBinding()Gets the "DataBinding" elementlonggetID()Gets the "ID" attributejava.lang.StringgetName()Gets the "Name" attributebooleangetPreserveFormat()Gets the "PreserveFormat" attributebooleangetPreserveSortAFLayout()Gets the "PreserveSortAFLayout" attributejava.lang.StringgetRootElement()Gets the "RootElement" attributejava.lang.StringgetSchemaID()Gets the "SchemaID" attributebooleangetShowImportExportValidationErrors()Gets the "ShowImportExportValidationErrors" attributebooleanisSetDataBinding()True if has "DataBinding" elementvoidsetAppend(boolean append)Sets the "Append" attributevoidsetAutoFit(boolean autoFit)Sets the "AutoFit" attributevoidsetDataBinding(CTDataBinding dataBinding)Sets the "DataBinding" elementvoidsetID(long id)Sets the "ID" attributevoidsetName(java.lang.String name)Sets the "Name" attributevoidsetPreserveFormat(boolean preserveFormat)Sets the "PreserveFormat" attributevoidsetPreserveSortAFLayout(boolean preserveSortAFLayout)Sets the "PreserveSortAFLayout" attributevoidsetRootElement(java.lang.String rootElement)Sets the "RootElement" attributevoidsetSchemaID(java.lang.String schemaID)Sets the "SchemaID" attributevoidsetShowImportExportValidationErrors(boolean showImportExportValidationErrors)Sets the "ShowImportExportValidationErrors" attributevoidunsetDataBinding()Unsets the "DataBinding" elementXmlBooleanxgetAppend()Gets (as xml) the "Append" attributeXmlBooleanxgetAutoFit()Gets (as xml) the "AutoFit" attributeXmlUnsignedIntxgetID()Gets (as xml) the "ID" attributeXmlStringxgetName()Gets (as xml) the "Name" attributeXmlBooleanxgetPreserveFormat()Gets (as xml) the "PreserveFormat" attributeXmlBooleanxgetPreserveSortAFLayout()Gets (as xml) the "PreserveSortAFLayout" attributeXmlStringxgetRootElement()Gets (as xml) the "RootElement" attributeXmlStringxgetSchemaID()Gets (as xml) the "SchemaID" attributeXmlBooleanxgetShowImportExportValidationErrors()Gets (as xml) the "ShowImportExportValidationErrors" attributevoidxsetAppend(XmlBoolean append)Sets (as xml) the "Append" attributevoidxsetAutoFit(XmlBoolean autoFit)Sets (as xml) the "AutoFit" attributevoidxsetID(XmlUnsignedInt id)Sets (as xml) the "ID" attributevoidxsetName(XmlString name)Sets (as xml) the "Name" attributevoidxsetPreserveFormat(XmlBoolean preserveFormat)Sets (as xml) the "PreserveFormat" attributevoidxsetPreserveSortAFLayout(XmlBoolean preserveSortAFLayout)Sets (as xml) the "PreserveSortAFLayout" attributevoidxsetRootElement(XmlString rootElement)Sets (as xml) the "RootElement" attributevoidxsetSchemaID(XmlString schemaID)Sets (as xml) the "SchemaID" attributevoidxsetShowImportExportValidationErrors(XmlBoolean showImportExportValidationErrors)Sets (as xml) the "ShowImportExportValidationErrors" 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
-
getDataBinding
CTDataBinding getDataBinding()
Gets the "DataBinding" element
-
isSetDataBinding
boolean isSetDataBinding()
True if has "DataBinding" element
-
setDataBinding
void setDataBinding(CTDataBinding dataBinding)
Sets the "DataBinding" element
-
addNewDataBinding
CTDataBinding addNewDataBinding()
Appends and returns a new empty "DataBinding" element
-
unsetDataBinding
void unsetDataBinding()
Unsets the "DataBinding" element
-
getID
long getID()
Gets the "ID" attribute
-
xgetID
XmlUnsignedInt xgetID()
Gets (as xml) the "ID" attribute
-
setID
void setID(long id)
Sets the "ID" attribute
-
xsetID
void xsetID(XmlUnsignedInt id)
Sets (as xml) the "ID" attribute
-
getName
java.lang.String getName()
Gets the "Name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "Name" attribute
-
setName
void setName(java.lang.String name)
Sets the "Name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "Name" attribute
-
getRootElement
java.lang.String getRootElement()
Gets the "RootElement" attribute
-
xgetRootElement
XmlString xgetRootElement()
Gets (as xml) the "RootElement" attribute
-
setRootElement
void setRootElement(java.lang.String rootElement)
Sets the "RootElement" attribute
-
xsetRootElement
void xsetRootElement(XmlString rootElement)
Sets (as xml) the "RootElement" attribute
-
getSchemaID
java.lang.String getSchemaID()
Gets the "SchemaID" attribute
-
xgetSchemaID
XmlString xgetSchemaID()
Gets (as xml) the "SchemaID" attribute
-
setSchemaID
void setSchemaID(java.lang.String schemaID)
Sets the "SchemaID" attribute
-
xsetSchemaID
void xsetSchemaID(XmlString schemaID)
Sets (as xml) the "SchemaID" attribute
-
getShowImportExportValidationErrors
boolean getShowImportExportValidationErrors()
Gets the "ShowImportExportValidationErrors" attribute
-
xgetShowImportExportValidationErrors
XmlBoolean xgetShowImportExportValidationErrors()
Gets (as xml) the "ShowImportExportValidationErrors" attribute
-
setShowImportExportValidationErrors
void setShowImportExportValidationErrors(boolean showImportExportValidationErrors)
Sets the "ShowImportExportValidationErrors" attribute
-
xsetShowImportExportValidationErrors
void xsetShowImportExportValidationErrors(XmlBoolean showImportExportValidationErrors)
Sets (as xml) the "ShowImportExportValidationErrors" attribute
-
getAutoFit
boolean getAutoFit()
Gets the "AutoFit" attribute
-
xgetAutoFit
XmlBoolean xgetAutoFit()
Gets (as xml) the "AutoFit" attribute
-
setAutoFit
void setAutoFit(boolean autoFit)
Sets the "AutoFit" attribute
-
xsetAutoFit
void xsetAutoFit(XmlBoolean autoFit)
Sets (as xml) the "AutoFit" attribute
-
getAppend
boolean getAppend()
Gets the "Append" attribute
-
xgetAppend
XmlBoolean xgetAppend()
Gets (as xml) the "Append" attribute
-
setAppend
void setAppend(boolean append)
Sets the "Append" attribute
-
xsetAppend
void xsetAppend(XmlBoolean append)
Sets (as xml) the "Append" attribute
-
getPreserveSortAFLayout
boolean getPreserveSortAFLayout()
Gets the "PreserveSortAFLayout" attribute
-
xgetPreserveSortAFLayout
XmlBoolean xgetPreserveSortAFLayout()
Gets (as xml) the "PreserveSortAFLayout" attribute
-
setPreserveSortAFLayout
void setPreserveSortAFLayout(boolean preserveSortAFLayout)
Sets the "PreserveSortAFLayout" attribute
-
xsetPreserveSortAFLayout
void xsetPreserveSortAFLayout(XmlBoolean preserveSortAFLayout)
Sets (as xml) the "PreserveSortAFLayout" attribute
-
getPreserveFormat
boolean getPreserveFormat()
Gets the "PreserveFormat" attribute
-
xgetPreserveFormat
XmlBoolean xgetPreserveFormat()
Gets (as xml) the "PreserveFormat" attribute
-
setPreserveFormat
void setPreserveFormat(boolean preserveFormat)
Sets the "PreserveFormat" attribute
-
xsetPreserveFormat
void xsetPreserveFormat(XmlBoolean preserveFormat)
Sets (as xml) the "PreserveFormat" attribute
-
-