Interface CTComment
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Comment(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "commentPr" elementAppends and returns a new empty "text" elementlong
Gets the "authorId" attributeGets the "commentPr" elementgetGuid()
Gets the "guid" attributegetRef()
Gets the "ref" attributelong
Gets the "shapeId" attributegetText()
Gets the "text" elementboolean
True if has "commentPr" elementboolean
True if has "guid" attributeboolean
True if has "shapeId" attributevoid
setAuthorId
(long authorId) Sets the "authorId" attributevoid
setCommentPr
(CTCommentPr commentPr) Sets the "commentPr" elementvoid
Sets the "guid" attributevoid
Sets the "ref" attributevoid
setShapeId
(long shapeId) Sets the "shapeId" attributevoid
Sets the "text" elementvoid
Unsets the "commentPr" elementvoid
Unsets the "guid" attributevoid
Unsets the "shapeId" attributeGets (as xml) the "authorId" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid
xgetGuid()
Gets (as xml) the "guid" attributexgetRef()
Gets (as xml) the "ref" attributeGets (as xml) the "shapeId" attributevoid
xsetAuthorId
(XmlUnsignedInt authorId) Sets (as xml) the "authorId" attributevoid
xsetGuid
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid) Sets (as xml) the "guid" attributevoid
Sets (as xml) the "ref" attributevoid
xsetShapeId
(XmlUnsignedInt shapeId) Sets (as xml) the "shapeId" attributeMethods 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, valueHashCode
Methods 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
-
getText
CTRst getText()Gets the "text" element -
setText
Sets the "text" element -
addNewText
CTRst addNewText()Appends and returns a new empty "text" element -
getCommentPr
CTCommentPr getCommentPr()Gets the "commentPr" element -
isSetCommentPr
boolean isSetCommentPr()True if has "commentPr" element -
setCommentPr
Sets the "commentPr" element -
addNewCommentPr
CTCommentPr addNewCommentPr()Appends and returns a new empty "commentPr" element -
unsetCommentPr
void unsetCommentPr()Unsets the "commentPr" element -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getAuthorId
long getAuthorId()Gets the "authorId" attribute -
xgetAuthorId
XmlUnsignedInt xgetAuthorId()Gets (as xml) the "authorId" attribute -
setAuthorId
void setAuthorId(long authorId) Sets the "authorId" attribute -
xsetAuthorId
Sets (as xml) the "authorId" attribute -
getGuid
String getGuid()Gets the "guid" attribute -
xgetGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()Gets (as xml) the "guid" attribute -
isSetGuid
boolean isSetGuid()True if has "guid" attribute -
setGuid
Sets the "guid" attribute -
unsetGuid
void unsetGuid()Unsets the "guid" attribute -
getShapeId
long getShapeId()Gets the "shapeId" attribute -
xgetShapeId
XmlUnsignedInt xgetShapeId()Gets (as xml) the "shapeId" attribute -
isSetShapeId
boolean isSetShapeId()True if has "shapeId" attribute -
setShapeId
void setShapeId(long shapeId) Sets the "shapeId" attribute -
xsetShapeId
Sets (as xml) the "shapeId" attribute -
unsetShapeId
void unsetShapeId()Unsets the "shapeId" attribute
-