ParagraphAbsorber.ParagraphAbsorber
Contents
[
Hide
]ParagraphAbsorber()
Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.
public ParagraphAbsorber()
See Also
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
ParagraphAbsorber(int)
Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.
public ParagraphAbsorber(int sectionsSearchDepth)
| Parameter | Type | Description |
|---|---|---|
| sectionsSearchDepth | Int32 | Number of sequential searches for more fine elements of structure that will be performed. |
Remarks
See SectionsSearchDepth property for more hints about the parameter.
See Also
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
ParagraphAbsorber(ParagraphAbsorberOptions)
Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page with the specified parameters.
public ParagraphAbsorber(ParagraphAbsorberOptions paragraphAbsorberOptions)
| Parameter | Type | Description |
|---|---|---|
| paragraphAbsorberOptions | ParagraphAbsorberOptions | The ParagraphAbsorberOptions. |
See Also
- class ParagraphAbsorberOptions
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
ParagraphAbsorber(int, ParagraphAbsorberOptions)
Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page with the specified parameters.
public ParagraphAbsorber(int sectionsSearchDepth, ParagraphAbsorberOptions paragraphAbsorberOptions)
| Parameter | Type | Description |
|---|---|---|
| sectionsSearchDepth | Int32 | Number of sequential searches for more fine elements of structure that will be performed. |
| paragraphAbsorberOptions | ParagraphAbsorberOptions | The ParagraphAbsorberOptions. |
See Also
- class ParagraphAbsorberOptions
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF