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

Inheritance: iTextSharp.text.Phrase
Datei anzeigen 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_oe property

protected int alignment
return int

indentationLeft protected_oe property

protected float indentationLeft
return float

indentationRight protected_oe property

protected float indentationRight
return float

keeptogether protected_oe property

protected bool keeptogether
return bool

multipliedLeading protected_oe property

protected float multipliedLeading
return float

spacingAfter protected_oe property

protected float spacingAfter
return float

spacingBefore protected_oe property

protected float spacingBefore
return float