Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WFormField

    Show / Hide Table of Contents

    Class WFormField

    Summary description for WFormField.

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

    Constructors

    WFormField(IWordDocument)

    Initializes a new instance of the WFormField class.

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

    WFormField(WFormField, IWordDocument)

    Initializes a new instance of the WFormField class.

    Declaration
    protected WFormField(WFormField formField, IWordDocument doc)
    Parameters
    Type Name Description
    WFormField formField

    The form field.

    IWordDocument doc

    The doc.

    Fields

    m_curFormFieldType

    Declaration
    protected FormFieldType m_curFormFieldType
    Field Value
    Type Description
    FormFieldType

    Properties

    CalculateOnExit

    Gets/sets calculate on exit property.

    Declaration
    public bool CalculateOnExit { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enabled

    Gets or sets Enabled property (true if form field enabled).

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    FormFieldType

    Gets type of this form field.

    Declaration
    public FormFieldType FormFieldType { get; }
    Property Value
    Type Description
    FormFieldType

    Help

    Gets/sets form field help.

    Declaration
    public string Help { get; set; }
    Property Value
    Type Description
    System.String

    MacroOnEnd

    Gets / sets the name of macros on end

    Declaration
    public string MacroOnEnd { get; set; }
    Property Value
    Type Description
    System.String

    MacroOnStart

    Gets / sets the name of macros on start

    Declaration
    public string MacroOnStart { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Gets/sets form field title name (bookmark name).

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    StatusBarHelp

    Gets or sets the status bar help.

    Declaration
    public string StatusBarHelp { get; set; }
    Property Value
    Type Description
    System.String

    The status bar help.

    Methods

    CloneImpl()

    Clones itself.

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

    Returns cloned object.

    Overrides
    WField.CloneImpl()

    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
    WField.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
    WField.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

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