MarkupParagraph

MarkupParagraph class

Represents a paragraph.

The MarkupParagraph type exposes the following members:

Properties

NameDescription
pointsPoints of polygon that describes paragraph.
Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence.
secondary_pointsPoints of secondary polygon describes paragraph continuation. It will not be null if the paragraph is continued in the next column or page.
Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence.
continuation_page_numbersList of page numbers on which the paragraph is continued. It will match with page where the paragraph started if it is continuing in the next column on the same page.
fragmentsCollection of not empty TextFragment objects of the paragraph.
linesLines of paragraph. Each line represented by list of text fragments.
textGets string text object that the MarkupParagraph object represents.

See Also