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

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

public AddSection ( Paragraph title ) : Section
title Paragraph
Результат Section
        public override Section AddSection(Paragraph 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 ( String title ) : Section