public class CellsCellPossibleWatermark extends PossibleWatermark
Represents possible cell watermark in an Excel document.
Modifier and Type | Method and Description |
---|---|
FormattedTextFragmentCollection |
getFormattedTextFragments()
Gets the collection of formatted text fragments of this
CellsCellPossibleWatermark . |
double |
getHeight()
Gets the height of this
CellsCellPossibleWatermark in points. |
DocumentPart |
getParent()
Gets the parent of this
CellsCellPossibleWatermark . |
double |
getRotateAngle()
Gets the rotate angle of this
CellsCellPossibleWatermark in degrees. |
String |
getText()
Gets the text of this
CellsCellPossibleWatermark . |
int |
getUnitOfMeasurement()
Gets the unit of measurement of this
CellsCellPossibleWatermark . |
double |
getWidth()
Gets the width of this
CellsCellPossibleWatermark in points. |
double |
getX()
Gets the horizontal offset of this
CellsCellPossibleWatermark from document left border in points. |
double |
getY()
Gets the vertical offset of this
CellsCellPossibleWatermark from document top border in points. |
void |
setText(String value)
Sets the text of this
CellsCellPossibleWatermark . |
getImageData, setImageData
public DocumentPart getParent()
Gets the parent of this CellsCellPossibleWatermark
.
getParent
in class PossibleWatermark
CellsCellPossibleWatermark
.public double getWidth()
Gets the width of this CellsCellPossibleWatermark
in points.
getWidth
in class PossibleWatermark
CellsCellPossibleWatermark
in points.public double getHeight()
Gets the height of this CellsCellPossibleWatermark
in points.
getHeight
in class PossibleWatermark
CellsCellPossibleWatermark
in points.public double getX()
Gets the horizontal offset of this CellsCellPossibleWatermark
from document left border in points.
getX
in class PossibleWatermark
CellsCellPossibleWatermark
.public double getY()
Gets the vertical offset of this CellsCellPossibleWatermark
from document top border in points.
getY
in class PossibleWatermark
CellsCellPossibleWatermark
.public double getRotateAngle()
Gets the rotate angle of this CellsCellPossibleWatermark
in degrees.
getRotateAngle
in class PossibleWatermark
CellsCellPossibleWatermark
in degrees.public String getText()
Gets the text of this CellsCellPossibleWatermark
.
getText
in class PossibleWatermark
CellsCellPossibleWatermark
.public void setText(String value)
Sets the text of this CellsCellPossibleWatermark
.
setText
in class PossibleWatermark
value
- The text of this CellsCellPossibleWatermark
.public FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of this CellsCellPossibleWatermark
.
getFormattedTextFragments
in class PossibleWatermark
CellsCellPossibleWatermark
.public int getUnitOfMeasurement()
Gets the unit of measurement of this CellsCellPossibleWatermark
.
getUnitOfMeasurement
in class PossibleWatermark
CellsCellPossibleWatermark
.Copyright © 2018. All rights reserved.