Back to Website
Show / Hide Table of Contents

Class ParagraphSettings

Package: @aurigma/design-atoms-model

Constructors

(constructor)(object)

Constructs a new instance of the ParagraphSettings class

Declaration
constructor(object?: {
        FirstLineIndent?: number;
        SpaceAfter?: number;
        SpaceBefore?: number;
        LeftIndent?: number;
        RightIndent?: number;
    });
Parameters
Type Name Description
{ FirstLineIndent?: number; SpaceAfter?: number; SpaceBefore?: number; LeftIndent?: number; RightIndent?: number; } object

Properties

FirstLineIndent

Declaration
FirstLineIndent: number;
Property Value
Type Description
number

LeftIndent

Declaration
LeftIndent: number;
Property Value
Type Description
number

RightIndent

Declaration
RightIndent: number;
Property Value
Type Description
number

SpaceAfter

Declaration
SpaceAfter: number;
Property Value
Type Description
number

SpaceBefore

Declaration
SpaceBefore: number;
Property Value
Type Description
number

Methods

clone()

Declaration
clone(): ParagraphSettings;
Returns
Type Description
ParagraphSettings

equals(settings)

Declaration
equals(settings: ParagraphSettings): boolean;
Parameters
Type Name Description
ParagraphSettings settings
Returns
Type Description
boolean

equals(a, b)

Declaration
static equals(a: ParagraphSettings, b: ParagraphSettings): boolean;
Parameters
Type Name Description
ParagraphSettings a
ParagraphSettings b
Returns
Type Description
boolean
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback