C# 클래스 iTextSharp.text.Paragraph

A Paragraph is a series of Chunks and/or Phrases.
A Paragraph has the same qualities of a Phrase, but also some additional layout-parameters:
  • the indentation
  • the alignment of the text
상속: Phrase, IIndentable, ISpaceable, IAccessibleElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
alignment int
indentationLeft float
indentationRight float
keeptogether bool
multipliedLeading float
spacingAfter float
spacingBefore float

공개 메소드들

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

Adds an Object to the Paragraph.

Paragraph ( ) : System

Constructs a Paragraph.

Paragraph ( Chunk chunk ) : System

Constructs a Paragraph with a certain Chunk.

Paragraph ( Phrase phrase ) : System

Constructs a Paragraph with a certain Phrase.

Paragraph ( float leading ) : System

Constructs a Paragraph with a certain leading.

Paragraph ( float leading, Chunk chunk ) : System

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

Paragraph ( float leading, string str ) : System

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

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

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

Paragraph ( string str ) : System

Constructs a Paragraph with a certain string.

Paragraph ( string str, Font font ) : System

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

SetLeading ( float fixedLeading, float multipliedLeading ) : void
breakUp ( ) : IList
cloneShallow ( bool spacingBefore ) : Paragraph

메소드 상세

Add() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

Paragraph() 공개 메소드

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

SetLeading() 공개 메소드

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
리턴 void

breakUp() 공개 메소드

public breakUp ( ) : IList
리턴 IList

cloneShallow() 공개 메소드

public cloneShallow ( bool spacingBefore ) : Paragraph
spacingBefore bool
리턴 Paragraph

프로퍼티 상세

alignment 보호되어 있는 프로퍼티

The alignment of the text.
protected int alignment
리턴 int

indentationLeft 보호되어 있는 프로퍼티

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

indentationRight 보호되어 있는 프로퍼티

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

keeptogether 보호되어 있는 프로퍼티

Does the paragraph has to be kept together on 1 page.
protected bool keeptogether
리턴 bool

multipliedLeading 보호되어 있는 프로퍼티

protected float multipliedLeading
리턴 float

spacingAfter 보호되어 있는 프로퍼티

protected float spacingAfter
리턴 float

spacingBefore 보호되어 있는 프로퍼티

protected float spacingBefore
리턴 float