iTextSharp.text.RomanList.RomanList C# (CSharp) Метод

RomanList() публичный Метод

public RomanList ( int symbolIndent ) : System
symbolIndent int
Результат System
        public RomanList(int symbolIndent)
            : base(true, symbolIndent)
        {
        }

Same methods

RomanList::RomanList ( ) : System
RomanList::RomanList ( bool romanlower, int symbolIndent ) : System