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.TextAlignmentAlignmentStyle. alignmentprivate TagProcessingState.TextAlignmentTagProcessingState. textAlignmentThe alignment of the current paragraph.Methods in org.eclipse.nebula.widgets.richtext.painter that return TagProcessingState.TextAlignment Modifier and Type Method Description TagProcessingState.TextAlignmentTagProcessingState. getTextAlignment()static TagProcessingState.TextAlignmentTagProcessingState.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 voidTagProcessingState. setTextAlignment(TagProcessingState.TextAlignment textAlignment)
-