Compartir a través de


Word.Interfaces.BorderUpdateData interface

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

Propiedades

color

Especifica el color del borde. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

type

Especifica el tipo de borde para el borde.

visible

Especifica si el borde está visible.

width

Especifica el ancho del borde.

Detalles de las propiedades

color

Especifica el color del borde. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

color?: string;

Valor de propiedad

string

Comentarios

[ Conjunto de API: WordApiDesktop 1.1 ]

type

Especifica el tipo de borde para el borde.

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: WordApiDesktop 1.1 ]

visible

Especifica si el borde está visible.

visible?: boolean;

Valor de propiedad

boolean

Comentarios

[ Conjunto de API: WordApiDesktop 1.1 ]

width

Especifica el ancho del borde.

width?: Word.BorderWidth | "None" | "Pt025" | "Pt050" | "Pt075" | "Pt100" | "Pt150" | "Pt225" | "Pt300" | "Pt450" | "Pt600" | "Mixed";

Valor de propiedad

Word.BorderWidth | "None" | "Pt025" | "Pt050" | "Pt075" | "Pt100" | "Pt150" | "Pt225" | "Pt300" | "Pt450" | "Pt600" | "Mixed"

Comentarios

[ Conjunto de API: WordApiDesktop 1.1 ]