@musallam/photoshop-client
    Preparing search index...

    Interface ParagraphStyleDetails

    Paragraph style settings.

    interface ParagraphStyleDetails {
        alignment?: PhotoshopClient.ParagraphStyleAlignmentType;
        endIndent?: number;
        firstLineIndent?: number;
        hyphenate?: boolean;
        spaceAfter?: number;
        spaceBefore?: number;
        startIndent?: number;
    }
    Index

    Properties

    The paragraph alignment.

    endIndent?: number

    The amount of indent to add to the right margin.

    firstLineIndent?: number

    The amount of indent to add to the first line of the paragraph.

    hyphenate?: boolean

    Toggle hyphenate for paragraph text.

    spaceAfter?: number

    The amount of space to add after the paragraph.

    spaceBefore?: number

    The amount of space to add before the paragraph.

    startIndent?: number

    The amount of indent to add to the left margin.