iTextSharp.text.Chapter.IsNestable C# (CSharp) Méthode

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool
        public override bool IsNestable()
        {
            return false;
        }