C# Класс iTextSharp.text.Chapter

A Chapter is a special Section.
A chapter number has to be created using a Paragraph as title and an int as chapter number. The chapter number is shown be default. If you don't want to see the chapter number, you have to set the numberdepth to 0.
Наследование: Section, ITextElementArray
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Chapter ( Paragraph title, int number ) : System

Constructs a new Chapter.

Chapter ( int number ) : System
Chapter ( string title, int number ) : System

Constructs a new Chapter.

IsNestable ( ) : bool

Описание методов

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

Constructs a new Chapter.
public Chapter ( Paragraph title, int number ) : System
title Paragraph the Chapter title (as a Paragraph)
number int the Chapter number
Результат System

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

public Chapter ( int number ) : System
number int
Результат System

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

Constructs a new Chapter.
public Chapter ( string title, int number ) : System
title string the Chapter title (as a string)
number int the Chapter number
Результат System

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

public IsNestable ( ) : bool
Результат bool