menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWParagraphStyle - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IWParagraphStyle

    Represents the style that can be used to format a Paragraph.

    Inherited Members
    IStyle.Clone()
    IStyle.Name
    IStyle.Remove()
    IStyle.StyleType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface IWParagraphStyle : IStyle

    Properties

    CharacterFormat

    Gets formatting of characters inside paragraph.

    Declaration
    WCharacterFormat CharacterFormat { get; }
    Property Value
    Type
    WCharacterFormat

    IsPrimaryStyle

    Gets or sets a value indicating whether this instance is primary style.

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

    if this instance is primary style, set to true.

    ParagraphFormat

    Gets formatting of paragraph.

    Declaration
    WParagraphFormat ParagraphFormat { get; }
    Property Value
    Type
    WParagraphFormat

    Methods

    Close()

    Closes this instance.

    Declaration
    void Close()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved