PdfSearchableObjects
Leave feedback
On this page
Inheritance: java.lang.Object
public final class PdfSearchableObjects
Specifies flags representing pdf content objects that are to be included in a watermark search.
| Field | Description |
|---|---|
| None | Specifies no search objects. |
| XObjects | Search in XObjects. |
| Artifacts | Search in artifacts. |
| Annotations | Search in annotations. |
| Text | Search in content text. |
| Hyperlinks | Search in hyperlinks. |
| AttachedImages | Search in attached images. |
| Vector | Search in attached operators. |
| All | Search in all content objects. |
| Method | Description |
|---|---|
| getValues() | Gets an array of all values of [PdfSearchableObjects](../../com.groupdocs.watermark.search/pdfsearchableobjects) enumeration. |
public static final int None
Specifies no search objects.
public static final int XObjects
Search in XObjects.
public static final int Artifacts
Search in artifacts.
public static final int Annotations
Search in annotations.
public static final int Text
Search in content text.
public static final int Hyperlinks
Search in hyperlinks.
public static final int AttachedImages
Search in attached images.
public static final int Vector
Search in attached operators.
public static final int All
Search in all content objects.
public static final int[] getValues()
Gets an array of all values of [PdfSearchableObjects](../../com.groupdocs.watermark.search/pdfsearchableobjects) enumeration.
Returns:
int[] - The array of all values of [PdfSearchableObjects](../../com.groupdocs.watermark.search/pdfsearchableobjects) enumeration.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.