CommentData — Aspose.Slides FOSS Java API Reference

CommentData — Raw data for a comment parsed from XML.

Package: org.aspose.slides.foss.internal.pptx

Note: This is an internal implementation class. Do not import or use it directly — the package org.aspose.slides.foss.internal.pptx is not part of the public API and may change without notice. This page is provided for reference only.


Properties

PropertyTypeAccessDescription
elementElementRead/Write
authorIdintRead/Write
idxintRead/Write
dtStrStringRead/Write
parentCmIdOptionalIntRead/Write
textStringRead/Write
posXdoubleRead/Write
posYdoubleRead/Write

Methods

MethodReturnsDescription
getElement()ElementReturns the underlying DOM element.
getAuthorId()intReturns the author ID of this comment.
getIdx()intReturns the index of this comment.
getDtStr()StringReturns the datetime string of this comment.
setDtStr(String value)voidSets the datetime string of this comment.
getParentCmId()OptionalIntReturns the parent comment ID, if this is a reply.
setParentCmId(Integer value)voidSets the parent comment ID.
getText()StringReturns the comment text.
setText(String value)voidSets the comment text.
getPosX()doubleReturns the X position in centimetres.
setPosX(double value)voidSets the X position in centimetres.
getPosY()doubleReturns the Y position in centimetres.
setPosY(double value)voidSets the Y position in centimetres.

See Also