Edit

Word.Interfaces.TableBorderUpdateData interface

An interface for updating data on the TableBorder object, for use in tableBorder.set({ ... }).

Remarks

Used by

Properties

color

Specifies the table border color.

type

Specifies the type of the table border.

width

Specifies the width, in points, of the table border. Not applicable to table border types that have fixed widths.

Property Details

color

Specifies the table border color.

color?: string;

Property Value

string

Remarks

API set: WordApi 1.3

type

Specifies the type of the table border.

type?: Word.BorderType | "Mixed" | "None" | "Single" | "Double" | "Dotted" | "Dashed" | "DotDashed" | "Dot2Dashed" | "Triple" | "ThinThickSmall" | "ThickThinSmall" | "ThinThickThinSmall" | "ThinThickMed" | "ThickThinMed" | "ThinThickThinMed" | "ThinThickLarge" | "ThickThinLarge" | "ThinThickThinLarge" | "Wave" | "DoubleWave" | "DashedSmall" | "DashDotStroked" | "ThreeDEmboss" | "ThreeDEngrave";

Property Value

Word.BorderType | "Mixed" | "None" | "Single" | "Double" | "Dotted" | "Dashed" | "DotDashed" | "Dot2Dashed" | "Triple" | "ThinThickSmall" | "ThickThinSmall" | "ThinThickThinSmall" | "ThinThickMed" | "ThickThinMed" | "ThinThickThinMed" | "ThinThickLarge" | "ThickThinLarge" | "ThinThickThinLarge" | "Wave" | "DoubleWave" | "DashedSmall" | "DashDotStroked" | "ThreeDEmboss" | "ThreeDEngrave"

Remarks

API set: WordApi 1.3

width

Specifies the width, in points, of the table border. Not applicable to table border types that have fixed widths.

width?: number;

Property Value

number

Remarks

API set: WordApi 1.3