C# 클래스 iTextSharp.text.ListItem

A ListItem is a Paragraph that can be added to a List.
상속: Paragraph
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
symbol Chunk

공개 메소드들

메소드 설명
AdjustListSymbolFont ( ) : void
ListItem ( ) : System

Constructs a ListItem.

ListItem ( Chunk chunk ) : System

Constructs a ListItem with a certain Chunk.

ListItem ( Phrase phrase ) : System

Constructs a ListItem with a certain Phrase.

ListItem ( float leading ) : System

Constructs a ListItem with a certain leading.

ListItem ( float leading, Chunk chunk ) : System

Constructs a ListItem with a certain Chunk and a certain leading.

ListItem ( float leading, string str ) : System

Constructs a ListItem with a certain string and a certain leading.

ListItem ( float leading, string str, Font font ) : System

Constructs a ListItem with a certain leading, string and Font.

ListItem ( string str ) : System

Constructs a ListItem with a certain string.

ListItem ( string str, Font font ) : System

Constructs a ListItem with a certain string and a certain Font.

SetIndentationLeft ( float indentation, bool autoindent ) : void

메소드 상세

AdjustListSymbolFont() 공개 메소드

public AdjustListSymbolFont ( ) : void
리턴 void

ListItem() 공개 메소드

Constructs a ListItem.
public ListItem ( ) : System
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain Chunk.
public ListItem ( Chunk chunk ) : System
chunk Chunk a Chunk
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain Phrase.
public ListItem ( Phrase phrase ) : System
phrase Phrase a Phrase
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain leading.
public ListItem ( float leading ) : System
leading float the leading
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain Chunk and a certain leading.
public ListItem ( float leading, Chunk chunk ) : System
leading float the leading
chunk Chunk a Chunk
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain string and a certain leading.
public ListItem ( float leading, string str ) : System
leading float the leading
str string a string
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain leading, string and Font.
public ListItem ( float leading, string str, Font font ) : System
leading float the leading
str string a string
font Font a Font
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain string.
public ListItem ( string str ) : System
str string a string
리턴 System

ListItem() 공개 메소드

Constructs a ListItem with a certain string and a certain Font.
public ListItem ( string str, Font font ) : System
str string a string
font Font a string
리턴 System

SetIndentationLeft() 공개 메소드

public SetIndentationLeft ( float indentation, bool autoindent ) : void
indentation float
autoindent bool
리턴 void

프로퍼티 상세

symbol 보호되어 있는 프로퍼티

this is the symbol that wil proceed the listitem.
protected Chunk,iTextSharp.text symbol
리턴 Chunk