Class TextFragment
- Namespace
- GrapeCity.Documents.Word.Layout
- Assembly
- GcDocs.Word.Layout.dll
Represents the paragraph fragment on a Page.
public class TextFragment : BlockElement
- Inheritance
-
object
TextFragment
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
Inlines
Gets the list of inline elements or null.
public List<ObjectFragment> Inlines { get; }
Property Value
- System.Collections.Generic.List<T><ObjectFragment>
Objects
Gets the list of associated picture fragments.
public List<ObjectFragment> Objects { get; }
Property Value
- System.Collections.Generic.List<T><ObjectFragment>
TextLayout
Gets the associated GrapeCity.Documents.Text.TextLayout object.
public TextLayout TextLayout { get; }
Property Value
- GrapeCity.Documents.Text.TextLayout
WordParagraph
public Paragraph WordParagraph { get; }
Property Value
- Paragraph