PdfArtifactPossibleWatermark

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

public class PdfArtifactPossibleWatermark extends ShapePossibleWatermark<PdfArtifact>

Represents possible artifact watermark in a pdf content.

Constructors

Constructor Description
PdfArtifactPossibleWatermark(PdfArtifact artifact, PdfArtifactCollection artifactCollection)

Methods

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

PdfArtifactPossibleWatermark(PdfArtifact artifact, PdfArtifactCollection artifactCollection)

public PdfArtifactPossibleWatermark(PdfArtifact artifact, PdfArtifactCollection artifactCollection)

Parameters:

Parameter Type Description
artifact PdfArtifact
artifactCollection PdfArtifactCollection

getParent()

public ContentPart getParent()

Gets the parent of this [PdfArtifactPossibleWatermark](../../com.groupdocs.watermark.search/pdfartifactpossiblewatermark).

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