WinForms

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

    Show / Hide Table of Contents

    Class WTableStyle

    Represents a style of WTable.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Style
    WTableStyle
    Implements
    IXDLSSerializable
    IWTableStyle
    IStyle
    Inherited Members
    Style.DEF_USER_STYLE_ID
    Style.m_baseStyle
    Style.m_chFormat
    Style.m_nextStyle
    Style.m_linkedStyleName
    Style.m_typeCode
    Style.m_tapx
    Style.ApplyBaseStyle(BuiltinStyle)
    Style.Remove()
    Style.CreateBuiltinStyle(BuiltinStyle, WordDocument)
    Style.CreateBuiltinStyle(BuiltinStyle, StyleType, WordDocument)
    Style.NameToBuiltIn(String)
    Style.IStyle.Close()
    Style.WriteXmlAttributes(IXDLSAttributeWriter)
    Style.ReadXmlAttributes(IXDLSAttributeReader)
    Style.InitXDLSHolder()
    Style.RestoreReference(String, Int32)
    Style.CharacterFormat
    Style.Name
    Style.BuiltInStyleIdentifier
    Style.LinkedStyleName
    Style.IsPrimaryStyle
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    OwnerHolder.m_doc
    OwnerHolder.Document
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class WTableStyle : Style, IXDLSSerializable, IWTableStyle, IStyle

    Properties

    CellProperties

    Gets cell properties.

    Declaration
    public TableStyleCellProperties CellProperties { get; }
    Property Value
    Type Description
    TableStyleCellProperties

    ConditionalFormattingStyles

    Gets conditional formatting styles collection of the table style.

    Declaration
    public ConditionalFormattingStyleCollection ConditionalFormattingStyles { get; }
    Property Value
    Type Description
    ConditionalFormattingStyleCollection

    ParagraphFormat

    Gets the paragraph format.

    Declaration
    public WParagraphFormat ParagraphFormat { get; }
    Property Value
    Type Description
    WParagraphFormat

    The WParagraphFormat object.

    RowProperties

    Gets row properties.

    Declaration
    public TableStyleRowProperties RowProperties { get; }
    Property Value
    Type Description
    TableStyleRowProperties

    StyleType

    Gets the type of the style.

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

    The StyleTypemember that specifies the type of the style.

    Overrides
    Style.StyleType

    TableProperties

    Gets table properties.

    Declaration
    public TableStyleTableProperties TableProperties { get; }
    Property Value
    Type Description
    TableStyleTableProperties

    Methods

    ApplyBaseStyle(String)

    Apply base style for current style.

    Declaration
    public override void ApplyBaseStyle(string styleName)
    Parameters
    Type Name Description
    System.String styleName

    The string that specifies the style name.

    Overrides
    Style.ApplyBaseStyle(String)

    Clone()

    Creates a duplicate copy of the style.

    Declaration
    public override IStyle Clone()
    Returns
    Type Description
    IStyle

    The reference to the newly created style.

    Overrides
    Style.Clone()

    CloneImpl()

    Creates a duplicate copy of the entity.

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

    An object that can be casted as WTableStyle.

    Overrides
    Style.CloneImpl()

    Implements

    IXDLSSerializable
    IWTableStyle
    IStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved