Skip to main content
Skip table of contents

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
ReturnsName
SectionAddSection(...)
intSetAutomaticNumber(int number)

Details

Inheritance

Constructors

ChapterAutoNumber [1/2]

Source code

public ChapterAutoNumber(Paragraph para)
Arguments
TypeNameDescription
Paragraphpara
ChapterAutoNumber [2/2]

Source code

public ChapterAutoNumber(string title)
Arguments
TypeNameDescription
stringtitle

Methods

AddSection [1/2]

Source code

public override Section AddSection(string title)
Arguments
TypeNameDescription
stringtitle
AddSection [2/2]

Source code

public override Section AddSection(Paragraph title)
Arguments
TypeNameDescription
Paragraphtitle
SetAutomaticNumber

Source code

public virtual int SetAutomaticNumber(int number)
Arguments
TypeNameDescription
intnumber

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.