[]
Represents the paragraph fragment on a Page.
public class TextFragment : BlockElement
Gets the list of inline elements or null.
public List<ObjectFragment> Inlines { get; }
Gets the list of associated picture fragments.
public List<ObjectFragment> Objects { get; }
Gets the associated GrapeCity.Documents.Text.TextLayout object.
public TextLayout TextLayout { get; }
Gets the source Paragraph object;
public Paragraph WordParagraph { get; }