Interface CTComment
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTComment extends XmlObject
An XML CT_Comment(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTComment.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTExtensionListModify
addNewExtLst()
Appends and returns a new empty "extLst" elementCTPoint2D
addNewPos()
Appends and returns a new empty "pos" elementlong
getAuthorId()
Gets the "authorId" attributejava.util.Calendar
getDt()
Gets the "dt" attributeCTExtensionListModify
getExtLst()
Gets the "extLst" elementlong
getIdx()
Gets the "idx" attributeCTPoint2D
getPos()
Gets the "pos" elementjava.lang.String
getText()
Gets the "text" elementboolean
isSetDt()
True if has "dt" attributeboolean
isSetExtLst()
True if has "extLst" elementvoid
setAuthorId(long authorId)
Sets the "authorId" attributevoid
setDt(java.util.Calendar dt)
Sets the "dt" attributevoid
setExtLst(CTExtensionListModify extLst)
Sets the "extLst" elementvoid
setIdx(long idx)
Sets the "idx" attributevoid
setPos(CTPoint2D pos)
Sets the "pos" elementvoid
setText(java.lang.String text)
Sets the "text" elementvoid
unsetDt()
Unsets the "dt" attributevoid
unsetExtLst()
Unsets the "extLst" elementXmlUnsignedInt
xgetAuthorId()
Gets (as xml) the "authorId" attributeXmlDateTime
xgetDt()
Gets (as xml) the "dt" attributeSTIndex
xgetIdx()
Gets (as xml) the "idx" attributeXmlString
xgetText()
Gets (as xml) the "text" elementvoid
xsetAuthorId(XmlUnsignedInt authorId)
Sets (as xml) the "authorId" attributevoid
xsetDt(XmlDateTime dt)
Sets (as xml) the "dt" attributevoid
xsetIdx(STIndex idx)
Sets (as xml) the "idx" attributevoid
xsetText(XmlString text)
Sets (as xml) the "text" element-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getPos
CTPoint2D getPos()
Gets the "pos" element
-
setPos
void setPos(CTPoint2D pos)
Sets the "pos" element
-
addNewPos
CTPoint2D addNewPos()
Appends and returns a new empty "pos" element
-
getText
java.lang.String getText()
Gets the "text" element
-
xgetText
XmlString xgetText()
Gets (as xml) the "text" element
-
setText
void setText(java.lang.String text)
Sets the "text" element
-
xsetText
void xsetText(XmlString text)
Sets (as xml) the "text" element
-
getExtLst
CTExtensionListModify getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionListModify extLst)
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
void xsetAuthorId(XmlUnsignedInt authorId)
Sets (as xml) the "authorId" attribute
-
getDt
java.util.Calendar getDt()
Gets the "dt" attribute
-
xgetDt
XmlDateTime xgetDt()
Gets (as xml) the "dt" attribute
-
isSetDt
boolean isSetDt()
True if has "dt" attribute
-
setDt
void setDt(java.util.Calendar dt)
Sets the "dt" attribute
-
xsetDt
void xsetDt(XmlDateTime dt)
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
void xsetIdx(STIndex idx)
Sets (as xml) the "idx" attribute
-
-