ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableFormat - ASP.NETCore API Reference | Syncfusion TableFormat class. ">

    Show / Hide Table of Contents

    Class TableFormat

    Represents the TableFormat class.

    Inheritance
    System.Object
    BaseNode
    TableFormat
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    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.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class TableFormat : BaseNode, ISerializable

    Constructors

    TableFormat()

    Initializes a new instance of the TableFormat class.

    Declaration
    public TableFormat()

    Properties

    Borders

    Gets or sets the Borders of the TableAdv.

    Declaration
    public Borders Borders { get; set; }
    Property Value
    Type Description
    Borders

    BottomMargin

    Gets or sets the default cell bottom margin of the TableAdv.

    Declaration
    public double BottomMargin { get; set; }
    Property Value
    Type Description
    System.Double

    CellSpacing

    Gets or sets the spacing between the cells in the TableAdv.

    Declaration
    public double CellSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    LeftIndent

    Gets or sets the left indent of the TableAdv.

    Declaration
    public double LeftIndent { get; set; }
    Property Value
    Type Description
    System.Double

    LeftMargin

    Gets or sets the default cell left margin of the TableAdv.

    Declaration
    public double LeftMargin { get; set; }
    Property Value
    Type Description
    System.Double

    PreferredWidth

    Gets or sets the preferred width of the TableAdv.

    Declaration
    public double PreferredWidth { get; set; }
    Property Value
    Type Description
    System.Double

    PreferredWidthType

    Gets or sets the preferred width of the TableAdv.

    Declaration
    public WidthType PreferredWidthType { get; set; }
    Property Value
    Type Description
    WidthType

    RightMargin

    Gets or sets the default cell right margin of the TableAdv.

    Declaration
    public double RightMargin { get; set; }
    Property Value
    Type Description
    System.Double

    Shading

    Gets or sets the Shading of the TableAdv.

    Declaration
    public Shading Shading { get; set; }
    Property Value
    Type Description
    Shading

    TableAlignment

    Gets or sets the TableAlignment of the TableAdv.

    Declaration
    public TableAlignment TableAlignment { get; set; }
    Property Value
    Type Description
    TableAlignment

    TopMargin

    Gets or sets the default cell top margin of the TableAdv.

    Declaration
    public double TopMargin { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo to populate with data.

    System.Runtime.Serialization.StreamingContext context

    The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

    Exceptions
    Type Condition
    System.Security.SecurityException

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved