SearchableObjects
Leave feedback
On this page
Inheritance: java.lang.Object
public class SearchableObjects
Specifies document objects that are to be included in a watermark search.
Learn more:
| Constructor | Description |
|---|---|
| SearchableObjects() | Initializes a new instance of the [SearchableObjects](../../com.groupdocs.watermark.search/searchableobjects) class. |
| Method | Description |
|---|---|
| getSpreadsheetSearchableObjects() | Gets the objects inside an Excel document that are to be included in a watermark search. |
| setSpreadsheetSearchableObjects(int value) | Sets the objects inside an Excel document that are to be included in a watermark search. |
| getDiagramSearchableObjects() | Gets the objects inside a Visio document that are to be included in a watermark search. |
| setDiagramSearchableObjects(int value) | Sets the objects inside a Visio document that are to be included in a watermark search. |
| getPresentationSearchableObjects() | Gets the objects inside a PowerPoint document that are to be included in a watermark search. |
| setPresentationSearchableObjects(int value) | Sets the objects inside a PowerPoint document that are to be included in a watermark search. |
| getWordProcessingSearchableObjects() | Gets the objects inside a Word document that are to be included in a watermark search. |
| setWordProcessingSearchableObjects(int value) | Sets the objects inside a Word document that are to be included in a watermark search. |
| getPdfSearchableObjects() | Gets the objects inside a PDF document that are to be included in a watermark search. |
| setPdfSearchableObjects(int value) | Sets the objects inside a PDF document that are to be included in a watermark search. |
| getEmailSearchableObjects() | Gets the objects inside an email message that are to be included in a watermark search. |
| setEmailSearchableObjects(int value) | Sets the objects inside an email message that are to be included in a watermark search. |
public SearchableObjects()
Initializes a new instance of the [SearchableObjects](../../com.groupdocs.watermark.search/searchableobjects) class.
public final int getSpreadsheetSearchableObjects()
Gets the objects inside an Excel document that are to be included in a watermark search.
Returns: int - The objects inside an Excel document that are to be included in a watermark search.
public final void setSpreadsheetSearchableObjects(int value)
Sets the objects inside an Excel document that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside an Excel document that are to be included in a watermark search. |
public final int getDiagramSearchableObjects()
Gets the objects inside a Visio document that are to be included in a watermark search.
Returns: int - The objects inside a Visio document that are to be included in a watermark search.
public final void setDiagramSearchableObjects(int value)
Sets the objects inside a Visio document that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside a Visio document that are to be included in a watermark search. |
public final int getPresentationSearchableObjects()
Gets the objects inside a PowerPoint document that are to be included in a watermark search.
Returns: int - The objects inside a PowerPoint document that are to be included in a watermark search.
public final void setPresentationSearchableObjects(int value)
Sets the objects inside a PowerPoint document that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside a PowerPoint document that are to be included in a watermark search. |
public final int getWordProcessingSearchableObjects()
Gets the objects inside a Word document that are to be included in a watermark search.
Returns: int - The objects inside a Word document that are to be included in a watermark search.
public final void setWordProcessingSearchableObjects(int value)
Sets the objects inside a Word document that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside a Word document that are to be included in a watermark search. |
public final int getPdfSearchableObjects()
Gets the objects inside a PDF document that are to be included in a watermark search.
Returns: int - The objects inside a PDF document that are to be included in a watermark search.
public final void setPdfSearchableObjects(int value)
Sets the objects inside a PDF document that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside a PDF document that are to be included in a watermark search. |
public final int getEmailSearchableObjects()
Gets the objects inside an email message that are to be included in a watermark search.
Returns: int - The objects inside an email message that are to be included in a watermark search.
public final void setEmailSearchableObjects(int value)
Sets the objects inside an email message that are to be included in a watermark search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects inside an email message that are to be included in a watermark search. |
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.