HorizontalRuleFormat

HorizontalRuleFormat

Overview

HorizontalRuleFormat is a class in Aspose.Words FOSS for .NET.

Represents horizontal rule formatting.

Properties: Alignment, Color, Height, NoShade, WidthPercent.

Properties

NameTypeAccessDescription
WidthPercentdoubleRead/WriteGets or sets the length of the specified horizontal rule expressed as a percentage of the window width.
HeightdoubleRead/WriteGets or sets the height of the horizontal rule.
NoShadeboolRead/WriteIndicates the presence of 3D shading for the horizontal rule.
ColorColorRead/WriteGets or sets the brush color that fills the horizontal rule.
AlignmentHorizontalRuleAlignmentRead/WriteGets or sets the alignment of the horizontal rule.

See Also