Class BorderEdge
One border edge (ECMA-376 Part 1 §17.3.4 CT_Border). The border style is kept as the raw ST_Border token (§17.18.2) so art borders and future styles round-trip verbatim.
public sealed class BorderEdge : IEquatable<BorderEdge?>
- Inheritance
-
BorderEdge
- Implements
- Inherited Members
Constructors
Properties
- Color
Gets or sets the border color, or null.
- Frame
Gets or sets whether the border is a frame border (w:frame), or null.
- Shadow
Gets or sets whether the border has a shadow (w:shadow), or null.
- Space
Gets or sets the spacing between border and content (w:space points, converted to twips), or null.
- Style
Gets or sets the raw ST_Border style token, for example "single" or "double".
- Width
Gets or sets the border line width (w:sz eighth-points, converted to twips), or null.
Methods
- Clone()
Creates a deep copy.