API Reference
WordBorders
Provides access to page border settings for a section.
Inheritance
- Object
- WordBorders
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordDocument.Borders
- Property WordSection.Borders
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<UInt32> 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 OfficeColor LeftColor { get; set; } #Gets or sets the left border color using a OfficeColor value.
public Nullable<WordBorderStyle> LeftStyle { get; set; } #Gets or sets the style of the left border.
public Nullable<UInt32> 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 Nullable<UInt32> 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 OfficeColor RightColor { get; set; } #Gets or sets the right border color using a OfficeColor value.
public Nullable<WordBorderStyle> RightStyle { get; set; } #Gets or sets the style of the right border.
public Nullable<UInt32> 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 Nullable<UInt32> 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 OfficeColor TopColor { get; set; } #Gets or sets the top border color using a OfficeColor value.
public Nullable<WordBorderStyle> TopStyle { get; set; } #Gets or sets the style of the top border.
public Nullable<UInt32> 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 Nullable<UInt32> 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 OfficeColor BottomColor { get; set; } #Gets or sets the bottom border color using a OfficeColor value.
public Nullable<WordBorderStyle> BottomStyle { get; set; } #Gets or sets the style of the bottom border.
public Nullable<UInt32> 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.