Interface CTProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Properties(@http://schemas.openxmlformats.org/officeDocument/2006/custom-properties).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTProperties> 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 "property" elementGets array of all "property" elementsgetPropertyArray(int i) Gets ith "property" elementGets a List of "property" elementsinsertNewProperty(int i) Inserts and returns a new empty value (as xml) as the ith "property" elementvoidremoveProperty(int i) Removes the ith "property" elementvoidsetPropertyArray(int i, CTProperty property) Sets ith "property" elementvoidsetPropertyArray(CTProperty[] propertyArray) Sets array of all "property" elementintReturns number of "property" 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
-
getPropertyList
List<CTProperty> getPropertyList()Gets a List of "property" elements -
getPropertyArray
CTProperty[] getPropertyArray()Gets array of all "property" elements -
getPropertyArray
Gets ith "property" element -
sizeOfPropertyArray
int sizeOfPropertyArray()Returns number of "property" element -
setPropertyArray
Sets array of all "property" element -
setPropertyArray
Sets ith "property" element -
insertNewProperty
Inserts and returns a new empty value (as xml) as the ith "property" element -
addNewProperty
CTProperty addNewProperty()Appends and returns a new empty value (as xml) as the last "property" element -
removeProperty
void removeProperty(int i) Removes the ith "property" element
-