Package | Description |
---|---|
com.groupdocs.editor.htmlcss.css.specificdeclarations.flow |
Modifier and Type | Field and Description |
---|---|
static Position |
Position.Absolute |
static Position |
Position.Fixed |
static Position |
Position.Inherit |
static Position |
Position.Initial |
static Position |
Position.Relative |
static Position |
Position.Static
Element use the normal behavior, that is it is laid out in its current
position in the flow.
|
static Position |
Position.Sticky |
static Position |
Position.Unset |
Modifier and Type | Method and Description |
---|---|
Position |
Position.Clone() |
static Position |
Position.tryFromKeyword(String keyword)
Tries to recognize a specified
keyword as a proper
keyword value of the 'position' and return it on success or NULL
on failure. |
Modifier and Type | Method and Description |
---|---|
void |
Position.CloneTo(Position that) |
boolean |
Position.equals(Position other) |
static boolean |
Position.equals(Position obj1,
Position obj2) |
static boolean |
Position.op_Equality(Position first,
Position second)
Checks whether two "Position" values are equal
|
static boolean |
Position.op_Inequality(Position first,
Position second)
Checks whether two "Position" values are not equal
|
Copyright © 2020. All rights reserved.