Xamarin.Android

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

    Show / Hide Table of Contents

    Class WControlField

    Represents form control field.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    WTextRange
    WField
    WControlField
    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.ReadXmlAttributes(IXDLSAttributeReader)
    WField.WriteXmlAttributes(IXDLSAttributeWriter)
    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.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 class WControlField : WField, IXDLSSerializable, IWidget, IOfficeRun, IWField, IWTextRange, IParagraphItem, IEntity

    Properties

    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()

    Clone values of all fields of current embedded field

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

    new WEmbedField, containing the same info as in current

    Overrides
    WField.CloneImpl()

    Implements

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