C# Class iTextSharp.text.MarkedSection

Inheritance: MarkedObject
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
title MarkedObject

Public Methods

Method 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 method

public Add ( Object o ) : bool
o Object
return bool

Add() public method

public Add ( int index, Object o ) : void
index int
o Object
return void

AddAll() public method

public AddAll ( ICollection collection ) : bool
collection ICollection
return bool

AddSection() public method

public AddSection ( ) : MarkedSection
return MarkedSection

AddSection() public method

public AddSection ( float indentation ) : MarkedSection
indentation float
return MarkedSection

AddSection() public method

public AddSection ( float indentation, int numberDepth ) : MarkedSection
indentation float
numberDepth int
return MarkedSection

AddSection() public method

public AddSection ( int numberDepth ) : MarkedSection
numberDepth int
return MarkedSection

MarkedSection() public method

public MarkedSection ( Section section ) : System
section Section
return System

NewPage() public method

public NewPage ( ) : void
return void

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

Property Details

title protected_oe property

protected MarkedObject,iTextSharp.text title
return MarkedObject