Class ExtendedParagraph

ExtendedParagraph class

It contains information about the paragraph, its coordinates and rectangles of text portions within the paragraph.

public class ExtendedParagraph

Properties

Name Description
Lines { get; } List of lines with extended portions.
Paragraph { get; } The original paragraph.
PortionToExtended { get; } Dictionary mapping portions to extended portions.
Shape { get; } The shape containing the paragraph.
ShapeOffset { get; } The offset of the shape.

See Also