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