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 class
CTMap.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 CTDataBinding
addNewDataBinding()
Appends and returns a new empty "DataBinding" elementboolean
getAppend()
Gets the "Append" attributeboolean
getAutoFit()
Gets the "AutoFit" attributeCTDataBinding
getDataBinding()
Gets the "DataBinding" elementlong
getID()
Gets the "ID" attributejava.lang.String
getName()
Gets the "Name" attributeboolean
getPreserveFormat()
Gets the "PreserveFormat" attributeboolean
getPreserveSortAFLayout()
Gets the "PreserveSortAFLayout" attributejava.lang.String
getRootElement()
Gets the "RootElement" attributejava.lang.String
getSchemaID()
Gets the "SchemaID" attributeboolean
getShowImportExportValidationErrors()
Gets the "ShowImportExportValidationErrors" attributeboolean
isSetDataBinding()
True if has "DataBinding" elementvoid
setAppend(boolean append)
Sets the "Append" attributevoid
setAutoFit(boolean autoFit)
Sets the "AutoFit" attributevoid
setDataBinding(CTDataBinding dataBinding)
Sets the "DataBinding" elementvoid
setID(long id)
Sets the "ID" attributevoid
setName(java.lang.String name)
Sets the "Name" attributevoid
setPreserveFormat(boolean preserveFormat)
Sets the "PreserveFormat" attributevoid
setPreserveSortAFLayout(boolean preserveSortAFLayout)
Sets the "PreserveSortAFLayout" attributevoid
setRootElement(java.lang.String rootElement)
Sets the "RootElement" attributevoid
setSchemaID(java.lang.String schemaID)
Sets the "SchemaID" attributevoid
setShowImportExportValidationErrors(boolean showImportExportValidationErrors)
Sets the "ShowImportExportValidationErrors" attributevoid
unsetDataBinding()
Unsets the "DataBinding" elementXmlBoolean
xgetAppend()
Gets (as xml) the "Append" attributeXmlBoolean
xgetAutoFit()
Gets (as xml) the "AutoFit" attributeXmlUnsignedInt
xgetID()
Gets (as xml) the "ID" attributeXmlString
xgetName()
Gets (as xml) the "Name" attributeXmlBoolean
xgetPreserveFormat()
Gets (as xml) the "PreserveFormat" attributeXmlBoolean
xgetPreserveSortAFLayout()
Gets (as xml) the "PreserveSortAFLayout" attributeXmlString
xgetRootElement()
Gets (as xml) the "RootElement" attributeXmlString
xgetSchemaID()
Gets (as xml) the "SchemaID" attributeXmlBoolean
xgetShowImportExportValidationErrors()
Gets (as xml) the "ShowImportExportValidationErrors" attributevoid
xsetAppend(XmlBoolean append)
Sets (as xml) the "Append" attributevoid
xsetAutoFit(XmlBoolean autoFit)
Sets (as xml) the "AutoFit" attributevoid
xsetID(XmlUnsignedInt id)
Sets (as xml) the "ID" attributevoid
xsetName(XmlString name)
Sets (as xml) the "Name" attributevoid
xsetPreserveFormat(XmlBoolean preserveFormat)
Sets (as xml) the "PreserveFormat" attributevoid
xsetPreserveSortAFLayout(XmlBoolean preserveSortAFLayout)
Sets (as xml) the "PreserveSortAFLayout" attributevoid
xsetRootElement(XmlString rootElement)
Sets (as xml) the "RootElement" attributevoid
xsetSchemaID(XmlString schemaID)
Sets (as xml) the "SchemaID" attributevoid
xsetShowImportExportValidationErrors(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
-
-