Class WDropDownCollection
Represent a collection of WDropDownItem objects.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WDropDownCollection : XDLSSerializableCollection, IXDLSSerializableCollection, IEnumerable
Constructors
WDropDownCollection(WordDocument)
Initializes a new instance of the WDropDownCollection class.
Declaration
public WDropDownCollection(WordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
WordDocument | doc | The doc. |
Properties
Item[Int32]
Gets the WDropDownItem at the specified index.
Declaration
public WDropDownItem this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
WDropDownItem |
Methods
Add(String)
Adds the item.
Declaration
public WDropDownItem Add(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type |
---|
WDropDownItem |
Clear()
Clears this instance.
Declaration
public void Clear()
CreateItem(IXDLSContentReader)
Creates the item.
Declaration
protected override OwnerHolder CreateItem(IXDLSContentReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSContentReader | reader | The reader. |
Returns
Type |
---|
OwnerHolder |
Overrides
GetTagItemName()
Gets name of xml tag
Declaration
protected override string GetTagItemName()
Returns
Type |
---|
System.String |
Overrides
Remove(Int32)
Removes DropDownItems by index.
Declaration
public void Remove(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
Implements
System.Collections.IEnumerable