C# Class iTextSharp.tool.xml.html.pdfelement.NoNewLineParagraph

Inheritance: iTextSharp.text.Phrase
Show file Open project: boecko/iTextSharp Class Usage Examples

Protected Properties

Property Type Description
alignment int
indentationLeft float
indentationRight float
keeptogether bool
multipliedLeading float
spacingAfter float
spacingBefore float

Public Methods

Method Description
Add ( IElement o ) : bool
GetTotalLeading ( ) : float
NoNewLineParagraph ( ) : System
NoNewLineParagraph ( Chunk chunk ) : System
NoNewLineParagraph ( Phrase phrase ) : System
NoNewLineParagraph ( String str ) : System
NoNewLineParagraph ( String str, Font font ) : System
NoNewLineParagraph ( float leading ) : System
NoNewLineParagraph ( float leading, Chunk chunk ) : System
NoNewLineParagraph ( float leading, String str ) : System
NoNewLineParagraph ( float leading, String str, Font font ) : System
SetLeading ( float fixedLeading, float multipliedLeading ) : void

Method Details

Add() public method

public Add ( IElement o ) : bool
o IElement
return bool

GetTotalLeading() public method

public GetTotalLeading ( ) : float
return float

NoNewLineParagraph() public method

public NoNewLineParagraph ( ) : System
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( Chunk chunk ) : System
chunk iTextSharp.text.Chunk
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( Phrase phrase ) : System
phrase iTextSharp.text.Phrase
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( String str ) : System
str String
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( String str, Font font ) : System
str String
font iTextSharp.text.Font
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( float leading ) : System
leading float
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( float leading, Chunk chunk ) : System
leading float
chunk iTextSharp.text.Chunk
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( float leading, String str ) : System
leading float
str String
return System

NoNewLineParagraph() public method

public NoNewLineParagraph ( float leading, String str, Font font ) : System
leading float
str String
font iTextSharp.text.Font
return System

SetLeading() public method

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
return void

Property Details

alignment protected property

protected int alignment
return int

indentationLeft protected property

protected float indentationLeft
return float

indentationRight protected property

protected float indentationRight
return float

keeptogether protected property

protected bool keeptogether
return bool

multipliedLeading protected property

protected float multipliedLeading
return float

spacingAfter protected property

protected float spacingAfter
return float

spacingBefore protected property

protected float spacingBefore
return float