@Deprecated public abstract class AttachedImagePossibleWatermark<T extends Attachment> extends PossibleWatermark
Represents attached image watermark in a document of any supported format.
T
: The type of the attachment.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Deprecated.
Gets the height of this
AttachedImagePossibleWatermark{T} . |
DocumentPart |
getParent()
Deprecated.
Gets the parent of this
AttachedImagePossibleWatermark{T} . |
double |
getRotateAngle()
Deprecated.
Gets the rotate angle of this
AttachedImagePossibleWatermark{T} in degrees. |
int |
getUnitOfMeasurement()
Deprecated.
Gets the unit of measurement of this
AttachedImagePossibleWatermark{T} . |
double |
getWidth()
Deprecated.
Gets the width of this
AttachedImagePossibleWatermark{T} . |
double |
getX()
Deprecated.
Gets the x-coordinate of this
AttachedImagePossibleWatermark{T} . |
double |
getY()
Deprecated.
Gets the y-coordinate of this
AttachedImagePossibleWatermark{T} . |
getFormattedTextFragments, getImageData, getText, setImageData, setText
public DocumentPart getParent()
Gets the parent of this AttachedImagePossibleWatermark{T}
.
getParent
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public double getWidth()
Gets the width of this AttachedImagePossibleWatermark{T}
.
getWidth
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public double getHeight()
Gets the height of this AttachedImagePossibleWatermark{T}
.
getHeight
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public double getX()
Gets the x-coordinate of this AttachedImagePossibleWatermark{T}
.
getX
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public double getY()
Gets the y-coordinate of this AttachedImagePossibleWatermark{T}
.
getY
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public double getRotateAngle()
Gets the rotate angle of this AttachedImagePossibleWatermark{T}
in degrees.
getRotateAngle
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.public int getUnitOfMeasurement()
Gets the unit of measurement of this AttachedImagePossibleWatermark{T}
.
getUnitOfMeasurement
in class PossibleWatermark
AttachedImagePossibleWatermark{T}
.