Class TableBorders

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

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

Type declaration

  • bottom: {
        color: string;
        size: number;
        style: BorderStyle;
    }
  • insideHorizontal: {
        color: string;
        size: number;
        style: BorderStyle;
    }
  • insideVertical: {
        color: string;
        size: number;
        style: BorderStyle;
    }
  • left: {
        color: string;
        size: number;
        style: BorderStyle;
    }
  • right: {
        color: string;
        size: number;
        style: BorderStyle;
    }
  • top: {
        color: string;
        size: number;
        style: BorderStyle;
    }

Methods

Generated using TypeDoc