C# Class 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.
Inheritance: Section, ITextElementArray
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Method Details

Chapter() public method

Constructs a new Chapter.
public Chapter ( Paragraph title, int number ) : System
title Paragraph the Chapter title (as a Paragraph)
number int the Chapter number
return System

Chapter() public method

public Chapter ( int number ) : System
number int
return System

Chapter() public method

Constructs a new Chapter.
public Chapter ( string title, int number ) : System
title string the Chapter title (as a string)
number int the Chapter number
return System

IsNestable() public method

public IsNestable ( ) : bool
return bool