Interface CTComment
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Comment(@http://schemas.openxmlformats.org/presentationml/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 "extLst" elementAppends and returns a new empty "pos" elementlongGets the "authorId" attributegetDt()Gets the "dt" attributeGets the "extLst" elementlonggetIdx()Gets the "idx" attributegetPos()Gets the "pos" elementgetText()Gets the "text" elementbooleanisSetDt()True if has "dt" attributebooleanTrue if has "extLst" elementvoidsetAuthorId(long authorId) Sets the "authorId" attributevoidSets the "dt" attributevoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetIdx(long idx) Sets the "idx" attributevoidSets the "pos" elementvoidSets the "text" elementvoidunsetDt()Unsets the "dt" attributevoidUnsets the "extLst" elementGets (as xml) the "authorId" attributexgetDt()Gets (as xml) the "dt" attributexgetIdx()Gets (as xml) the "idx" attributexgetText()Gets (as xml) the "text" elementvoidxsetAuthorId(XmlUnsignedInt authorId) Sets (as xml) the "authorId" attributevoidxsetDt(XmlDateTime dt) Sets (as xml) the "dt" attributevoidSets (as xml) the "idx" attributevoidSets (as xml) the "text" 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
-
getPos
CTPoint2D getPos()Gets the "pos" element -
setPos
Sets the "pos" element -
addNewPos
CTPoint2D addNewPos()Appends and returns a new empty "pos" element -
getText
String getText()Gets the "text" element -
xgetText
XmlString xgetText()Gets (as xml) the "text" element -
setText
Sets the "text" element -
xsetText
Sets (as xml) the "text" element -
getExtLst
CTExtensionListModify getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionListModify addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
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 -
getDt
Calendar getDt()Gets the "dt" attribute -
xgetDt
XmlDateTime xgetDt()Gets (as xml) the "dt" attribute -
isSetDt
boolean isSetDt()True if has "dt" attribute -
setDt
Sets the "dt" attribute -
xsetDt
Sets (as xml) the "dt" attribute -
unsetDt
void unsetDt()Unsets the "dt" attribute -
getIdx
long getIdx()Gets the "idx" attribute -
xgetIdx
STIndex xgetIdx()Gets (as xml) the "idx" attribute -
setIdx
void setIdx(long idx) Sets the "idx" attribute -
xsetIdx
Sets (as xml) the "idx" attribute
-