iTextSharp.text.MarkedSection.AddSection C# (CSharp) Méthode

AddSection() public méthode

public AddSection ( ) : MarkedSection
Résultat 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