Package org.pptx4j.pml
Class CTComment
java.lang.Object
org.pptx4j.pml.CTComment
- All Implemented Interfaces:
Child
Java class for CT_Comment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Comment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
<attribute name="authorId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="idx" use="required" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Index" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected XMLGregorianCalendarprotected CTExtensionListModifyprotected longprotected CTPoint2Dprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longGets the value of the authorId property.getDt()Gets the value of the dt property.Gets the value of the extLst property.longgetIdx()Gets the value of the idx property.Gets the parent object in the object tree representing the unmarshalled xml document.getPos()Gets the value of the pos property.getText()Gets the value of the text property.voidsetAuthorId(long value) Sets the value of the authorId property.voidsetDt(XMLGregorianCalendar value) Sets the value of the dt property.voidsetExtLst(CTExtensionListModify value) Sets the value of the extLst property.voidsetIdx(long value) Sets the value of the idx property.voidvoidSets the value of the pos property.voidSets the value of the text property.
-
Field Details
-
pos
-
text
-
extLst
-
authorId
protected long authorId -
dt
-
idx
protected long idx
-
-
Constructor Details
-
CTComment
public CTComment()
-
-
Method Details
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
CTPoint2D
-
setPos
Sets the value of the pos property.- Parameters:
value- allowed object isCTPoint2D
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionListModify
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionListModify
-
getAuthorId
public long getAuthorId()Gets the value of the authorId property. -
setAuthorId
public void setAuthorId(long value) Sets the value of the authorId property. -
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getIdx
public long getIdx()Gets the value of the idx property. -
setIdx
public void setIdx(long value) Sets the value of the idx property. -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-