Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / TextFragment Class / Inlines Property

In This Topic
    Inlines Property
    In This Topic
    Gets the list of inline elements or null.
    Syntax
    'Declaration
     
    Public ReadOnly Property Inlines As System.Collections.Generic.List(Of ObjectFragment)
    public System.Collections.Generic.List<ObjectFragment> Inlines {get;}
    See Also