Package com.itextpdf.layout.properties
Interface IListSymbolFactory
-
public interface IListSymbolFactory
Interface for implementing custom symbols for lists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElement
createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem)
Creates symbol.
-
-
-
Method Detail
-
createSymbol
IElement createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem)
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.
-
-