com.itextpdf.text.pdf.ListLabel.ListLabel C# (CSharp) Method

ListLabel() protected method

protected ListLabel ( ListItem parentItem ) : System.Collections.Generic
parentItem iTextSharp.text.ListItem
return System.Collections.Generic
        protected internal ListLabel(ListItem parentItem) : base(parentItem)
        {
            role = PdfName.LBL;
            indentation = 0;
        }