Variable BorderStyleConst

BorderStyle: {
    DASH_DOT_STROKED: "dashDotStroked";
    DASH_SMALL_GAP: "dashSmallGap";
    DASHED: "dashed";
    DOT_DASH: "dotDash";
    DOT_DOT_DASH: "dotDotDash";
    DOTTED: "dotted";
    DOUBLE: "double";
    DOUBLE_WAVE: "doubleWave";
    INSET: "inset";
    NIL: "nil";
    NONE: "none";
    OUTSET: "outset";
    SINGLE: "single";
    THICK: "thick";
    THICK_THIN_LARGE_GAP: "thickThinLargeGap";
    THICK_THIN_MEDIUM_GAP: "thickThinMediumGap";
    THICK_THIN_SMALL_GAP: "thickThinSmallGap";
    THIN_THICK_LARGE_GAP: "thinThickLargeGap";
    THIN_THICK_MEDIUM_GAP: "thinThickMediumGap";
    THIN_THICK_SMALL_GAP: "thinThickSmallGap";
    THIN_THICK_THIN_LARGE_GAP: "thinThickThinLargeGap";
    THIN_THICK_THIN_MEDIUM_GAP: "thinThickThinMediumGap";
    THIN_THICK_THIN_SMALL_GAP: "thinThickThinSmallGap";
    THREE_D_EMBOSS: "threeDEmboss";
    THREE_D_ENGRAVE: "threeDEngrave";
    TRIPLE: "triple";
    WAVE: "wave";
} = ...

Table borders are defined with the <w:tblBorders> element. Child elements of this element specify the kinds of border:

bottom, end (right in the previous version of the standard), insideH, insideV, start (left in the previous version of the standard), and top.

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


    
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
    

Type declaration

  • ReadonlyDASH_DOT_STROKED: "dashDotStroked"

    a line with a series of alternating thin and thick strokes

  • ReadonlyDASH_SMALL_GAP: "dashSmallGap"

    a dashed line with small gaps

  • ReadonlyDASHED: "dashed"

    a dashed line

  • ReadonlyDOT_DASH: "dotDash"

    a line with alternating dots and dashes

  • ReadonlyDOT_DOT_DASH: "dotDotDash"

    a line with a repeating dot - dot - dash sequence

  • ReadonlyDOTTED: "dotted"

    a dotted line

  • ReadonlyDOUBLE: "double"

    a double line

  • ReadonlyDOUBLE_WAVE: "doubleWave"

    a double wavy line

  • ReadonlyINSET: "inset"

    an inset set of lines

  • ReadonlyNIL: "nil"

    no border

  • ReadonlyNONE: "none"

    no border

  • ReadonlyOUTSET: "outset"

    an outset set of lines

  • ReadonlySINGLE: "single"

    a single line

  • ReadonlyTHICK: "thick"

    a single line

  • ReadonlyTHICK_THIN_LARGE_GAP: "thickThinLargeGap"

    a thick line contained within a thin line with a large-sized intermediate gap

  • ReadonlyTHICK_THIN_MEDIUM_GAP: "thickThinMediumGap"

    a thick line contained within a thin line with a medium-sized intermediate gap

  • ReadonlyTHICK_THIN_SMALL_GAP: "thickThinSmallGap"

    a thick line contained within a thin line with a small intermediate gap

  • ReadonlyTHIN_THICK_LARGE_GAP: "thinThickLargeGap"

    a thin line contained within a thick line with a large-sized intermediate gap

  • ReadonlyTHIN_THICK_MEDIUM_GAP: "thinThickMediumGap"

    a thick line contained within a thin line with a medium-sized intermediate gap

  • ReadonlyTHIN_THICK_SMALL_GAP: "thinThickSmallGap"

    a thick line contained within a thin line with a small intermediate gap

  • ReadonlyTHIN_THICK_THIN_LARGE_GAP: "thinThickThinLargeGap"

    a thin-thick-thin line with a large gap

  • ReadonlyTHIN_THICK_THIN_MEDIUM_GAP: "thinThickThinMediumGap"

    a thin-thick-thin line with a medium gap

  • ReadonlyTHIN_THICK_THIN_SMALL_GAP: "thinThickThinSmallGap"

    a thin-thick-thin line with a small gap

  • ReadonlyTHREE_D_EMBOSS: "threeDEmboss"

    a three-staged gradient line, getting darker towards the paragraph

  • ReadonlyTHREE_D_ENGRAVE: "threeDEngrave"

    a three-staged gradient like, getting darker away from the paragraph

  • ReadonlyTRIPLE: "triple"

    a triple line

  • ReadonlyWAVE: "wave"

    a wavy line