{{< docs-families >}} - Какво?

CommentData Aspose.Slides FOSS Java API референция

CommentData Необработени данни за коментар, анализирани от XML.

Пакет: org.aspose.slides.foss.internal.pptx

Забележка: Това е вътрешен клас за изпълнение. Не го импортирайте или използвайте директно пакетът org.aspose.slides.foss.internal.pptx не е част от публичния API и може да се промени без предизвестие. Тази страница е предоставена само като референтна.


Свойства на веществата

PropertyTypeAccessDescription
elementElementRead/WriteThe element value.
authorIdintRead/WriteThe author id value.
idxintRead/WriteThe idx value.
dtStrStringRead/WriteThe dt str value.
parentCmIdOptionalIntRead/WriteThe parent cm id value.
textStringRead/WriteThe text value.
posXdoubleRead/WriteThe pos x value.
posYdoubleRead/WriteThe pos y value.

Методи за изчисляване на данните

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.

Вижте също:

  • Aspose.Slides FOSS Java API Референтен дом
 Български