Interface CTCellSmartTag
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCellSmartTag extends XmlObject
An XML CT_CellSmartTag(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCellSmartTag.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 Deprecated Methods Modifier and Type Method Description CTCellSmartTagPraddNewCellSmartTagPr()Appends and returns a new empty value (as xml) as the last "cellSmartTagPr" elementCTCellSmartTagPr[]getCellSmartTagPrArray()Deprecated.CTCellSmartTagPrgetCellSmartTagPrArray(int i)Gets ith "cellSmartTagPr" elementjava.util.List<CTCellSmartTagPr>getCellSmartTagPrList()Gets a List of "cellSmartTagPr" elementsbooleangetDeleted()Gets the "deleted" attributelonggetType()Gets the "type" attributebooleangetXmlBased()Gets the "xmlBased" attributeCTCellSmartTagPrinsertNewCellSmartTagPr(int i)Inserts and returns a new empty value (as xml) as the ith "cellSmartTagPr" elementbooleanisSetDeleted()True if has "deleted" attributebooleanisSetXmlBased()True 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" attributeintsizeOfCellSmartTagPrArray()Returns number of "cellSmartTagPr" elementvoidunsetDeleted()Unsets the "deleted" attributevoidunsetXmlBased()Unsets the "xmlBased" attributeXmlBooleanxgetDeleted()Gets (as xml) the "deleted" attributeXmlUnsignedIntxgetType()Gets (as xml) the "type" attributeXmlBooleanxgetXmlBased()Gets (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" 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
-
getCellSmartTagPrList
java.util.List<CTCellSmartTagPr> getCellSmartTagPrList()
Gets a List of "cellSmartTagPr" elements
-
getCellSmartTagPrArray
@Deprecated CTCellSmartTagPr[] getCellSmartTagPrArray()
Deprecated.Gets array of all "cellSmartTagPr" elements
-
getCellSmartTagPrArray
CTCellSmartTagPr getCellSmartTagPrArray(int i)
Gets ith "cellSmartTagPr" element
-
sizeOfCellSmartTagPrArray
int sizeOfCellSmartTagPrArray()
Returns number of "cellSmartTagPr" element
-
setCellSmartTagPrArray
void setCellSmartTagPrArray(CTCellSmartTagPr[] cellSmartTagPrArray)
Sets array of all "cellSmartTagPr" element
-
setCellSmartTagPrArray
void setCellSmartTagPrArray(int i, CTCellSmartTagPr cellSmartTagPr)Sets ith "cellSmartTagPr" element
-
insertNewCellSmartTagPr
CTCellSmartTagPr insertNewCellSmartTagPr(int i)
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
void xsetType(XmlUnsignedInt type)
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
void xsetDeleted(XmlBoolean deleted)
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
void xsetXmlBased(XmlBoolean xmlBased)
Sets (as xml) the "xmlBased" attribute
-
unsetXmlBased
void unsetXmlBased()
Unsets the "xmlBased" attribute
-
-