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 classCTComment.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 CTExtensionListModifyaddNewExtLst()Appends and returns a new empty "extLst" elementCTPoint2DaddNewPos()Appends and returns a new empty "pos" elementlonggetAuthorId()Gets the "authorId" attributejava.util.CalendargetDt()Gets the "dt" attributeCTExtensionListModifygetExtLst()Gets the "extLst" elementlonggetIdx()Gets the "idx" attributeCTPoint2DgetPos()Gets the "pos" elementjava.lang.StringgetText()Gets the "text" elementbooleanisSetDt()True if has "dt" attributebooleanisSetExtLst()True if has "extLst" elementvoidsetAuthorId(long authorId)Sets the "authorId" attributevoidsetDt(java.util.Calendar dt)Sets the "dt" attributevoidsetExtLst(CTExtensionListModify extLst)Sets the "extLst" elementvoidsetIdx(long idx)Sets the "idx" attributevoidsetPos(CTPoint2D pos)Sets the "pos" elementvoidsetText(java.lang.String text)Sets the "text" elementvoidunsetDt()Unsets the "dt" attributevoidunsetExtLst()Unsets the "extLst" elementXmlUnsignedIntxgetAuthorId()Gets (as xml) the "authorId" attributeXmlDateTimexgetDt()Gets (as xml) the "dt" attributeSTIndexxgetIdx()Gets (as xml) the "idx" attributeXmlStringxgetText()Gets (as xml) the "text" elementvoidxsetAuthorId(XmlUnsignedInt authorId)Sets (as xml) the "authorId" attributevoidxsetDt(XmlDateTime dt)Sets (as xml) the "dt" attributevoidxsetIdx(STIndex idx)Sets (as xml) the "idx" attributevoidxsetText(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
-
-