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

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

public AddSection ( int numberDepth ) : MarkedSection
numberDepth int
Результат MarkedSection
        public MarkedSection AddSection(int numberDepth) {
            MarkedSection section = ((Section)element).AddMarkedSection();
            section.NumberDepth = numberDepth;
            return section;
        }
            

Same methods

MarkedSection::AddSection ( ) : MarkedSection
MarkedSection::AddSection ( float indentation ) : MarkedSection
MarkedSection::AddSection ( float indentation, int numberDepth ) : MarkedSection