[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFrameCollection

TextFrameCollection Class

Represents a collection of TextFrame objects.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public class TextFrameCollection : ContentObjectCollection<TextFrame>, IContentList<TextFrame>, IReadOnlyList<TextFrame>, IReadOnlyCollection<TextFrame>, IEnumerable<TextFrame>, IEnumerable

Implements