StyleTransition Class Documentation
classStyleTransitionNamespace: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.
Referenced by
Uses types
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetCharIndex
intgetCharIndex()Returns:
intThe index of the character in the word at which this transition begins.
getStyle
StylegetStyle()Returns:
StyleThe Style that begins at this transition.
toString
StringtoString()Returns:
StringReturns a string representation of the StyleTransition.