Uses of Class
org.eclipse.nebula.widgets.richtext.painter.AlignmentStyle
-
Packages that use AlignmentStyle Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter.instructions -
-
Uses of AlignmentStyle in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext that return AlignmentStyle Modifier and Type Method Description private AlignmentStyle
RichTextPainter. handleAlignmentConfiguration(javax.xml.stream.events.StartElement element)
-
Uses of AlignmentStyle in org.eclipse.nebula.widgets.richtext.painter.instructions
Fields in org.eclipse.nebula.widgets.richtext.painter.instructions declared as AlignmentStyle Modifier and Type Field Description protected AlignmentStyle
ParagraphInstruction. alignment
Constructors in org.eclipse.nebula.widgets.richtext.painter.instructions with parameters of type AlignmentStyle Constructor Description ListInstruction(int listIndent, boolean ordered, AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)
ParagraphInstruction(AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)
-