Uses of Class
org.eclipse.nebula.widgets.richtext.painter.TagProcessingState
| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.richtext.painter.instructions |
-
Uses of TagProcessingState in org.eclipse.nebula.widgets.richtext.painter.instructions
Fields in org.eclipse.nebula.widgets.richtext.painter.instructions declared as TagProcessingState Modifier and Type Field Description protected TagProcessingStateParagraphInstruction. stateprotected TagProcessingStateResetParagraphInstruction. stateConstructors in org.eclipse.nebula.widgets.richtext.painter.instructions with parameters of type TagProcessingState Constructor Description BoldPaintInstruction(TagProcessingState state)ItalicPaintInstruction(TagProcessingState state)ListInstruction(int listIndent, boolean ordered, AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)NewLineInstruction(TagProcessingState state)ParagraphInstruction(AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)ResetFontPaintInstruction(TagProcessingState state)ResetParagraphInstruction(int paragraphSpace, TagProcessingState state)ResetSpanStylePaintInstruction(TagProcessingState state, SpanElement span)SpanStylePaintInstruction(TagProcessingState state)TextPaintInstruction(TagProcessingState state, java.lang.String text)TextPaintInstruction(TagProcessingState state, java.lang.String text, java.lang.String wordSplitRegex)