C# Класс iTextSharp.text.MarkedSection

Наследование: MarkedObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
title MarkedObject

Открытые методы

Метод Описание
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

Описание методов

Add() публичный метод

public Add ( Object o ) : bool
o Object
Результат bool

Add() публичный метод

public Add ( int index, Object o ) : void
index int
o Object
Результат void

AddAll() публичный метод

public AddAll ( ICollection collection ) : bool
collection ICollection
Результат bool

AddSection() публичный метод

public AddSection ( ) : MarkedSection
Результат MarkedSection

AddSection() публичный метод

public AddSection ( float indentation ) : MarkedSection
indentation float
Результат MarkedSection

AddSection() публичный метод

public AddSection ( float indentation, int numberDepth ) : MarkedSection
indentation float
numberDepth int
Результат MarkedSection

AddSection() публичный метод

public AddSection ( int numberDepth ) : MarkedSection
numberDepth int
Результат MarkedSection

MarkedSection() публичный метод

public MarkedSection ( Section section ) : System
section Section
Результат System

NewPage() публичный метод

public NewPage ( ) : void
Результат void

Process() публичный метод

public Process ( IElementListener listener ) : bool
listener IElementListener
Результат bool

Описание свойств

title защищенное свойство

protected MarkedObject,iTextSharp.text title
Результат MarkedObject