iTextSharp.text.factories.ElementFactory.GetChapter C# (CSharp) Метод

GetChapter() публичный статический Метод

public static GetChapter ( Properties attributes ) : ChapterAutoNumber
attributes System.util.Properties
Результат iTextSharp.text.ChapterAutoNumber
        public static ChapterAutoNumber GetChapter(Properties attributes) {
            ChapterAutoNumber chapter = new ChapterAutoNumber("");
            SetSectionParameters(chapter, attributes);
            return chapter;
        }