Modifier and Type | Field and Description |
---|---|
static ListItemOptions |
ListItemOptions.EMPTY
Gets an empty instance.
|
Modifier and Type | Method and Description |
---|---|
ListItemOptions |
ListItem.getOptions()
Gets an options of the item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ListItemOptions.equals(ListItemOptions other)
Indicates whether the current object is equal to another object of the same type.
|
Integer |
ListFormatter.getItemMaxWidth(ListItemOptions listItemOptions,
DocumentPartOptions documentPartOptions)
Returns a maximum width of the
listItemOptions . |
Integer |
PlainListFormatter.getItemMaxWidth(ListItemOptions listItemOptions,
DocumentPartOptions documentPartOptions)
Returns a maximum width of the
listItemOptions . |
static boolean |
ListItemOptions.op_Equality(ListItemOptions left,
ListItemOptions right)
Checks if the values of two operands are equal or not, if yes then condition becomes true.
|
static boolean |
ListItemOptions.op_Inequality(ListItemOptions left,
ListItemOptions right)
Checks if the values of two operands are equal or not, if values are not equal then condition becomes true.
|
Constructor and Description |
---|
ListItem(String text,
ListItemOptions options)
Initializes a new instance of the
ListItem class. |
Copyright © 2019. All rights reserved.