Package | Description |
---|---|
com.groupdocs.editor.htmlcss.css.specificdeclarations.flow |
Modifier and Type | Field and Description |
---|---|
static Display |
Display.Block
The element generates a block element box.
|
static Display |
Display.Flex |
static Display |
Display.Inherit |
static Display |
Display.Initial |
static Display |
Display.Inline
The element generates one or more 'inline' element boxes.
|
static Display |
Display.InlineBlock
The element generates a block element box that will be flowed with
surrounding content as if it were a single inline box (behaving much like
a replaced element would)
|
static Display |
Display.InlineFlex |
static Display |
Display.InlineTable |
static Display |
Display.ListItem
The element generates a block box for the content and a separate
list-item inline box.
|
static Display |
Display.None
Turns off the display of an element (it has no effect on layout); all
descendant elements also have their display turned off.
|
static Display |
Display.Table |
static Display |
Display.TableCaption |
static Display |
Display.TableCell |
static Display |
Display.TableColumn |
static Display |
Display.TableColumnGroup |
static Display |
Display.TableFooterGroup |
static Display |
Display.TableHeaderGroup |
static Display |
Display.TableRow |
static Display |
Display.TableRowGroup |
static Display |
Display.Unset |
Modifier and Type | Method and Description |
---|---|
Display |
Display.Clone() |
static Display |
Display.tryFromKeyword(String keyword)
Tries to recognize a specified keyword as a proper keyword value of the
'display' and return it on success or NULL on failure.
|
Modifier and Type | Method and Description |
---|---|
void |
Display.CloneTo(Display that) |
boolean |
Display.equals(Display other) |
static boolean |
Display.equals(Display obj1,
Display obj2) |
static boolean |
Display.op_Equality(Display first,
Display second)
Checks whether two "Display" values are equal
|
static boolean |
Display.op_Inequality(Display first,
Display second)
Checks whether two "Display" values are not equal
|
Copyright © 2020. All rights reserved.