Skip to main content
All docs
V25.2
  • ParagraphProperties Members

    Specifies paragraph formatting properties.

    Constructors

    Name Description
    ParagraphProperties() Initializes a new instance of the ParagraphProperties class.
    ParagraphProperties(TextProperties) Initializes a new instance of the ParagraphProperties class with specified settings.

    Properties

    Name Description
    Alignment Gets or sets the paragraph alignment.
    DefaultTabSize Gets or sets the default tab stop distance for the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch).
    EnableEastAsianLineBreaks Enables or disables East Asian line breaks for the paragraph.
    EnableHangingPunctuation Enables or disables hanging punctuation for the paragraph.
    EnableLatinLineBreaks Enables or disables Latin line breaks for the paragraph.
    FontAlignment Gets or sets vertical text alignment within the line (for example, baseline or center).
    LeftIndent Gets or sets the left indent of the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch).
    LineSpacing Gets or sets the line spacing for the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch).
    ListBullet Gets or sets the bullet formatting for the paragraph.
    ListBulletColor Gets or sets the bullet color for the paragraph.
    ListBulletFont Gets or sets the font used to display bullets for the paragraph.
    ListBulletSize Gets or sets the bullet size for the paragraph.
    ListIndentLevel Gets or sets the indent level for the paragraph in a list.
    RightIndent Gets or sets the right indent for the paragraph.
    RightToLeft Indicates whether the paragraph is displayed from right to left.
    SpacingAfter Gets or sets the spacing after the paragraph.
    SpacingBefore Gets or sets the spacing before the paragraph.
    SpecialIndent Gets or sets the first-line indent for the paragraph.
    TabStops Returns a collection of tab stops for the paragraph.
    TextProperties Gets or sets the text properties for the paragraph.

    Methods

    Name Description
    Clone() Clones the current ParagraphProperties instance.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also