WDropDownCollection Class
Represent a collection of WDropDownItem objects.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableCollection
WDropDownCollection
Implements
System.Collections.IEnumerable
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()
GetTagItemName()
Gets name of xml tag
Declaration
protected override string GetTagItemName()
Returns
Type |
---|
System.String |
Overrides
Syncfusion.DocIO.DLS.XML.XDLSSerializableCollection.GetTagItemName()
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