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