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.
|
WatermarkableImage |
getImageInternally() |
double |
getRotateAngle()
Gets the rotate angle of the shape in degrees.
|
String |
getText()
Gets the text of the shape.
|
void |
remove() |
void |
setText(String value)
Sets the text of the shape.
|
getHeight, getUnitOfMeasurement, getWidth, getX, getYgetCollection, getImageData, getImageSize, getPageNumber, getParent, setCollection, setImageDatapublic FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of the shape.
getFormattedTextFragments in class PossibleWatermarkpublic WatermarkableImage getImageInternally()
getImageInternally in class PossibleWatermarkpublic double getRotateAngle()
Gets the rotate angle of the shape in degrees.
getRotateAngle in class TwoDObjectPossibleWatermarkpublic String getText()
Gets the text of the shape.
getText in class PossibleWatermarkpublic void remove()
remove in class PossibleWatermarkpublic void setText(String value)
Sets the text of the shape.
setText in class PossibleWatermarkvalue - The text of the shape.Copyright © 2026. All rights reserved.