iText 5

ChapterAutoNumber

ChapterAutoNumber Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ChapterAutoNumber[[ChapterAutoNumber]] iTextSharp.text.Chapter[[Chapter]] end iTextSharp.text.Chapter --> iTextSharp.text.ChapterAutoNumber

Members

Methods

Public methods

Returns

Name

Section

AddSection

(...)

int

SetAutomaticNumber

(int number)

Details

Inheritance

Constructors

ChapterAutoNumber [1/2]

Source code

public ChapterAutoNumber(Paragraph para)

Arguments

Type

Name

Description

Paragraph

para

ChapterAutoNumber [2/2]

Source code

public ChapterAutoNumber(string title)

Arguments

Type

Name

Description

string

title

Methods

AddSection [1/2]

Source code

public override Section AddSection(string title)

Arguments

Type

Name

Description

string

title

AddSection [2/2]

Source code

public override Section AddSection(Paragraph title)

Arguments

Type

Name

Description

Paragraph

title

SetAutomaticNumber

Source code

public virtual int SetAutomaticNumber(int number)

Arguments

Type

Name

Description

int

number

Generated with ModularDoc