C# 클래스 iTextSharp.text.List

A List contains several ListItems.
상속: ITextElementArray, IIndentable
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
alignindent bool
autoindent bool
first int
indentationLeft float
indentationRight float
lettered bool
list ArrayList
lowercase bool
numbered bool
postSymbol String
preSymbol String
symbol Chunk
symbolIndent float

공개 메소드들

메소드 설명
Add ( Object o ) : bool

Adds an Object to the List.

IsContent ( ) : bool
IsEmpty ( ) : bool
IsNestable ( ) : bool
List ( ) : System
List ( bool numbered ) : System
List ( bool numbered, bool lettered ) : System
List ( bool numbered, bool lettered, float symbolIndent ) : System

Constructs a List.

List ( bool numbered, float symbolIndent ) : System

Constructs a List.

the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol.

List ( float symbolIndent ) : System
NormalizeIndentation ( ) : void
Process ( IElementListener listener ) : bool

Processes the element by adding it (or the different parts) to an IElementListener.

SetListSymbol ( string symbol ) : void

Sets the listsymbol.

This is a shortcut for SetListSymbol(Chunk symbol).

getPostSymbol ( ) : String

메소드 상세

Add() 공개 메소드

Adds an Object to the List.
public Add ( Object o ) : bool
o Object the object to add
리턴 bool

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

List() 공개 메소드

public List ( ) : System
리턴 System

List() 공개 메소드

public List ( bool numbered ) : System
numbered bool
리턴 System

List() 공개 메소드

public List ( bool numbered, bool lettered ) : System
numbered bool
lettered bool
리턴 System

List() 공개 메소드

Constructs a List.
public List ( bool numbered, bool lettered, float symbolIndent ) : System
numbered bool a bool
lettered bool a bool
symbolIndent float the indentation that has to be used for the listsymbol
리턴 System

List() 공개 메소드

Constructs a List.
the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol.
public List ( bool numbered, float symbolIndent ) : System
numbered bool a bool
symbolIndent float the indentation that has to be used for the listsymbol
리턴 System

List() 공개 메소드

public List ( float symbolIndent ) : System
symbolIndent float
리턴 System

NormalizeIndentation() 공개 메소드

public NormalizeIndentation ( ) : void
리턴 void

Process() 공개 메소드

Processes the element by adding it (or the different parts) to an IElementListener.
public Process ( IElementListener listener ) : bool
listener IElementListener an IElementListener
리턴 bool

SetListSymbol() 공개 메소드

Sets the listsymbol.
This is a shortcut for SetListSymbol(Chunk symbol).
public SetListSymbol ( string symbol ) : void
symbol string a string
리턴 void

getPostSymbol() 공개 메소드

public getPostSymbol ( ) : String
리턴 String

프로퍼티 상세

alignindent 보호되어 있는 프로퍼티

protected bool alignindent
리턴 bool

autoindent 보호되어 있는 프로퍼티

protected bool autoindent
리턴 bool

first 보호되어 있는 프로퍼티

This variable indicates the first number of a numbered list.
protected int first
리턴 int

indentationLeft 보호되어 있는 프로퍼티

The indentation of this list on the left side.
protected float indentationLeft
리턴 float

indentationRight 보호되어 있는 프로퍼티

The indentation of this list on the right side.
protected float indentationRight
리턴 float

lettered 보호되어 있는 프로퍼티

protected bool lettered
리턴 bool

list 보호되어 있는 프로퍼티

This is the ArrayList containing the different ListItems.
protected ArrayList list
리턴 ArrayList

lowercase 보호되어 있는 프로퍼티

protected bool lowercase
리턴 bool

numbered 보호되어 있는 프로퍼티

protected bool numbered
리턴 bool

postSymbol 보호되어 있는 프로퍼티

protected String postSymbol
리턴 String

preSymbol 보호되어 있는 프로퍼티

protected String preSymbol
리턴 String

symbol 보호되어 있는 프로퍼티

This is the listsymbol of a list that is not numbered.
protected Chunk,iTextSharp.text symbol
리턴 Chunk

symbolIndent 보호되어 있는 프로퍼티

The indentation of the listitems.
protected float symbolIndent
리턴 float