Interface CTQueryTableField
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_QueryTableField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTQueryTableField> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementbooleanGets the "clipped" attributebooleanGets the "dataBound" attributeGets the "extLst" elementbooleanGets the "fillFormulas" attributelonggetId()Gets the "id" attributegetName()Gets the "name" attributebooleanGets the "rowNumbers" attributelongGets the "tableColumnId" attributebooleanTrue if has "clipped" attributebooleanTrue if has "dataBound" attributebooleanTrue if has "extLst" elementbooleanTrue if has "fillFormulas" attributebooleanTrue if has "name" attributebooleanTrue if has "rowNumbers" attributebooleanTrue if has "tableColumnId" attributevoidsetClipped(boolean clipped) Sets the "clipped" attributevoidsetDataBound(boolean dataBound) Sets the "dataBound" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFillFormulas(boolean fillFormulas) Sets the "fillFormulas" attributevoidsetId(long id) Sets the "id" attributevoidSets the "name" attributevoidsetRowNumbers(boolean rowNumbers) Sets the "rowNumbers" attributevoidsetTableColumnId(long tableColumnId) Sets the "tableColumnId" attributevoidUnsets the "clipped" attributevoidUnsets the "dataBound" attributevoidUnsets the "extLst" elementvoidUnsets the "fillFormulas" attributevoidUnsets the "name" attributevoidUnsets the "rowNumbers" attributevoidUnsets the "tableColumnId" attributeGets (as xml) the "clipped" attributeGets (as xml) the "dataBound" attributeGets (as xml) the "fillFormulas" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeGets (as xml) the "rowNumbers" attributeGets (as xml) the "tableColumnId" attributevoidxsetClipped(XmlBoolean clipped) Sets (as xml) the "clipped" attributevoidxsetDataBound(XmlBoolean dataBound) Sets (as xml) the "dataBound" attributevoidxsetFillFormulas(XmlBoolean fillFormulas) Sets (as xml) the "fillFormulas" attributevoidxsetId(XmlUnsignedInt id) Sets (as xml) the "id" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetRowNumbers(XmlBoolean rowNumbers) Sets (as xml) the "rowNumbers" attributevoidxsetTableColumnId(XmlUnsignedInt tableColumnId) Sets (as xml) the "tableColumnId" 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" 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
Sets (as xml) the "id" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute -
getDataBound
boolean getDataBound()Gets the "dataBound" attribute -
xgetDataBound
XmlBoolean xgetDataBound()Gets (as xml) the "dataBound" attribute -
isSetDataBound
boolean isSetDataBound()True if has "dataBound" attribute -
setDataBound
void setDataBound(boolean dataBound) Sets the "dataBound" attribute -
xsetDataBound
Sets (as xml) the "dataBound" attribute -
unsetDataBound
void unsetDataBound()Unsets the "dataBound" attribute -
getRowNumbers
boolean getRowNumbers()Gets the "rowNumbers" attribute -
xgetRowNumbers
XmlBoolean xgetRowNumbers()Gets (as xml) the "rowNumbers" attribute -
isSetRowNumbers
boolean isSetRowNumbers()True if has "rowNumbers" attribute -
setRowNumbers
void setRowNumbers(boolean rowNumbers) Sets the "rowNumbers" attribute -
xsetRowNumbers
Sets (as xml) the "rowNumbers" attribute -
unsetRowNumbers
void unsetRowNumbers()Unsets the "rowNumbers" attribute -
getFillFormulas
boolean getFillFormulas()Gets the "fillFormulas" attribute -
xgetFillFormulas
XmlBoolean xgetFillFormulas()Gets (as xml) the "fillFormulas" attribute -
isSetFillFormulas
boolean isSetFillFormulas()True if has "fillFormulas" attribute -
setFillFormulas
void setFillFormulas(boolean fillFormulas) Sets the "fillFormulas" attribute -
xsetFillFormulas
Sets (as xml) the "fillFormulas" attribute -
unsetFillFormulas
void unsetFillFormulas()Unsets the "fillFormulas" attribute -
getClipped
boolean getClipped()Gets the "clipped" attribute -
xgetClipped
XmlBoolean xgetClipped()Gets (as xml) the "clipped" attribute -
isSetClipped
boolean isSetClipped()True if has "clipped" attribute -
setClipped
void setClipped(boolean clipped) Sets the "clipped" attribute -
xsetClipped
Sets (as xml) the "clipped" attribute -
unsetClipped
void unsetClipped()Unsets the "clipped" attribute -
getTableColumnId
long getTableColumnId()Gets the "tableColumnId" attribute -
xgetTableColumnId
XmlUnsignedInt xgetTableColumnId()Gets (as xml) the "tableColumnId" attribute -
isSetTableColumnId
boolean isSetTableColumnId()True if has "tableColumnId" attribute -
setTableColumnId
void setTableColumnId(long tableColumnId) Sets the "tableColumnId" attribute -
xsetTableColumnId
Sets (as xml) the "tableColumnId" attribute -
unsetTableColumnId
void unsetTableColumnId()Unsets the "tableColumnId" attribute
-