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