public class DiagramCommentPossibleWatermark extends PossibleWatermark
Represents possible watermark in a Visio document comment.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height of this
in points. |
ContentPart |
getParent()
Gets the parent of this
. |
double |
getRotateAngle()
Gets the rotate angle of this
in degrees. |
String |
getText()
Gets the text of this
. |
int |
getUnitOfMeasurement()
Gets the
of this . |
double |
getWidth()
Gets the width of this
in points. |
double |
getX()
Gets the horizontal offset of this
from page left border in points. |
double |
getY()
Gets the vertical offset of this
from page bottom border in points. |
void |
setText(String value)
Sets the text of this
. |
getFormattedTextFragments, getImageData, setImageData
public ContentPart getParent()
DiagramCommentPossibleWatermark
.getParent
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getWidth()
DiagramCommentPossibleWatermark
in points.getWidth
in class PossibleWatermark
public double getHeight()
DiagramCommentPossibleWatermark
in points.getHeight
in class PossibleWatermark
public double getX()
DiagramCommentPossibleWatermark
from page left border in points.getX
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getY()
DiagramCommentPossibleWatermark
from page bottom border in points.getY
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getRotateAngle()
DiagramCommentPossibleWatermark
in degrees.getRotateAngle
in class PossibleWatermark
public String getText()
DiagramCommentPossibleWatermark
.getText
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public void setText(String value)
DiagramCommentPossibleWatermark
.setText
in class PossibleWatermark
value
- The text of this DiagramCommentPossibleWatermark
.public int getUnitOfMeasurement()
UnitOfMeasurement
of this DiagramCommentPossibleWatermark
.getUnitOfMeasurement
in class PossibleWatermark
UnitOfMeasurement
of this DiagramCommentPossibleWatermark
.