public interface IListSymbolFactory
Modifier and Type | Method and Description |
---|---|
IElement |
createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem)
Creates symbol.
|
IElement createSymbol(int index, IPropertyContainer list, IPropertyContainer listItem)
index
- - the positive (greater then zero) index of list item in list.
list
- - the IPropertyContainer
with all properties of corresponding list.
listItem
- - the IPropertyContainer
with all properties of corresponding list item.
IElement
representing symbol.
Copyright © 1998–2023 iText Group NV. All rights reserved.