public interface ListContainer
All of the components which need to hold a List, must implement this interface. For example,
List,
TextDocument,
Notes| Modifier and Type | Method and Description |
|---|---|
List |
addList()
Add a new List to this container.
|
List |
addList(ListDecorator decorator)
Add a List with specified ListDecorator to this container.
|
void |
clearList()
Remove all Lists from this container.
|
OdfElement |
getListContainerElement()
Get the ODF element which can have
|
Iterator<List> |
getListIterator()
Return an Iterator of the Lists in this ListContainer.
|
boolean |
removeList(List list)
Remove the existing List from this container.
|
OdfElement getListContainerElement()
List addList()
List addList(ListDecorator decorator)
decorator - the specified ListDecoratorboolean removeList(List list)
void clearList()
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.