Class Border
- Namespace
- FileFormat.Words.IElements
- Assembly
- FileFormat.Words.dll
Represents border/frame of an element within word document.
public class Border
- Inheritance
-
Border
- Inherited Members
Constructors
Border()
Constructor for border.
public Border()
Properties
Color
Gets or sets the border color.
public string Color { get; set; }
Property Value
Size
Gets or sets the border color.
public int Size { get; set; }
Property Value
Width
Gets or sets the border width.
public BorderWidth Width { get; set; }