C# Class iTextSharp.tool.xml.css.apply.MaxLeadingAndSize

Datei anzeigen Open project: boecko/iTextSharp

Public Methods

Method Description
CalculateLeading ( Tag t ) : float
GetLargestFont ( ) : float
GetLargestFontFromChildren ( IList children ) : float
GetLargestLeading ( ) : float
SetLeading ( Tag tag ) : void
SetVariablesBasedOnChildren ( Tag t ) : void

Private Methods

Method Description
GetLargestLeadingFromChildren ( IList children ) : float

Method Details

CalculateLeading() public method

public CalculateLeading ( Tag t ) : float
t Tag
return float

GetLargestFont() public method

public GetLargestFont ( ) : float
return float

GetLargestFontFromChildren() public method

public GetLargestFontFromChildren ( IList children ) : float
children IList
return float

GetLargestLeading() public method

public GetLargestLeading ( ) : float
return float

SetLeading() public method

public SetLeading ( Tag tag ) : void
tag Tag
return void

SetVariablesBasedOnChildren() public method

public SetVariablesBasedOnChildren ( Tag t ) : void
t Tag
return void