ParagraphAbsorber.ParagraphAbsorber

ParagraphAbsorber()

Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.

public ParagraphAbsorber()

See Also


ParagraphAbsorber(int)

Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.

public ParagraphAbsorber(int sectionsSearchDepth)
ParameterTypeDescription
sectionsSearchDepthInt32Number 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


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)
ParameterTypeDescription
paragraphAbsorberOptionsParagraphAbsorberOptionsThe ParagraphAbsorberOptions.

See Also


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)
ParameterTypeDescription
sectionsSearchDepthInt32Number of sequential searches for more fine elements of structure that will be performed.
paragraphAbsorberOptionsParagraphAbsorberOptionsThe ParagraphAbsorberOptions.

See Also