Class TextObjectCollection
Inheritance
System.Object
TextObjectCollection
Implements
IronSoftware.IDocumentTextObjectCollection<TextObject>
System.Collections.Generic.IEnumerable<TextObject>
System.Collections.IEnumerable
System.Collections.Generic.IList<TextObject>
System.Collections.Generic.ICollection<TextObject>
IronSoftware.IJsonSerializable
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class TextObjectCollection : ObservableCollection<TextObject>, IPdfTextObjectCollection, IDocumentTextObjectCollection<TextObject>, IEnumerable<TextObject>, IEnumerable, IList<TextObject>, ICollection<TextObject>, IJsonSerializable
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public IList<TextObject> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TextObject> |
Methods
Add(TextObject)
Declaration
public void Add(TextObject item)
Parameters
Type | Name | Description |
---|---|---|
TextObject | item |
Clear()
Declaration
public void Clear()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Remove(TextObject)
Declaration
public bool Remove(TextObject item)
Parameters
Type | Name | Description |
---|---|---|
TextObject | item |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
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