public interface CTDocPartTypes extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTDocPartTypes.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 |
|---|---|
CTDocPartType |
addNewType()
Appends and returns a new empty value (as xml) as the last "type" element
|
STOnOff.Enum |
getAll()
Gets the "all" attribute
|
CTDocPartType[] |
getTypeArray()
Deprecated.
|
CTDocPartType |
getTypeArray(int i)
Gets ith "type" element
|
List<CTDocPartType> |
getTypeList()
Gets a List of "type" elements
|
CTDocPartType |
insertNewType(int i)
Inserts and returns a new empty value (as xml) as the ith "type" element
|
boolean |
isSetAll()
True if has "all" attribute
|
void |
removeType(int i)
Removes the ith "type" element
|
void |
setAll(STOnOff.Enum all)
Sets the "all" attribute
|
void |
setTypeArray(CTDocPartType[] typeArray)
Sets array of all "type" element
|
void |
setTypeArray(int i,
CTDocPartType type)
Sets ith "type" element
|
int |
sizeOfTypeArray()
Returns number of "type" element
|
void |
unsetAll()
Unsets the "all" attribute
|
STOnOff |
xgetAll()
Gets (as xml) the "all" attribute
|
void |
xsetAll(STOnOff all)
Sets (as xml) the "all" attribute
|
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<CTDocPartType> getTypeList()
@Deprecated CTDocPartType[] getTypeArray()
CTDocPartType getTypeArray(int i)
int sizeOfTypeArray()
void setTypeArray(CTDocPartType[] typeArray)
void setTypeArray(int i,
CTDocPartType type)
CTDocPartType insertNewType(int i)
CTDocPartType addNewType()
void removeType(int i)
STOnOff.Enum getAll()
STOnOff xgetAll()
boolean isSetAll()
void setAll(STOnOff.Enum all)
void xsetAll(STOnOff all)
void unsetAll()
Copyright © 2010 - 2020 Adobe. All Rights Reserved