Word.Interfaces.BorderCollectionUpdateData interface

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

Propiedades

insideBorderColor

Especifica el color de 24 bits de los bordes interiores. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

insideBorderType

Especifica el tipo de borde de los bordes interiores.

insideBorderWidth

Especifica el ancho de los bordes interiores.

items
outsideBorderColor

Especifica el color de 24 bits de los bordes exteriores. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

outsideBorderType

Especifica el tipo de borde de los bordes exteriores.

outsideBorderWidth

Especifica el ancho de los bordes exteriores.

Detalles de las propiedades

insideBorderColor

Especifica el color de 24 bits de los bordes interiores. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

insideBorderColor?: string;

Valor de propiedad

string

Comentarios

[ Conjunto de API: WordApiDesktop 1.1 ]

insideBorderType

Especifica el tipo de borde de los bordes interiores.

insideBorderType?: 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 ]

insideBorderWidth

Especifica el ancho de los bordes interiores.

insideBorderWidth?: 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 ]

items

items?: Word.Interfaces.BorderData[];

Valor de propiedad

outsideBorderColor

Especifica el color de 24 bits de los bordes exteriores. El color se especifica en formato "#RRGGBB" o mediante el nombre del color.

outsideBorderColor?: string;

Valor de propiedad

string

Comentarios

[ Conjunto de API: WordApiDesktop 1.1 ]

outsideBorderType

Especifica el tipo de borde de los bordes exteriores.

outsideBorderType?: 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 ]

outsideBorderWidth

Especifica el ancho de los bordes exteriores.

outsideBorderWidth?: 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 ]