[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFrameCollection

TextFrameCollection Class

Represents a collection of TextFrame objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class TextFrameCollection : ContentObjectCollection<TextFrame>, IContentList<TextFrame>, IReadOnlyList<TextFrame>, IReadOnlyCollection<TextFrame>, IEnumerable<TextFrame>, IEnumerable
Public Class TextFrameCollection
    Inherits ContentObjectCollection(Of TextFrame)
    Implements IContentList(Of TextFrame), IReadOnlyList(Of TextFrame), IReadOnlyCollection(Of TextFrame), IEnumerable(Of TextFrame), IEnumerable

Implements