ShapeSearchAdapter
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class ShapeSearchAdapter
Provides base class for a shape containing specific pieces of document that are to be included in watermark search.
| Method | Description |
|---|---|
| getPageNumber() | |
| getImageForSearch() | |
| getFormattedTextFragmentsForSearch() | |
| getTextForSearch() | |
| setFoundWatermarkText(String value) | |
| setFoundWatermarkImage(byte[] imageData) |
public Integer getPageNumber()
Returns: java.lang.Integer
public WatermarkableImage getImageForSearch()
Returns: WatermarkableImage
public FormattedTextFragmentCollection getFormattedTextFragmentsForSearch()
Returns: FormattedTextFragmentCollection
public String getTextForSearch()
Returns: java.lang.String
public void setFoundWatermarkText(String value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public void setFoundWatermarkImage(byte[] imageData)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| imageData | byte[] |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.