StyleTransition Class Documentation
classStyleTransition : SystemIDisposableNamespace: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
Uses types
Constructor & Destructor Documentation
StyleTransition
StyleTransition(StyleTransitionrhs, InternalConstructsignifier)Parameters
rhs: StyleTransitionsignifier: 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
ConstructorRetrieve
static StyleTransitionConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
StyleTransitionDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override stringReturns a string representation of the StyleTransition.