Class ParagraphBorders
The border set of a paragraph (ECMA-376 Part 1 §17.3.1.24 w:pBdr).
public sealed class ParagraphBorders : IEquatable<ParagraphBorders?>
- Inheritance
-
ParagraphBorders
- Implements
- Inherited Members
Constructors
Properties
- Bar
Gets or sets the paragraph bar border (w:bar), or null.
- Between
Gets or sets the border drawn between identically-bordered paragraphs (w:between), or null.
- Bottom
Gets or sets the bottom border, or null.
- Left
Gets or sets the left border, or null.
- Right
Gets or sets the right border, or null.
- Top
Gets or sets the top border, or null.
Methods
- Clone()
Creates a deep copy.