C# 클래스 iTextSharp.text.MarkedSection

상속: MarkedObject
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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