Package | Description |
---|---|
com.groupdocs.editor.htmlcss.css.specificdeclarations |
Modifier and Type | Field and Description |
---|---|
static TextAlign |
TextAlign.Center |
static TextAlign |
TextAlign.End |
static TextAlign |
TextAlign.Inherit |
static TextAlign |
TextAlign.Initial |
static TextAlign |
TextAlign.Justify |
static TextAlign |
TextAlign.JustifyAll |
static TextAlign |
TextAlign.Left |
static TextAlign |
TextAlign.MatchParent |
static TextAlign |
TextAlign.Right |
static TextAlign |
TextAlign.Start
The same as 'left' if direction is 'left-to-right' or 'right' if
direction is 'right-to-left.
|
static TextAlign |
TextAlign.Unset |
Modifier and Type | Method and Description |
---|---|
TextAlign |
TextAlign.Clone() |
static TextAlign |
TextAlign.tryFromKeyword(String keyword)
Tries to recognize a specified keyword as a proper keyword value of the
'text-align' and return it on success or NULL on failure.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAlign.CloneTo(TextAlign that) |
boolean |
TextAlign.equals(TextAlign other) |
static boolean |
TextAlign.equals(TextAlign obj1,
TextAlign obj2) |
static boolean |
TextAlign.op_Equality(TextAlign first,
TextAlign second)
Checks whether two "TextAlign" values are equal
|
static boolean |
TextAlign.op_Inequality(TextAlign first,
TextAlign second)
Checks whether two "TextAlign" values are not equal
|
Copyright © 2020. All rights reserved.