[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfBorderObject

RtfBorderObject Class

The common (base) Word/RTF border object (paragraph, cell, row ...).

Inheritance
RtfBorderObject
Implements
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public abstract class RtfBorderObject : RtfObject, ICloneable

Properties

Name Description
BottomBorderColor

Gets or sets bottom line color from this border.

BottomBorderStyle

Gets or sets bottom line style from this border.

BottomBorderWidth

Gets or sets bottom width from this border.

BottomSpace

Gets or sets bottom space for this border.

HorizontalGridColor

Gets or sets horizontal grid (inside border) color.

HorizontalGridStyle

Gets or sets horizontal grid (inside border) style.

HorizontalGridWidth

Gets or sets horizontal grid (inside border) width.

LeftBorderColor

Gets or sets left line color from this border.

LeftBorderStyle

Gets or sets left line style from this border.

LeftBorderWidth

Gets or sets left width from this border.

LeftSpace

Gets or sets left space for this border.

RightBorderColor

Gets or sets right line color from this border.

RightBorderStyle

Gets or sets rigth line style from this border.

RightBorderWidth

Gets or sets right width from this border.

RightSpace

Gets or sets right space for this border.

TopBorderColor

Gets or sets top line color from this border.

TopBorderStyle

Gets or sets top line style from this border.

TopBorderWidth

Gets or sets top width from this border.

TopSpace

Gets or sets top space for this border.

VerticalGridColor

Gets or sets vertical grid (inside border) color.

VerticalGridStyle

Gets or sets vertical grid (inside border) style.

VerticalGridWidth

Gets or sets vertical grid (inside border) width.

Methods

Name Description
SetRectBorder(RtfBorderStyle, Color, float)

Sets rectangle border around Word/RTF object.