WDropDownItem Class
Represents the item of drop down formfield.
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 WDropDownItem : XDLSSerializableBase, IXDLSSerializable
Constructors
WDropDownItem(IWordDocument)
Initializes a new instance of the WDropDownItem class.
Declaration
public WDropDownItem(IWordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc | The document |
Properties
Text
Gets / sets current DropDownItem text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |