Interface CTVolTopic
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_VolTopic(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTVolTopic> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringAppends and returns a new empty value (as xml) as the last "stp" elementaddNewTr()Appends and returns a new empty value (as xml) as the last "tr" elementvoidAppends the value as the last "stp" elementString[]Gets array of all "stp" elementsgetStpArray(int i) Gets ith "stp" elementGets a List of "stp" elementsgetT()Gets the "t" attributeGets array of all "tr" elementsgetTrArray(int i) Gets ith "tr" elementGets a List of "tr" elementsgetV()Gets the "v" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringinsertNewStp(int i) Inserts and returns a new empty value (as xml) as the ith "stp" elementinsertNewTr(int i) Inserts and returns a new empty value (as xml) as the ith "tr" elementvoidInserts the value as the ith "stp" elementbooleanisSetT()True if has "t" attributevoidremoveStp(int i) Removes the ith "stp" elementvoidremoveTr(int i) Removes the ith "tr" elementvoidsetStpArray(int i, String stp) Sets ith "stp" elementvoidsetStpArray(String[] stpArray) Sets array of all "stp" elementvoidSets the "t" attributevoidsetTrArray(int i, CTVolTopicRef tr) Sets ith "tr" elementvoidsetTrArray(CTVolTopicRef[] trArray) Sets array of all "tr" elementvoidSets the "v" elementintReturns number of "stp" elementintReturns number of "tr" elementvoidunsetT()Unsets the "t" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[]Gets (as xml) array of all "stp" elementsorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetStpArray(int i) Gets (as xml) ith "stp" elementList<org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring> Gets (as xml) a List of "stp" elementsxgetT()Gets (as xml) the "t" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetV()Gets (as xml) the "v" elementvoidxsetStpArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring stp) Sets (as xml) ith "stp" elementvoidxsetStpArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] stpArray) Sets (as xml) array of all "stp" elementvoidSets (as xml) the "t" attributevoidxsetV(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring v) Sets (as xml) the "v" elementMethods 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
-
getV
String getV()Gets the "v" element -
xgetV
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetV()Gets (as xml) the "v" element -
setV
Sets the "v" element -
getStpList
Gets a List of "stp" elements -
getStpArray
String[] getStpArray()Gets array of all "stp" elements -
getStpArray
Gets ith "stp" element -
xgetStpList
List<org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring> xgetStpList()Gets (as xml) a List of "stp" elements -
xgetStpArray
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] xgetStpArray()Gets (as xml) array of all "stp" elements -
xgetStpArray
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetStpArray(int i) Gets (as xml) ith "stp" element -
sizeOfStpArray
int sizeOfStpArray()Returns number of "stp" element -
setStpArray
Sets array of all "stp" element -
setStpArray
Sets ith "stp" element -
insertStp
Inserts the value as the ith "stp" element -
addStp
Appends the value as the last "stp" element -
insertNewStp
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring insertNewStp(int i) Inserts and returns a new empty value (as xml) as the ith "stp" element -
addNewStp
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring addNewStp()Appends and returns a new empty value (as xml) as the last "stp" element -
removeStp
void removeStp(int i) Removes the ith "stp" element -
getTrList
List<CTVolTopicRef> getTrList()Gets a List of "tr" elements -
getTrArray
CTVolTopicRef[] getTrArray()Gets array of all "tr" elements -
getTrArray
Gets ith "tr" element -
sizeOfTrArray
int sizeOfTrArray()Returns number of "tr" element -
setTrArray
Sets array of all "tr" element -
setTrArray
Sets ith "tr" element -
insertNewTr
Inserts and returns a new empty value (as xml) as the ith "tr" element -
addNewTr
CTVolTopicRef addNewTr()Appends and returns a new empty value (as xml) as the last "tr" element -
removeTr
void removeTr(int i) Removes the ith "tr" element -
getT
STVolValueType.Enum getT()Gets the "t" attribute -
xgetT
STVolValueType xgetT()Gets (as xml) the "t" attribute -
isSetT
boolean isSetT()True if has "t" attribute -
setT
Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
unsetT
void unsetT()Unsets the "t" attribute
-