Interface CTCommentList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CommentList(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCommentList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "comment" elementGets array of all "comment" elementsgetCommentArray(int i) Gets ith "comment" elementGets a List of "comment" elementsinsertNewComment(int i) Inserts and returns a new empty value (as xml) as the ith "comment" elementvoidremoveComment(int i) Removes the ith "comment" elementvoidsetCommentArray(int i, CTComment comment) Sets ith "comment" elementvoidsetCommentArray(CTComment[] commentArray) Sets array of all "comment" elementintReturns number of "comment" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCommentList
Gets a List of "comment" elements -
getCommentArray
CTComment[] getCommentArray()Gets array of all "comment" elements -
getCommentArray
Gets ith "comment" element -
sizeOfCommentArray
int sizeOfCommentArray()Returns number of "comment" element -
setCommentArray
Sets array of all "comment" element -
setCommentArray
Sets ith "comment" element -
insertNewComment
Inserts and returns a new empty value (as xml) as the ith "comment" element -
addNewComment
CTComment addNewComment()Appends and returns a new empty value (as xml) as the last "comment" element -
removeComment
void removeComment(int i) Removes the ith "comment" element
-