Class TableFormat
Represents the TableFormat class.
Implements
Inherited Members
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
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
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 |