Class MarkupParagraph

MarkupParagraph class

Represents a paragraph.

public sealed class MarkupParagraph

Properties

NameDescription
ContinuationPageNumbers { get; }List 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.
Fragments { get; }Collection of not empty TextFragment objects of the paragraph.
Lines { get; }Lines of paragraph. Each line represented by list of text fragments.
Points { get; }Points of polygon that describes paragraph. Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence.
SecondaryPoints { get; }Points 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.
Text { get; }Gets String text object that the MarkupParagraph object represents.

See Also