docx
    Preparing search index...

    Type Alias IParagraphPropertiesOptionsBase

    IParagraphPropertiesOptionsBase: {
        autoSpaceEastAsianText?: boolean;
        bidirectional?: boolean;
        bullet?: { level: number };
        frame?: IFrameOptions;
        heading?: typeof HeadingLevel[keyof typeof HeadingLevel];
        overflowPunctuation?: boolean;
        pageBreakBefore?: boolean;
        run?: IParagraphRunOptions;
        scale?: number;
        style?: string;
        suppressLineNumbers?: boolean;
        tabStops?: readonly TabStopDefinition[];
        widowControl?: boolean;
        wordWrap?: boolean;
    } & IParagraphStylePropertiesOptions

    Type Declaration

    • Optional ReadonlyautoSpaceEastAsianText?: boolean

      This element specifies whether inter-character spacing shall automatically be adjusted between regions of numbers and regions of East Asian text in the current paragraph. These regions shall be determined by the Unicode character values of the text content within the paragraph. This only works in Microsoft Word. It is not part of the ECMA-376 OOXML standard.

    • Optional Readonlybidirectional?: boolean

      Whether to render text right-to-left for bidirectional languages

    • Optional Readonlybullet?: { level: number }

      Bullet list configuration

      • Readonlylevel: number

        Indentation level for the bullet (0-8)

    • Optional Readonlyframe?: IFrameOptions

      Frame properties for positioning the paragraph

    • Optional Readonlyheading?: typeof HeadingLevel[keyof typeof HeadingLevel]

      Heading level (Heading1, Heading2, etc.) - applies predefined heading style

    • Optional ReadonlyoverflowPunctuation?: boolean

      Whether to allow punctuation to extend beyond text margins

    • Optional ReadonlypageBreakBefore?: boolean

      Whether to insert a page break before this paragraph

    • Optional Readonlyrun?: IParagraphRunOptions

      Run properties to apply to all runs in the paragraph. Reference: ECMA-376, 3rd Edition (June, 2011), Fundamentals and Markup Language Reference § 17.3.1.29.

    • Optional Readonlyscale?: number

      Character scaling percentage (e.g., 200 for 200%)

    • Optional Readonlystyle?: string

      Style ID to apply to this paragraph

    • Optional ReadonlysuppressLineNumbers?: boolean

      Whether to suppress line numbers for this paragraph

    • Optional ReadonlytabStops?: readonly TabStopDefinition[]

      Custom tab stop positions and alignments

    • Optional ReadonlywidowControl?: boolean

      Whether to prevent single lines at top/bottom of page (widow/orphan control)

    • Optional ReadonlywordWrap?: boolean

      Whether to allow word wrapping