StyleTransition Class Documentation

classStyleTransition : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

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.

Referenced by

Constructor & Destructor Documentation

StyleTransition

StyleTransition(StyleTransitionrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

~StyleTransition

~StyleTransition()

Property Documentation

CharIndex

intCharIndex[get]

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

Style

StyleStyle[get]

The Style that begins at this transition.

Member Function Documentation

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string

Returns a string representation of the StyleTransition.