docx
    Preparing search index...

    Class TableBorders

    Represents table borders in a WordprocessingML document.

    The tblBorders element specifies the borders for all cells in the table.

    Reference: http://officeopenxml.com/WPtableBorders.php

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    NONE: {
        bottom: { color: string; size: number; style: "none" };
        insideHorizontal: { color: string; size: number; style: "none" };
        insideVertical: { color: string; size: number; style: "none" };
        left: { color: string; size: number; style: "none" };
        right: { color: string; size: number; style: "none" };
        top: { color: string; size: number; style: "none" };
    } = ...

    Methods