Package | Description |
---|---|
com.groupdocs.editor.htmlcss.css.specificdeclarations.flow |
Modifier and Type | Field and Description |
---|---|
static Overflow |
Overflow.Auto
Depends on the user agent.
|
static Overflow |
Overflow.Hidden
The content is clipped and no scrollbars are provided.
|
static Overflow |
Overflow.Inherit |
static Overflow |
Overflow.Initial |
static Overflow |
Overflow.Scroll
The content is clipped and browsers use scrollbars, whether or not any
content is clipped.
|
static Overflow |
Overflow.Unset |
static Overflow |
Overflow.Visible
Content is not clipped, it may be rendered outside the content box.
|
Modifier and Type | Method and Description |
---|---|
Overflow |
Overflow.Clone() |
static Overflow |
Overflow.tryFromKeyword(String keyword)
Tries to recognize a specified
keyword as a proper
keyword value of the 'float' and return it on success or NULL on
failure. |
Modifier and Type | Method and Description |
---|---|
void |
Overflow.CloneTo(Overflow that) |
boolean |
Overflow.equals(Overflow other) |
static boolean |
Overflow.equals(Overflow obj1,
Overflow obj2) |
static boolean |
Overflow.op_Equality(Overflow first,
Overflow second)
Checks whether two "Overflow" values are equal
|
static boolean |
Overflow.op_Inequality(Overflow first,
Overflow second)
Checks whether two "Overflow" values are not equal
|
Copyright © 2020. All rights reserved.