API Reference

Class

PdfHorizontalRuleStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable horizontal rule appearance and rhythm style.

Inheritance

  • Object
  • PdfHorizontalRuleStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfHorizontalRuleStyle() #

Methods

public PdfHorizontalRuleStyle Clone() #
Returns: PdfHorizontalRuleStyle

Creates a copy of this horizontal rule style.

Properties

public Double Thickness { get; set; } #

Rule thickness in points.

public PdfColor Color { get; set; } #

Rule stroke color.

public Double SpacingBefore { get; set; } #

Vertical space before the rule in the surrounding document flow, in points.

public Double SpacingAfter { get; set; } #

Vertical space after the rule in the surrounding document flow, in points.

public Boolean KeepWithNext { get; set; } #

When true, the rule moves to the next page when it would otherwise be separated from the following flow block.