SearchableObjects
Inheritance: java.lang.Object
public class SearchableObjects
Specifies document objects that are to be included in a watermark search.
Learn more:
Constructors
| Constructor | Description |
|---|---|
| SearchableObjects() | Initializes a new instance of the [SearchableObjects](../../com.groupdocs.watermark.search/searchableobjects) class. |
Methods
| 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. |
SearchableObjects()
public SearchableObjects()
Initializes a new instance of the [SearchableObjects](../../com.groupdocs.watermark.search/searchableobjects) class.
getSpreadsheetSearchableObjects()
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.
setSpreadsheetSearchableObjects(int value)
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. |
getDiagramSearchableObjects()
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.
setDiagramSearchableObjects(int value)
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. |
getPresentationSearchableObjects()
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.
setPresentationSearchableObjects(int value)
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. |
getWordProcessingSearchableObjects()
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.
setWordProcessingSearchableObjects(int value)
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. |
getPdfSearchableObjects()
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.
setPdfSearchableObjects(int value)
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. |
getEmailSearchableObjects()
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.
setEmailSearchableObjects(int value)
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. |