public abstract class ShapePossibleWatermark<T extends ShapeSearchAdapter & ITwoDObject> extends TwoDObjectPossibleWatermark
Represents shape watermark in a content of any supported format.
T
: The type of the shape.
Modifier and Type | Method and Description |
---|---|
FormattedTextFragmentCollection |
getFormattedTextFragments()
Gets the collection of formatted text fragments of the shape.
|
double |
getRotateAngle()
Gets the rotate angle of the shape in degrees.
|
String |
getText()
Gets the text of the shape.
|
void |
setText(String value)
Sets the text of the shape.
|
getHeight, getUnitOfMeasurement, getWidth, getX, getY
getImageData, getParent, setImageData
public double getRotateAngle()
Gets the rotate angle of the shape in degrees.
getRotateAngle
in class TwoDObjectPossibleWatermark
public FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of the shape.
getFormattedTextFragments
in class PossibleWatermark
public String getText()
Gets the text of the shape.
getText
in class PossibleWatermark
public void setText(String value)
Sets the text of the shape.
setText
in class PossibleWatermark
value
- The text of the shape.