Package | Description |
---|---|
com.groupdocs.watermark |
The namespace provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.contents |
The namespace provides classes for working with documents of any supported types.
|
com.groupdocs.watermark.search |
The namespace provides classes for searching, editing and removing watermarks in documents of different types.
|
Modifier and Type | Method and Description |
---|---|
PossibleWatermarkCollection |
Watermarker.search(SearchCriteria searchCriteria)
Searches possible watermarks according to specified search criteria.
|
Modifier and Type | Method and Description |
---|---|
PossibleWatermarkCollection |
ContentPart.search(SearchCriteria searchCriteria)
Finds possible watermarks according to specified search criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
AndSearchCriteria
Represents AND composite search criteria.
|
class |
ImageColorHistogramSearchCriteria
Represents search criteria for finding images in a content.
|
class |
ImageDctHashSearchCriteria
Represents search criteria for finding images in a content.
|
class |
ImageSearchCriteria
Provides base class for image search criteria.
|
class |
ImageThumbnailSearchCriteria
Represents search criteria for finding images in a content.
|
class |
IsImageSearchCriteria
Represents search criteria for filtering image watermarks only.
|
class |
IsTextSearchCriteria
Represents search criteria for filtering text watermarks only.
|
class |
NotSearchCriteria
Represents NOT composite search criteria.
|
class |
OrSearchCriteria
Represents OR composite search criteria.
|
class |
RotateAngleSearchCriteria
Represents criteria allowing filtering by watermark rotate angle.
|
class |
SizeSearchCriteria
Represents criteria allowing filtering by watermark size.
|
class |
TextFormattingSearchCriteria
Represents criteria allowing filtering by text formatting.
|
class |
TextSearchCriteria
Represents criteria allowing filtering by watermark text.
|
Modifier and Type | Method and Description |
---|---|
SearchCriteria |
SearchCriteria.and(SearchCriteria other)
Combines this
SearchCriteria with other criteria using logical AND operator. |
SearchCriteria |
AndSearchCriteria.getLeft()
Gets the left search criteria.
|
SearchCriteria |
OrSearchCriteria.getLeft()
Gets the left search criteria.
|
SearchCriteria |
AndSearchCriteria.getRight()
Gets the right search criteria.
|
SearchCriteria |
OrSearchCriteria.getRight()
Gets the right search criteria.
|
SearchCriteria |
SearchCriteria.not()
Negates this
SearchCriteria . |
SearchCriteria |
SearchCriteria.or(SearchCriteria other)
Combines this
SearchCriteria with other criteria using logical OR operator. |
Modifier and Type | Method and Description |
---|---|
SearchCriteria |
SearchCriteria.and(SearchCriteria other)
Combines this
SearchCriteria with other criteria using logical AND operator. |
SearchCriteria |
SearchCriteria.or(SearchCriteria other)
Combines this
SearchCriteria with other criteria using logical OR operator. |
Copyright © 2020. All rights reserved.