public class SearchableObjects extends Object
Specifies document objects that are to be included in a watermark search.
Constructor and Description |
---|
SearchableObjects()
Initializes a new instance of the
SearchableObjects class. |
Modifier and Type | Method and Description |
---|---|
int |
getCellsSearchableObjects()
Gets the objects inside an Excel document that are to be included in a watermark search.
|
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 |
getSlidesSearchableObjects()
Gets the objects inside a PowerPoint document that are to be included in a watermark search.
|
int |
getWordsSearchableObjects()
Gets the objects inside a Word document that are to be included in a watermark search.
|
void |
setCellsSearchableObjects(int value)
Sets the objects inside an Excel 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 |
setSlidesSearchableObjects(int value)
Sets the objects inside a PowerPoint document that are to be included in a watermark search.
|
void |
setWordsSearchableObjects(int value)
Sets the objects inside a Word document that are to be included in a watermark search.
|
public SearchableObjects()
Initializes a new instance of the SearchableObjects
class.
public final int getCellsSearchableObjects()
Gets the objects inside an Excel document that are to be included in a watermark search.
public final void setCellsSearchableObjects(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 getSlidesSearchableObjects()
Gets the objects inside a PowerPoint document that are to be included in a watermark search.
public final void setSlidesSearchableObjects(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 getWordsSearchableObjects()
Gets the objects inside a Word document that are to be included in a watermark search.
public final void setWordsSearchableObjects(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.