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 |
---|---|
ColorRange |
TextFormattingSearchCriteria.getBackgroundColorRange()
Deprecated.
Gets the range of colors which are used to filter watermarks by text background color.
|
ColorRange |
TextFormattingSearchCriteria.getForegroundColorRange()
Deprecated.
Gets the range of colors which are used to filter watermarks by text foreground color.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFormattingSearchCriteria.setBackgroundColorRange(ColorRange value)
Deprecated.
Sets the range of colors which are used to filter watermarks by text background color.
|
void |
TextFormattingSearchCriteria.setForegroundColorRange(ColorRange value)
Deprecated.
Sets the range of colors which are used to filter watermarks by text foreground color.
|