public class OutLineDecorator extends Object implements ListDecorator
An OutLineDecorator can be reused in the same Document.
ListDecorator.ListType| Constructor and Description |
|---|
OutLineDecorator(Document doc)
Constructor with Document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decorateList(List list)
Decorate the specifies
list, of which style is set. |
void |
decorateListItem(ListItem item)
Decorate the specifies
item in a List, of which style is set. |
ListDecorator.ListType |
getListType()
Get the ListType of this ListDecorator.
|
public OutLineDecorator(Document doc)
doc - the Document which this OutLineDecorator will be used on.public void decorateList(List list)
ListDecoratorlist, of which style is set.decorateList in interface ListDecoratorlist - the List is decorated.public void decorateListItem(ListItem item)
ListDecoratoritem in a List, of which style is set.decorateListItem in interface ListDecoratoritem - the ListItem is decorated.public ListDecorator.ListType getListType()
ListDecoratorgetListType in interface ListDecoratorCopyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.