API Reference

Class

PdfTabStop

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes an explicit paragraph tab stop in PDF layout coordinates.

Inheritance

  • Object
  • PdfTabStop

Usage

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

Constructors

public PdfTabStop(Double position, PdfTabAlignment alignment = Left, PdfTabLeaderStyle leader = None) #

Creates a paragraph tab stop at the specified position.

Parameters

position System.Double requiredposition: 0
The tab stop position, in points, relative to the paragraph text frame.
alignment OfficeIMO.Pdf.PdfTabAlignment = Left optionalposition: 1
The alignment applied to the text following the tab character.
leader OfficeIMO.Pdf.PdfTabLeaderStyle = None optionalposition: 2
The leader drawn across the tab gap.

Methods

public PdfTabStop Clone() #
Returns: PdfTabStop

Creates a copy of this tab stop.

Properties

public Double Position { get; set; } #

Tab stop position, in points, relative to the paragraph text frame.

public PdfTabAlignment Alignment { get; set; } #

Alignment applied to the text following the tab character.

public PdfTabLeaderStyle Leader { get; set; } #

Leader drawn across the tab gap.