Word.Interfaces.TableBorderUpdateData interface

Interfaz para actualizar datos en el objeto TableBorder, para su uso en tableBorder.set({ ... }).

Propiedades

color

Especifica el color del borde de la tabla.

type

Especifica el tipo del borde de la tabla.

width

Especifica el ancho, en puntos, del borde de la tabla. No se aplica a los tipos de borde de la tabla que tengan anchos fijos.

Detalles de las propiedades

color

Especifica el color del borde de la tabla.

color?: string;

Valor de propiedad

string

Comentarios

[ Conjunto de API: WordApi 1.3 ]

type

Especifica el tipo del borde de la tabla.

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";

Valor de propiedad

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"

Comentarios

[ Conjunto de API: WordApi 1.3 ]

width

Especifica el ancho, en puntos, del borde de la tabla. No se aplica a los tipos de borde de la tabla que tengan anchos fijos.

width?: number;

Valor de propiedad

number

Comentarios

[ Conjunto de API: WordApi 1.3 ]