Class TocHeading
Information
Représente les options pour les en-têtes ou les titres des tables des matières à documenter par le plugin Documentize.TocGenerator.
public class TocHeading
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
TocHeading(string, int, bool, int)
Initialise une nouvelle instance de Documentize.TocHeading.
public TocHeading(string text, int pageNumber, bool generateNumbering = false, int level = 1)
Parameters
text
string: Le texte du titre.pageNumber
int: Numéro de page pour le lien.generateNumbering
bool: Utilisation de la génération de numéros.level
int: Le niveau.
Properties
GenerateNumbering
Utilisation de la génération de numéros.
Si true
, la numérotation doit être effectuée automatiquement ; sinon, la numérotation doit être effectuée manuellement.
public bool GenerateNumbering { get; set; }
Property Value
Level
Le niveau. Utilisé pour la génération de numéros.
public int Level { get; set; }
Property Value
PageNumber
Le numéro de page pour le lien.
public int PageNumber { get; set; }
Property Value
Text
Le texte du titre.
public string Text { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll