Xamarin.Android

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

    Show / Hide Table of Contents

    Class TableStyleRowProperties

    TableStyleRowProperties is used for representing formatting properties of the table.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    FormatBase
    TableStyleRowProperties
    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.GetDefComposite(Int32)
    FormatBase.OnChange(FormatBase, Int32)
    FormatBase.EnsureComposites()
    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 TableStyleRowProperties : FormatBase, IXDLSSerializable

    Properties

    CellSpacing

    Gets / sets the spacing between cells.

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

    HorizontalAlignment

    Gets / sets horizontal alignment of the row.

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

    IsBreakAcrossPages

    Gets / sets a boolean value indicating if there is a break across pages

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

    IsHeader

    Gets / sets a boolean value indicating if row is table header

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

    IsHidden

    Gets / sets a boolean value indicating if row is hidden

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

    Methods

    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