WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParagraphStyle

    Show / Hide Table of Contents

    Interface IParagraphStyle

    Represents a paragraph style

    Inherited Members
    IStyle.Clone(IDocument)
    IStyle.Name
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IParagraphStyle : IStyle

    Properties

    CharacterFormat

    Gets text format.

    Declaration
    CharacterFormat CharacterFormat { get; }
    Property Value
    Type Description
    CharacterFormat

    ParagraphFormat

    Gets paragraph format.

    Declaration
    ParagraphFormat ParagraphFormat { get; }
    Property Value
    Type Description
    ParagraphFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved