Package | Description |
---|---|
com.groupdocs.watermark.search |
The package provides classes for searching, editing and removing watermarks in documents of different types.
|
Modifier and Type | Method and Description |
---|---|
ColorRange |
TextFormattingSearchCriteria.getBackgroundColorRange()
Gets the range of colors which are used to filter watermarks by text background color.
|
ColorRange |
TextFormattingSearchCriteria.getForegroundColorRange()
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)
Sets the range of colors which are used to filter watermarks by text background color.
|
void |
TextFormattingSearchCriteria.setForegroundColorRange(ColorRange value)
Sets the range of colors which are used to filter watermarks by text foreground color.
|