In This Article

ITextSpacer Interface

Provides the base requirements for an intra-text spacer within an ITextLayout.

public interface ITextSpacer

Properties

Baseline

The spacer's baseline distance.

double Baseline { get; }

Property Value

double

CharacterIndex

The character index, relative to the original ITextLayout text, at which the spacer occurs.

int CharacterIndex { get; }

Property Value

int

Key

An object that uniquely identifies the spacer.

object Key { get; }

Property Value

object

Size

The size of the spacer.

Size Size { get; }

Property Value

Size

Extension Methods