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