C# Class iTextSharp.text.MarkedSection

Inheritance: MarkedObject
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
title MarkedObject

Méthodes publiques

Méthode Description
Add ( Object o ) : bool
Add ( int index, Object o ) : void
AddAll ( ICollection collection ) : bool
AddSection ( ) : MarkedSection
AddSection ( float indentation ) : MarkedSection
AddSection ( float indentation, int numberDepth ) : MarkedSection
AddSection ( int numberDepth ) : MarkedSection
MarkedSection ( Section section ) : System
NewPage ( ) : void
Process ( IElementListener listener ) : bool

Method Details

Add() public méthode

public Add ( Object o ) : bool
o Object
Résultat bool

Add() public méthode

public Add ( int index, Object o ) : void
index int
o Object
Résultat void

AddAll() public méthode

public AddAll ( ICollection collection ) : bool
collection ICollection
Résultat bool

AddSection() public méthode

public AddSection ( ) : MarkedSection
Résultat MarkedSection

AddSection() public méthode

public AddSection ( float indentation ) : MarkedSection
indentation float
Résultat MarkedSection

AddSection() public méthode

public AddSection ( float indentation, int numberDepth ) : MarkedSection
indentation float
numberDepth int
Résultat MarkedSection

AddSection() public méthode

public AddSection ( int numberDepth ) : MarkedSection
numberDepth int
Résultat MarkedSection

MarkedSection() public méthode

public MarkedSection ( Section section ) : System
section Section
Résultat System

NewPage() public méthode

public NewPage ( ) : void
Résultat void

Process() public méthode

public Process ( IElementListener listener ) : bool
listener IElementListener
Résultat bool

Property Details

title protected_oe property

protected MarkedObject,iTextSharp.text title
Résultat MarkedObject