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
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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