FloatingAttachedImagePossibleWatermark
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.AttachedImagePossibleWatermark
public class FloatingAttachedImagePossibleWatermark<T> extends AttachedImagePossibleWatermark<T>
Represents attached image watermark in a content of any supported format.
T : The type of the attachment.
Methods
| Method | Description |
|---|---|
| getParent() | Gets the parent of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark). |
| getWidth() | Gets the width of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark). |
| getHeight() | Gets the height of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark). |
| getX() | Gets the x-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark). |
| getY() | Gets the y-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark). |
getParent()
public ContentPart getParent()
Gets the parent of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
Returns:
ContentPart - The parent of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
getWidth()
public double getWidth()
Gets the width of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
Returns:
double - The width of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
getHeight()
public double getHeight()
Gets the height of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
Returns:
double - The height of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
getX()
public double getX()
Gets the x-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
Returns:
double - The x-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
getY()
public double getY()
Gets the y-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).
Returns:
double - The y-coordinate of this [FloatingAttachedImagePossibleWatermark](../../com.groupdocs.watermark.search/floatingattachedimagepossiblewatermark).