C# Class iTextSharp.text.ChapterAutoNumber

Inheritance: Chapter
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
numberSet bool

Méthodes publiques

Méthode Description
AddSection ( Paragraph title ) : Section
AddSection ( String title ) : Section
ChapterAutoNumber ( Paragraph para ) : System
ChapterAutoNumber ( String title ) : System
SetAutomaticNumber ( int number ) : int

Method Details

AddSection() public méthode

public AddSection ( Paragraph title ) : Section
title Paragraph
Résultat Section

AddSection() public méthode

public AddSection ( String title ) : Section
title String
Résultat Section

ChapterAutoNumber() public méthode

public ChapterAutoNumber ( Paragraph para ) : System
para Paragraph
Résultat System

ChapterAutoNumber() public méthode

public ChapterAutoNumber ( String title ) : System
title String
Résultat System

SetAutomaticNumber() public méthode

public SetAutomaticNumber ( int number ) : int
number int
Résultat int

Property Details

numberSet protected_oe property

protected bool numberSet
Résultat bool