HorizontalRuleFormat
Overview
HorizontalRuleFormat is a class in Aspose.Words FOSS for .NET.
Represents horizontal rule formatting.
Properties: Alignment, Color, Height, NoShade, WidthPercent.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
WidthPercent | double | Read/Write | Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width. |
Height | double | Read/Write | Gets or sets the height of the horizontal rule. |
NoShade | bool | Read/Write | Indicates the presence of 3D shading for the horizontal rule. |
Color | Color | Read/Write | Gets or sets the brush color that fills the horizontal rule. |
Alignment | HorizontalRuleAlignment | Read/Write | Gets or sets the alignment of the horizontal rule. |