Uses of Class
org.eclipse.nebula.widgets.richtext.painter.TagProcessingState.TextAlignment
-
Packages that use TagProcessingState.TextAlignment Package Description org.eclipse.nebula.widgets.richtext.painter -
-
Uses of TagProcessingState.TextAlignment in org.eclipse.nebula.widgets.richtext.painter
Fields in org.eclipse.nebula.widgets.richtext.painter declared as TagProcessingState.TextAlignment Modifier and Type Field Description TagProcessingState.TextAlignment
AlignmentStyle. alignment
private TagProcessingState.TextAlignment
TagProcessingState. textAlignment
The alignment of the current paragraph.Methods in org.eclipse.nebula.widgets.richtext.painter that return TagProcessingState.TextAlignment Modifier and Type Method Description TagProcessingState.TextAlignment
TagProcessingState. getTextAlignment()
static TagProcessingState.TextAlignment
TagProcessingState.TextAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TagProcessingState.TextAlignment[]
TagProcessingState.TextAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.richtext.painter with parameters of type TagProcessingState.TextAlignment Modifier and Type Method Description void
TagProcessingState. setTextAlignment(TagProcessingState.TextAlignment textAlignment)
-