Word.Interfaces.BorderData interface
Interfaz que describe los datos devueltos mediante una llamada a border.toJSON()
.
Propiedades
color | Especifica el color del borde. El color se especifica en formato "#RRGGBB" o mediante el nombre del color. |
location | Obtiene la ubicación del borde. |
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
location
Obtiene la ubicación del borde.
location?: Word.BorderLocation | "Top" | "Left" | "Bottom" | "Right" | "InsideHorizontal" | "InsideVertical" | "Inside" | "Outside" | "All";
Valor de propiedad
Word.BorderLocation | "Top" | "Left" | "Bottom" | "Right" | "InsideHorizontal" | "InsideVertical" | "Inside" | "Outside" | "All"
Comentarios
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
visible
Especifica si el borde está visible.
visible?: boolean;
Valor de propiedad
boolean
Comentarios
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"