public interface CTCommentAuthorList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCommentAuthorList.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 |
|---|---|
CTCommentAuthor |
addNewCmAuthor()
Appends and returns a new empty value (as xml) as the last "cmAuthor" element
|
CTCommentAuthor[] |
getCmAuthorArray()
Deprecated.
|
CTCommentAuthor |
getCmAuthorArray(int i)
Gets ith "cmAuthor" element
|
List<CTCommentAuthor> |
getCmAuthorList()
Gets a List of "cmAuthor" elements
|
CTCommentAuthor |
insertNewCmAuthor(int i)
Inserts and returns a new empty value (as xml) as the ith "cmAuthor" element
|
void |
removeCmAuthor(int i)
Removes the ith "cmAuthor" element
|
void |
setCmAuthorArray(CTCommentAuthor[] cmAuthorArray)
Sets array of all "cmAuthor" element
|
void |
setCmAuthorArray(int i,
CTCommentAuthor cmAuthor)
Sets ith "cmAuthor" element
|
int |
sizeOfCmAuthorArray()
Returns number of "cmAuthor" 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<CTCommentAuthor> getCmAuthorList()
@Deprecated CTCommentAuthor[] getCmAuthorArray()
CTCommentAuthor getCmAuthorArray(int i)
int sizeOfCmAuthorArray()
void setCmAuthorArray(CTCommentAuthor[] cmAuthorArray)
void setCmAuthorArray(int i,
CTCommentAuthor cmAuthor)
CTCommentAuthor insertNewCmAuthor(int i)
CTCommentAuthor addNewCmAuthor()
void removeCmAuthor(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved