public final class ListProperties extends StructuredElementProperties
Provides properties of the document's list element.
Constructor and Description |
---|
ListProperties()
Initializes a new instance of the
ListProperties class. |
ListProperties(int listType)
Initializes a new instance of the
ListProperties class. |
ListProperties(int listType,
int depth)
Initializes a new instance of the
ListProperties class. |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Gets a depth of the list.
|
int |
getListType()
Gets a type of the list.
|
get_Item, getElementType, getSkipElement, isEmptyElement, setSkipElement
public ListProperties()
Initializes a new instance of the ListProperties
class.
public ListProperties(int listType)
Initializes a new instance of the ListProperties
class.
listType
- A type of the list.public ListProperties(int listType, int depth)
Initializes a new instance of the ListProperties
class.
listType
- A type of the list.depth
- A depth of the list.Copyright © 2019. All rights reserved.