Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The package provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Method and Description |
---|---|
static SearchableObjects |
Document.getDefaultSearchableObjects()
Deprecated.
Gets the document objects that are to be included in a watermark search by default.
|
SearchableObjects |
Document.getSearchableObjects()
Deprecated.
Gets the document objects that are to be included in a watermark search.
|
Modifier and Type | Method and Description |
---|---|
static void |
Document.setDefaultSearchableObjects(SearchableObjects value)
Deprecated.
Sets the document objects that are to be included in a watermark search by default.
|
void |
Document.setSearchableObjects(SearchableObjects value)
Deprecated.
Sets the document objects that are to be included in a watermark search.
|