Class WDropDownItem
Represents the item of drop down formfield.
Implements
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 |
Methods
ReadXmlAttributes(IXDLSAttributeReader)
Reads object data from xml attributes.
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader | The IXDLSAttributeReader object. |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Writes object data as xml attributes.
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer | The IXDLSAttributeWriter object. |