public class SearchableObjects extends Object
Learn more:
Constructor and Description |
---|
SearchableObjects()
Initializes a new instance of the
class. |
Modifier and Type | Method and Description |
---|---|
int |
getDiagramSearchableObjects()
Gets the objects inside a Visio document that are to be included in a watermark search.
|
int |
getEmailSearchableObjects()
Gets the objects inside an email message that are to be included in a watermark search.
|
int |
getPdfSearchableObjects()
Gets the objects inside a PDF document that are to be included in a watermark search.
|
int |
getPresentationSearchableObjects()
Gets the objects inside a PowerPoint document that are to be included in a watermark search.
|
int |
getSpreadsheetSearchableObjects()
Gets the objects inside an Excel document that are to be included in a watermark search.
|
int |
getWordProcessingSearchableObjects()
Gets the objects inside a Word document that are to be included in a watermark search.
|
void |
setDiagramSearchableObjects(int value)
Sets the objects inside a Visio document that are to be included in a watermark search.
|
void |
setEmailSearchableObjects(int value)
Sets the objects inside an email message that are to be included in a watermark search.
|
void |
setPdfSearchableObjects(int value)
Sets the objects inside a PDF document that are to be included in a watermark search.
|
void |
setPresentationSearchableObjects(int value)
Sets the objects inside a PowerPoint document that are to be included in a watermark search.
|
void |
setSpreadsheetSearchableObjects(int value)
Sets the objects inside an Excel document that are to be included in a watermark search.
|
void |
setWordProcessingSearchableObjects(int value)
Sets the objects inside a Word document that are to be included in a watermark search.
|
public SearchableObjects()
SearchableObjects
class.public final int getSpreadsheetSearchableObjects()
Gets 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.
value
- 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.
public final void setDiagramSearchableObjects(int value)
Sets the objects inside a Visio document that are to be included in a watermark search.
value
- 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.
public final void setPresentationSearchableObjects(int value)
Sets the objects inside a PowerPoint document that are to be included in a watermark search.
value
- 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.
public final void setWordProcessingSearchableObjects(int value)
Sets the objects inside a Word document that are to be included in a watermark search.
value
- 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.
public final void setPdfSearchableObjects(int value)
Sets the objects inside a PDF document that are to be included in a watermark search.
value
- 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.
public final void setEmailSearchableObjects(int value)
Sets the objects inside an email message that are to be included in a watermark search.
value
- The objects inside an email message that are to be included in a watermark search.