API Reference
WordBorders
Provides access to page border settings for a section.
Inheritance
- Object
- WordBorders
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public UInt32Value LeftSize { get; set; } #Gets or sets the width of the left border.
public String LeftColorHex { get; set; } #Gets or sets the left border color using a hexadecimal value.
public Color LeftColor { get; set; } #Gets or sets the left border color using a Color value.
public Nullable<BorderValues> LeftStyle { get; set; } #Gets or sets the style of the left border.
public UInt32Value LeftSpace { get; set; } #Gets or sets the space between the left border and page text.
public Nullable<Boolean> LeftShadow { get; set; } #Gets or sets a value indicating whether the left border has a shadow.
public Nullable<Boolean> LeftFrame { get; set; } #Gets or sets a value indicating whether the left border is part of a frame.
public UInt32Value RightSize { get; set; } #Gets or sets the width of the right border.
public String RightColorHex { get; set; } #Gets or sets the right border color using a hexadecimal value.
public Color RightColor { get; set; } #Gets or sets the right border color using a Color value.
public Nullable<BorderValues> RightStyle { get; set; } #Gets or sets the style of the right border.
public UInt32Value RightSpace { get; set; } #Gets or sets the space between the right border and page text.
public Nullable<Boolean> RightShadow { get; set; } #Gets or sets a value indicating whether the right border has a shadow.
public Nullable<Boolean> RightFrame { get; set; } #Gets or sets a value indicating whether the right border is part of a frame.
public UInt32Value TopSize { get; set; } #Gets or sets the width of the top border.
public String TopColorHex { get; set; } #Gets or sets the top border color using a hexadecimal value.
public Color TopColor { get; set; } #Gets or sets the top border color using a Color value.
public Nullable<BorderValues> TopStyle { get; set; } #Gets or sets the style of the top border.
public UInt32Value TopSpace { get; set; } #Gets or sets the space between the top border and page text.
public Nullable<Boolean> TopShadow { get; set; } #Gets or sets a value indicating whether the top border has a shadow.
public Nullable<Boolean> TopFrame { get; set; } #Gets or sets a value indicating whether the top border is part of a frame.
public UInt32Value BottomSize { get; set; } #Gets or sets the width of the bottom border.
public String BottomColorHex { get; set; } #Gets or sets the bottom border color using a hexadecimal value.
public Color BottomColor { get; set; } #Gets or sets the bottom border color using a Color value.
public Nullable<BorderValues> BottomStyle { get; set; } #Gets or sets the style of the bottom border.
public UInt32Value BottomSpace { get; set; } #Gets or sets the space between the bottom border and page text.
public Nullable<Boolean> BottomShadow { get; set; } #Gets or sets a value indicating whether the bottom border has a shadow.
public Nullable<Boolean> BottomFrame { get; set; } #Gets or sets a value indicating whether the bottom border is part of a frame.
public WordBorder Type { get; set; } #Gets or sets the preset border configuration applied to the section.