PdfXObjectPossibleWatermark

Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.TwoDObjectPossibleWatermark, com.groupdocs.watermark.search.ShapePossibleWatermark

public class PdfXObjectPossibleWatermark extends ShapePossibleWatermark<PdfXObject>

Represents possible XObject watermark in a pdf content.

Constructors

Constructor Description
PdfXObjectPossibleWatermark(PdfXObject xObject, PdfXObjectCollection xObjectCollection)

Methods

Method Description
getParent() Gets the parent of this [PdfXObjectPossibleWatermark](../../com.groupdocs.watermark.search/pdfxobjectpossiblewatermark).

PdfXObjectPossibleWatermark(PdfXObject xObject, PdfXObjectCollection xObjectCollection)

public PdfXObjectPossibleWatermark(PdfXObject xObject, PdfXObjectCollection xObjectCollection)

Parameters:

Parameter Type Description
xObject PdfXObject
xObjectCollection PdfXObjectCollection

getParent()

public ContentPart getParent()

Gets the parent of this [PdfXObjectPossibleWatermark](../../com.groupdocs.watermark.search/pdfxobjectpossiblewatermark).

Returns: ContentPart - The parent of this [PdfXObjectPossibleWatermark](../../com.groupdocs.watermark.search/pdfxobjectpossiblewatermark).