iTextSharp.text.MarkedSection.AddSection C# (CSharp) Method

AddSection() public method

public AddSection ( ) : MarkedSection
return 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