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

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

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

Same methods

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