Class TextObjectCollection
Inheritance
System.Object
TextObjectCollection
Implements
IronSoftware.IDocumentTextObjectCollection<TextContent>
System.Collections.Generic.IEnumerable<TextContent>
System.Collections.IEnumerable
System.Collections.Generic.IList<TextContent>
System.Collections.Generic.ICollection<TextContent>
IronSoftware.IJsonSerializable
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class TextObjectCollection : ObservableCollection<TextContent>, IWordTextObjectCollection, IDocumentTextObjectCollection<TextContent>, IEnumerable<TextContent>, IEnumerable, IList<TextContent>, ICollection<TextContent>, IJsonSerializable
Constructors
TextObjectCollection()
Declaration
public TextObjectCollection()
TextObjectCollection(IList<TextContent>)
Declaration
public TextObjectCollection(IList<TextContent> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TextContent> | items |
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public IList<TextContent> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TextContent> |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IDocumentTextObjectCollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
IronSoftware.IJsonSerializable