Xamarin.Android

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

    Show / Hide Table of Contents

    Class TableStyleTableProperties

    TableStyleTableProperties is used for representing formatting properties of the table.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    FormatBase
    TableStyleTableProperties
    Implements
    IXDLSSerializable
    Inherited Members
    FormatBase.m_propertiesHash
    FormatBase.m_oldPropertiesHash
    FormatBase.ImportContainer(FormatBase)
    FormatBase.ImportMembers(FormatBase)
    FormatBase.HasKey(Int32)
    FormatBase.HasBoolKey(Int32)
    FormatBase.ClearFormatting()
    FormatBase.OnChange(FormatBase, Int32)
    FormatBase.EnsureComposites(Int32[])
    FormatBase.GetBaseKey(Int32)
    FormatBase.GetFullKey(Int32)
    FormatBase.GetDefComposite(Int32, FormatBase)
    FormatBase.Item[Int32]
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.CloneImpl()
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.InitXDLSHolder()
    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 TableStyleTableProperties : FormatBase, IXDLSSerializable

    Properties

    AllowPageBreaks

    Gets / sets the boolean value indicating if table allow page breaks

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

    BackColor

    Gets/sets the background color.

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type Description
    Color

    Borders

    Gets the borders.

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

    CellSpacing

    Gets / sets the spacing between cells.

    Declaration
    public float CellSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    ColumnStripe

    Gets / sets number of columns in column band.

    Declaration
    public long ColumnStripe { get; set; }
    Property Value
    Type Description
    System.Int64

    ForeColor

    Gets/sets the foreground color.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type Description
    Color

    HorizontalAlignment

    Gets / sets horizontal alignment of the table.

    Declaration
    public RowAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    RowAlignment

    LeftIndent

    Gets / sets the table indent.

    Declaration
    public float LeftIndent { get; set; }
    Property Value
    Type Description
    System.Single

    Paddings

    Gets the paddings.

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

    RowStripe

    Gets / sets number of rows in row band.

    Declaration
    public long RowStripe { get; set; }
    Property Value
    Type Description
    System.Int64

    TextureStyle

    Gets or sets the texture style.

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

    The texture style.

    Methods

    EnsureComposites()

    Ensures the composites.

    Declaration
    protected override void EnsureComposites()
    Overrides
    FormatBase.EnsureComposites()

    GetDefComposite(Int32)

    Gets the composite values.

    Declaration
    protected override FormatBase GetDefComposite(int key)
    Parameters
    Type Name Description
    System.Int32 key

    The integer that specifies the key.

    Returns
    Type Description
    FormatBase

    The FormatBase object.

    Overrides
    FormatBase.GetDefComposite(Int32)

    GetDefValue(Int32)

    Returns the default values.

    Declaration
    protected override object GetDefValue(int key)
    Parameters
    Type Name Description
    System.Int32 key

    The integer that specifies the key.

    Returns
    Type Description
    System.Object

    An object that specifies the default value.

    Overrides
    FormatBase.GetDefValue(Int32)

    Implements

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