Package com.itextpdf.layout.properties
Interface IListSymbolFactory
-
public interface IListSymbolFactoryInterface for implementing custom symbols for lists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElementcreateSymbol(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- - theIPropertyContainerwith all properties of corresponding list.listItem- - theIPropertyContainerwith all properties of corresponding list item.- Returns:
- the
IElementrepresenting symbol.
-
-