Class AlignmentStyle
- java.lang.Object
-
- org.eclipse.nebula.widgets.richtext.painter.AlignmentStyle
-
public class AlignmentStyle extends java.lang.Object
Alignment style information that is extracted out of the style attribute of span, ul and ol tags.
-
-
Field Summary
Fields Modifier and Type Field Description TagProcessingState.TextAlignment
alignment
int
marginLeft
-
Constructor Summary
Constructors Constructor Description AlignmentStyle()
-
-
-
Field Detail
-
marginLeft
public int marginLeft
-
alignment
public TagProcessingState.TextAlignment alignment
-
-