Package com.itextpdf.layout.properties
Interface IListSymbolFactory
public interface IListSymbolFactory
Interface for implementing custom symbols for lists
-
Method Summary
Modifier and TypeMethodDescriptioncreateSymbol
(int index, IPropertyContainer list, IPropertyContainer listItem) Creates symbol.
-
Method Details
-
createSymbol
Creates symbol.- Parameters:
index
- - the positive (greater then zero) index of list item in list.list
- - theIPropertyContainer
with all properties of corresponding list.listItem
- - theIPropertyContainer
with all properties of corresponding list item.- Returns:
- the
IElement
representing symbol.
-