Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
ParagraphAbsorberOptions |
ParagraphAbsorber.getParagraphAbsorberOptions()
Gets the ParagraphAbsorberOptions.
|
Modifier and Type | Method and Description |
---|---|
void |
ParagraphAbsorber.setParagraphAbsorberOptions(ParagraphAbsorberOptions value)
Sets the ParagraphAbsorberOptions.
|
Constructor and Description |
---|
ParagraphAbsorber(int sectionsSearchDepth,
ParagraphAbsorberOptions paragraphAbsorberOptions)
Initializes a new instance of the
ParagraphAbsorber that performs search for sections/paragraphs of the document or page
with the specified parameters. |
ParagraphAbsorber(ParagraphAbsorberOptions paragraphAbsorberOptions)
Initializes a new instance of the
ParagraphAbsorber that performs search for sections/paragraphs of the document or page
with the specified parameters. |
Copyright © 2025 Aspose. All Rights Reserved.