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

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

public AddSection ( String title ) : Section
title String
Результат Section
        public override Section AddSection(String title)
        {
            if (AddedCompletely) {
                throw new InvalidOperationException(MessageLocalization.GetComposedMessage("this.largeelement.has.already.been.added.to.the.document"));
            }
            return AddSection(title, 2);
        }

Same methods

ChapterAutoNumber::AddSection ( Paragraph title ) : Section