public interface CTCustomProperties extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCustomProperties.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 |
|---|---|
CTCustomProperty |
addNewCustomPr()
Appends and returns a new empty value (as xml) as the last "customPr" element
|
CTCustomProperty[] |
getCustomPrArray()
Deprecated.
|
CTCustomProperty |
getCustomPrArray(int i)
Gets ith "customPr" element
|
List<CTCustomProperty> |
getCustomPrList()
Gets a List of "customPr" elements
|
CTCustomProperty |
insertNewCustomPr(int i)
Inserts and returns a new empty value (as xml) as the ith "customPr" element
|
void |
removeCustomPr(int i)
Removes the ith "customPr" element
|
void |
setCustomPrArray(CTCustomProperty[] customPrArray)
Sets array of all "customPr" element
|
void |
setCustomPrArray(int i,
CTCustomProperty customPr)
Sets ith "customPr" element
|
int |
sizeOfCustomPrArray()
Returns number of "customPr" 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<CTCustomProperty> getCustomPrList()
@Deprecated CTCustomProperty[] getCustomPrArray()
CTCustomProperty getCustomPrArray(int i)
int sizeOfCustomPrArray()
void setCustomPrArray(CTCustomProperty[] customPrArray)
void setCustomPrArray(int i,
CTCustomProperty customPr)
CTCustomProperty insertNewCustomPr(int i)
CTCustomProperty addNewCustomPr()
void removeCustomPr(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved