API Reference

Enum

PdfTabLeaderStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Leader fill rendered across a paragraph tab advance.

Inheritance

  • Enum
  • PdfTabLeaderStyle

Usage

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

Accepted by parameters

Values

public const PdfTabLeaderStyle None #

No leader fill; the tab advances by whitespace only.

Value: 0
public const PdfTabLeaderStyle Dots #

Fill the tab advance with dot leaders.

Value: 1
public const PdfTabLeaderStyle Hyphens #

Fill the tab advance with hyphen leaders.

Value: 2
public const PdfTabLeaderStyle Underscores #

Fill the tab advance with underscore leaders.

Value: 3