public abstract class ShapeSearchAdapter extends Object
Provides base class for a shape containing specific pieces of document that are to be included in watermark search.
| Modifier | Constructor and Description |
|---|---|
protected |
ShapeSearchAdapter()
Initializes a new instance of the
class. |
| Modifier and Type | Method and Description |
|---|---|
FormattedTextFragmentCollection |
getFormattedTextFragmentsForSearch() |
WatermarkableImage |
getImageForSearch() |
Integer |
getPageNumber() |
String |
getTextForSearch() |
void |
setFoundWatermarkImage(byte[] imageData) |
void |
setFoundWatermarkText(String value) |
protected ShapeSearchAdapter()
ShapeSearchAdapter class.public FormattedTextFragmentCollection getFormattedTextFragmentsForSearch()
public WatermarkableImage getImageForSearch()
public Integer getPageNumber()
public String getTextForSearch()
public void setFoundWatermarkImage(byte[] imageData)
public void setFoundWatermarkText(String value)
Copyright © 2026. All rights reserved.