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