Interface CTCellSmartTag
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CellSmartTag(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCellSmartTag> 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 value (as xml) as the last "cellSmartTagPr" elementGets array of all "cellSmartTagPr" elementsgetCellSmartTagPrArray(int i) Gets ith "cellSmartTagPr" elementGets a List of "cellSmartTagPr" elementsbooleanGets the "deleted" attributelonggetType()Gets the "type" attributebooleanGets the "xmlBased" attributeinsertNewCellSmartTagPr(int i) Inserts and returns a new empty value (as xml) as the ith "cellSmartTagPr" elementbooleanTrue if has "deleted" attributebooleanTrue if has "xmlBased" attributevoidremoveCellSmartTagPr(int i) Removes the ith "cellSmartTagPr" elementvoidsetCellSmartTagPrArray(int i, CTCellSmartTagPr cellSmartTagPr) Sets ith "cellSmartTagPr" elementvoidsetCellSmartTagPrArray(CTCellSmartTagPr[] cellSmartTagPrArray) Sets array of all "cellSmartTagPr" elementvoidsetDeleted(boolean deleted) Sets the "deleted" attributevoidsetType(long type) Sets the "type" attributevoidsetXmlBased(boolean xmlBased) Sets the "xmlBased" attributeintReturns number of "cellSmartTagPr" elementvoidUnsets the "deleted" attributevoidUnsets the "xmlBased" attributeGets (as xml) the "deleted" attributexgetType()Gets (as xml) the "type" attributeGets (as xml) the "xmlBased" attributevoidxsetDeleted(XmlBoolean deleted) Sets (as xml) the "deleted" attributevoidxsetType(XmlUnsignedInt type) Sets (as xml) the "type" attributevoidxsetXmlBased(XmlBoolean xmlBased) Sets (as xml) the "xmlBased" 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
-
getCellSmartTagPrList
List<CTCellSmartTagPr> getCellSmartTagPrList()Gets a List of "cellSmartTagPr" elements -
getCellSmartTagPrArray
CTCellSmartTagPr[] getCellSmartTagPrArray()Gets array of all "cellSmartTagPr" elements -
getCellSmartTagPrArray
Gets ith "cellSmartTagPr" element -
sizeOfCellSmartTagPrArray
int sizeOfCellSmartTagPrArray()Returns number of "cellSmartTagPr" element -
setCellSmartTagPrArray
Sets array of all "cellSmartTagPr" element -
setCellSmartTagPrArray
Sets ith "cellSmartTagPr" element -
insertNewCellSmartTagPr
Inserts and returns a new empty value (as xml) as the ith "cellSmartTagPr" element -
addNewCellSmartTagPr
CTCellSmartTagPr addNewCellSmartTagPr()Appends and returns a new empty value (as xml) as the last "cellSmartTagPr" element -
removeCellSmartTagPr
void removeCellSmartTagPr(int i) Removes the ith "cellSmartTagPr" element -
getType
long getType()Gets the "type" attribute -
xgetType
XmlUnsignedInt xgetType()Gets (as xml) the "type" attribute -
setType
void setType(long type) Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
getDeleted
boolean getDeleted()Gets the "deleted" attribute -
xgetDeleted
XmlBoolean xgetDeleted()Gets (as xml) the "deleted" attribute -
isSetDeleted
boolean isSetDeleted()True if has "deleted" attribute -
setDeleted
void setDeleted(boolean deleted) Sets the "deleted" attribute -
xsetDeleted
Sets (as xml) the "deleted" attribute -
unsetDeleted
void unsetDeleted()Unsets the "deleted" attribute -
getXmlBased
boolean getXmlBased()Gets the "xmlBased" attribute -
xgetXmlBased
XmlBoolean xgetXmlBased()Gets (as xml) the "xmlBased" attribute -
isSetXmlBased
boolean isSetXmlBased()True if has "xmlBased" attribute -
setXmlBased
void setXmlBased(boolean xmlBased) Sets the "xmlBased" attribute -
xsetXmlBased
Sets (as xml) the "xmlBased" attribute -
unsetXmlBased
void unsetXmlBased()Unsets the "xmlBased" attribute
-