Interface CTComment
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTComment extends XmlObject
An XML CT_Comment(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTComment>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTCommentPraddNewCommentPr()Appends and returns a new empty "commentPr" elementCTRstaddNewText()Appends and returns a new empty "text" elementlonggetAuthorId()Gets the "authorId" attributeCTCommentPrgetCommentPr()Gets the "commentPr" elementjava.lang.StringgetGuid()Gets the "guid" attributejava.lang.StringgetRef()Gets the "ref" attributelonggetShapeId()Gets the "shapeId" attributeCTRstgetText()Gets the "text" elementbooleanisSetCommentPr()True if has "commentPr" elementbooleanisSetGuid()True if has "guid" attributebooleanisSetShapeId()True if has "shapeId" attributevoidsetAuthorId(long authorId)Sets the "authorId" attributevoidsetCommentPr(CTCommentPr commentPr)Sets the "commentPr" elementvoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetShapeId(long shapeId)Sets the "shapeId" attributevoidsetText(CTRst text)Sets the "text" elementvoidunsetCommentPr()Unsets the "commentPr" elementvoidunsetGuid()Unsets the "guid" attributevoidunsetShapeId()Unsets the "shapeId" attributeXmlUnsignedIntxgetAuthorId()Gets (as xml) the "authorId" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetGuid()Gets (as xml) the "guid" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeXmlUnsignedIntxgetShapeId()Gets (as xml) the "shapeId" attributevoidxsetAuthorId(XmlUnsignedInt authorId)Sets (as xml) the "authorId" attributevoidxsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)Sets (as xml) the "guid" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetShapeId(XmlUnsignedInt shapeId)Sets (as xml) the "shapeId" attribute-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTComment> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getText
CTRst getText()
Gets the "text" element
-
setText
void setText(CTRst text)
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
void setCommentPr(CTCommentPr commentPr)
Sets the "commentPr" element
-
addNewCommentPr
CTCommentPr addNewCommentPr()
Appends and returns a new empty "commentPr" element
-
unsetCommentPr
void unsetCommentPr()
Unsets the "commentPr" element
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
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
void xsetAuthorId(XmlUnsignedInt authorId)
Sets (as xml) the "authorId" attribute
-
getGuid
java.lang.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
void setGuid(java.lang.String guid)
Sets the "guid" attribute
-
xsetGuid
void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
Sets (as xml) 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
void xsetShapeId(XmlUnsignedInt shapeId)
Sets (as xml) the "shapeId" attribute
-
unsetShapeId
void unsetShapeId()
Unsets the "shapeId" attribute
-
-