WinForms

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

    Show / Hide Table of Contents

    Class ListFormat

    Represents List formatting.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    FormatBase
    ListFormat
    Implements
    IEntityBase
    IXDLSSerializable
    Inherited Members
    FormatBase.m_keysOffset
    FormatBase.ImportContainer(FormatBase)
    FormatBase.ImportMembers(FormatBase)
    FormatBase.HasKey(Int32)
    FormatBase.GetDefComposite(Int32)
    FormatBase.EnsureComposites()
    FormatBase.EnsureComposites(Int32[])
    FormatBase.GetBaseKey(Int32)
    FormatBase.GetFullKey(Int32)
    FormatBase.GetDefComposite(Int32, FormatBase)
    FormatBase.IsDefault
    FormatBase.PropertiesHash
    FormatBase.Item[Int32]
    XDLSSerializableBase.m_id
    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.InitXDLSHolder()
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    EntityBase.SetOwner(IEntityBase)
    EntityBase.Owner
    EntityBase.Document
    EntityBase.DocumentEx
    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.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class ListFormat : FormatBase, IEntityBase, IXDLSSerializable

    Constructors

    ListFormat(IParagraph)

    Initializing constructor.

    Declaration
    public ListFormat(IParagraph owner)
    Parameters
    Type Name Description
    IParagraph owner

    Properties

    CurrentListLevel

    Get set paragraph's ListLevel.

    Declaration
    public ListLevel CurrentListLevel { get; }
    Property Value
    Type Description
    ListLevel

    CurrentListStyle

    Get paragraph's list style.

    Declaration
    public ListStyle CurrentListStyle { get; }
    Property Value
    Type Description
    ListStyle

    CustomStyleName

    Gets / sets name of custom style.

    Declaration
    public string CustomStyleName { get; }
    Property Value
    Type Description
    System.String

    ListLevelNumber

    Gets / sets list nesting level.

    Declaration
    public int ListLevelNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    ListType

    Get / sets type of the list.

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

    RestartNumbering

    Gets / sets whether numbering of the list must restart from previous list.

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

    Methods

    ApplyDefBulletStyle()

    Apply default bullet style for current paragraph.

    Declaration
    public void ApplyDefBulletStyle()

    ApplyDefNumberedStyle()

    Apply default numbered style for current paragraph.

    Declaration
    public void ApplyDefNumberedStyle()

    ApplyStyle(String)

    Apply liststyle

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

    Style Name

    ContinueListNumbering()

    Continue last list.

    Declaration
    public void ContinueListNumbering()

    DecreaseLevelIndent()

    Decrease level indent.

    Declaration
    public void DecreaseLevelIndent()

    GetDefValue(Int32)

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

    IncreaseLevelIndent()

    Increase level indent.

    Declaration
    public void IncreaseLevelIndent()

    ReadXmlAttributes(IXDLSAttributeReader)

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader
    Overrides
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer
    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

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