public interface CTProperties extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTProperties.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTProperty |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
CTProperty[] |
getPropertyArray()
Deprecated.
|
CTProperty |
getPropertyArray(int i)
Gets ith "property" element
|
List<CTProperty> |
getPropertyList()
Gets a List of "property" elements
|
CTProperty |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
setPropertyArray(CTProperty[] propertyArray)
Sets array of all "property" element
|
void |
setPropertyArray(int i,
CTProperty property)
Sets ith "property" element
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTProperty> getPropertyList()
@Deprecated CTProperty[] getPropertyArray()
CTProperty getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(CTProperty[] propertyArray)
void setPropertyArray(int i,
CTProperty property)
CTProperty insertNewProperty(int i)
CTProperty addNewProperty()
void removeProperty(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved