StyleTransition Class Documentation

classStyleTransition

Namespace:com::datalogics::PDFL

Detailed Description

Represents a style change in a word. A StyleTransition provides information about the character index in the word where the style changes, and the new Style.

Uses types

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getCharIndex

intgetCharIndex()

Returns:

int

The index of the character in the word at which this transition begins.

getStyle

StylegetStyle()

Returns:

Style

The Style that begins at this transition.

toString

StringtoString()

Returns:

String

Returns a string representation of the StyleTransition.