[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TextFragment

Class TextFragment

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.dll

Represents the paragraph fragment on a Page.

public class TextFragment : BlockElement
Inheritance
TextFragment
Inherited Members

Properties

Inlines

Gets the list of inline elements or null.

public List<ObjectFragment> Inlines { get; }

Property Value

List<ObjectFragment>

Objects

Gets the list of associated picture fragments.

public List<ObjectFragment> Objects { get; }

Property Value

List<ObjectFragment>

TextLayout

Gets the associated GrapeCity.Documents.Text.TextLayout object.

public TextLayout TextLayout { get; }

Property Value

TextLayout

WordParagraph

Gets the source Paragraph object;

public Paragraph WordParagraph { get; }

Property Value

Paragraph