docx
    Preparing search index...

    Type Alias IBordersOptions

    Options for configuring paragraph borders.

    Borders can be applied to top, bottom, left, right, and between paragraphs.

    type IBordersOptions = {
        between?: IBorderOptions;
        bottom?: IBorderOptions;
        left?: IBorderOptions;
        right?: IBorderOptions;
        top?: IBorderOptions;
    }
    Index

    Properties

    between?: IBorderOptions

    Border between consecutive paragraphs with the same border settings

    Border for the bottom edge of the paragraph

    Border for the left edge of the paragraph

    Border for the right edge of the paragraph

    Border for the top edge of the paragraph