public interface CTGroups extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTGroups.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 |
|---|---|
CTLevelGroup |
addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
long |
getCount()
Gets the "count" attribute
|
CTLevelGroup[] |
getGroupArray()
Deprecated.
|
CTLevelGroup |
getGroupArray(int i)
Gets ith "group" element
|
List<CTLevelGroup> |
getGroupList()
Gets a List of "group" elements
|
CTLevelGroup |
insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element
|
boolean |
isSetCount()
True if has "count" attribute
|
void |
removeGroup(int i)
Removes the ith "group" element
|
void |
setCount(long count)
Sets the "count" attribute
|
void |
setGroupArray(CTLevelGroup[] groupArray)
Sets array of all "group" element
|
void |
setGroupArray(int i,
CTLevelGroup group)
Sets ith "group" element
|
int |
sizeOfGroupArray()
Returns number of "group" element
|
void |
unsetCount()
Unsets the "count" attribute
|
XmlUnsignedInt |
xgetCount()
Gets (as xml) the "count" attribute
|
void |
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" 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<CTLevelGroup> getGroupList()
@Deprecated CTLevelGroup[] getGroupArray()
CTLevelGroup getGroupArray(int i)
int sizeOfGroupArray()
void setGroupArray(CTLevelGroup[] groupArray)
void setGroupArray(int i,
CTLevelGroup group)
CTLevelGroup insertNewGroup(int i)
CTLevelGroup addNewGroup()
void removeGroup(int i)
long getCount()
XmlUnsignedInt xgetCount()
boolean isSetCount()
void setCount(long count)
void xsetCount(XmlUnsignedInt count)
void unsetCount()
Copyright © 2010 - 2020 Adobe. All Rights Reserved