public abstract class ExtractedFragmentsProcessorBase extends Object
Represents a base class for extracted fragments processors.
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.List<Fragment> |
prepareFragments(Page page,
String[] text)
Prepares(Extracting fragments, adding spaces, sorting, extracting text) extracted fragments to futher processing.
|
void |
setExcludeAreas(Rectangle[] value)
Gets and sets the areas to exclude from processing.
|
void |
setSearchArea(Rectangle value)
Gets and sets the searching area.
|
public final void setExcludeAreas(Rectangle[] value)
Gets and sets the areas to exclude from processing.
value - array of Rectangle instancespublic final void setSearchArea(Rectangle value)
Gets and sets the searching area.
value - Rectangle instancepublic final com.aspose.ms.System.Collections.Generic.List<Fragment> prepareFragments(Page page, String[] text)
Prepares(Extracting fragments, adding spaces, sorting, extracting text) extracted fragments to futher processing.
page - The page to extract text fragments.text - The extracted text.Copyright © 2025 Aspose. All Rights Reserved.