public interface CTComments extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CTComments.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 |
---|---|
CTComment |
addNewComment()
Appends and returns a new empty value (as xml) as the last "comment" element
|
CTComment[] |
getCommentArray()
Deprecated.
|
CTComment |
getCommentArray(int i)
Gets ith "comment" element
|
java.util.List<CTComment> |
getCommentList()
Gets a List of "comment" elements
|
CTComment |
insertNewComment(int i)
Inserts and returns a new empty value (as xml) as the ith "comment" element
|
void |
removeComment(int i)
Removes the ith "comment" element
|
void |
setCommentArray(CTComment[] commentArray)
Sets array of all "comment" element
|
void |
setCommentArray(int i,
CTComment comment)
Sets ith "comment" element
|
int |
sizeOfCommentArray()
Returns number of "comment" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
java.util.List<CTComment> getCommentList()
@Deprecated CTComment[] getCommentArray()
CTComment getCommentArray(int i)
int sizeOfCommentArray()
void setCommentArray(CTComment[] commentArray)
void setCommentArray(int i, CTComment comment)
CTComment insertNewComment(int i)
CTComment addNewComment()
void removeComment(int i)
Copyright © 2010 - 2019 Adobe. All Rights Reserved