Word.Interfaces.TableBorderUpdateData interface
An interface for updating data on the TableBorder
object, for use in tableBorder.set({ ... })
.
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
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
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
Office Add-ins