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