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
Details
Inheritance
Constructors
ChapterAutoNumber [1/2]
Source code
public ChapterAutoNumber(Paragraph para)
Arguments
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
SetAutomaticNumber
Source code
public virtual int SetAutomaticNumber(int number)
Arguments
Type | Name | Description |
---|
int | number | |
Generated with ModularDoc