menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WDropDownFormField - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WDropDownFormField

    Summary description for WDropDownFormField.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    WTextRange
    WField
    WFormField
    WDropDownFormField
    Implements
    IXDLSSerializable
    IOfficeRun
    IWField
    IWTextRange
    IParagraphItem
    IEntity
    Inherited Members
    Entity.Clone()
    Entity.IsComposite
    Entity.NextSibling
    Entity.Owner
    Entity.PreviousSibling
    OwnerHolder.Document
    OwnerHolder.m_doc
    ParagraphItem.ApplyStyle(String)
    ParagraphItem.CloneRun()
    ParagraphItem.Dispose()
    ParagraphItem.IsDeleteRevision
    ParagraphItem.IsInsertRevision
    ParagraphItem.m_charFormat
    ParagraphItem.OwnerMathRunElement
    ParagraphItem.OwnerParagraph
    WField.ConvertSwitchesToString()
    WField.FieldCode
    WField.FieldPattern
    WField.FieldType
    WField.FieldValue
    WField.GetClonedTable(Entity, Boolean)
    WField.GetTextRange(String)
    WField.m_bConvertedToText
    WField.m_fieldType
    WField.m_fieldValue
    WField.m_formattingString
    WField.m_paraItemType
    WField.m_textFormat
    WField.ParseField(String)
    WField.ParseFieldCode(String)
    WField.ParseFieldFormat(String[])
    WField.RemoveMergeFormat(String)
    WField.RemovePreviousResult()
    WField.RemoveText(String, String)
    WField.ReplaceAllMergeFormatWithEmpty(String)
    WField.SplitIfArguments(String, List<Int32>, String)
    WField.Text
    WField.TextFormat
    WField.Unlink()
    WField.Update()
    WField.UpdateCondition(String, List<Int32>, String)
    WField.UpdateFieldCode(String)
    WField.UpdateTextForParagraphItem(Entity, Boolean)
    WField.UpdateTextForTextBodyItem(Entity, Boolean)
    WFormField.CalculateOnExit
    WFormField.Enabled
    WFormField.FormFieldType
    WFormField.Help
    WFormField.m_curFormFieldType
    WFormField.MacroOnEnd
    WFormField.MacroOnStart
    WFormField.Name
    WFormField.StatusBarHelp
    WTextRange.ApplyCharacterFormat(WCharacterFormat)
    WTextRange.CharacterFormat
    WTextRange.ReadXmlContent(IXDLSContentReader)
    WTextRange.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.XDLSHolder
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class WDropDownFormField : WFormField, IXDLSSerializable, IOfficeRun, IStringWidget, ISplitLeafWidget, ITextMeasurable, IWField, IWTextRange, IParagraphItem, IEntity, ILeafWidget, IWidget

    Constructors

    WDropDownFormField(IWordDocument)

    Initializes a new instance of the WDropDownFormField class.

    Declaration
    public WDropDownFormField(IWordDocument doc)
    Parameters
    Type Name Description
    IWordDocument doc

    Properties

    DropDownItems

    Gets drop down items.

    Declaration
    public WDropDownCollection DropDownItems { get; }
    Property Value
    Type
    WDropDownCollection

    DropDownSelectedIndex

    Gets/sets selected drop down index.

    Declaration
    public int DropDownSelectedIndex { get; set; }
    Property Value
    Type
    System.Int32

    EntityType

    Gets the type of the entity.

    Declaration
    public override EntityType EntityType { get; }
    Property Value
    Type Description
    EntityType

    The EntityType of the current item.

    Overrides
    WField.EntityType

    Methods

    CloneImpl()

    Declaration
    protected override object CloneImpl()
    Returns
    Type
    System.Object
    Overrides
    WFormField.CloneImpl()

    CreateLayoutInfo()

    Declaration
    protected override void CreateLayoutInfo()
    Overrides
    WField.CreateLayoutInfo()

    InitXDLSHolder()

    Registers child objects in XDSL holder.

    Declaration
    protected override void InitXDLSHolder()
    Overrides
    WTextRange.InitXDLSHolder()

    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
    WFormField.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Writes object data as xml attributes.

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer

    The IXDLSAttributeWriter object.

    Overrides
    WFormField.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

    IXDLSSerializable
    IOfficeRun
    IWField
    IWTextRange
    IParagraphItem
    IEntity
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved