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
DiagramCommentPossibleWatermark in points. |
ContentPart |
getParent()
Gets the parent of this
DiagramCommentPossibleWatermark . |
double |
getRotateAngle()
Gets the rotate angle of this
DiagramCommentPossibleWatermark in degrees. |
String |
getText()
Gets the text of this
DiagramCommentPossibleWatermark . |
int |
getUnitOfMeasurement()
Gets the unit of measurement of this
DiagramCommentPossibleWatermark . |
double |
getWidth()
Gets the width of this
DiagramCommentPossibleWatermark in points. |
double |
getX()
Gets the horizontal offset of this
DiagramCommentPossibleWatermark
from page left border in points. |
double |
getY()
Gets the vertical offset of this
DiagramCommentPossibleWatermark
from page bottom border in points. |
void |
setText(String value)
Sets the text of this
DiagramCommentPossibleWatermark . |
getFormattedTextFragments, getImageData, setImageData
public ContentPart getParent()
Gets the parent of this DiagramCommentPossibleWatermark
.
getParent
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getWidth()
Gets the width of this DiagramCommentPossibleWatermark
in points.
getWidth
in class PossibleWatermark
public double getHeight()
Gets the height of this DiagramCommentPossibleWatermark
in points.
getHeight
in class PossibleWatermark
public double getX()
Gets the horizontal offset of this DiagramCommentPossibleWatermark
from page left border in points.
getX
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getY()
Gets the vertical offset of this DiagramCommentPossibleWatermark
from page bottom border in points.
getY
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public double getRotateAngle()
Gets the rotate angle of this DiagramCommentPossibleWatermark
in degrees.
getRotateAngle
in class PossibleWatermark
public String getText()
Gets the text of this DiagramCommentPossibleWatermark
.
getText
in class PossibleWatermark
DiagramCommentPossibleWatermark
.public void setText(String value)
Sets the text of this DiagramCommentPossibleWatermark
.
setText
in class PossibleWatermark
value
- The text of this DiagramCommentPossibleWatermark
.public int getUnitOfMeasurement()
Gets the unit of measurement of this DiagramCommentPossibleWatermark
.
getUnitOfMeasurement
in class PossibleWatermark
DiagramCommentPossibleWatermark
.Copyright © 2020. All rights reserved.