C# Class LayoutFarm.HtmlBoxes.RunListHelper

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddRunList ( CssBox toBox, BoxSpec spec, HtmlTextNode textnode ) : void
AddRunList ( CssBox toBox, BoxSpec spec, List runlist, char buffer, bool isAllWhitespace ) : void

Method Details

AddRunList() public static method

public static AddRunList ( CssBox toBox, BoxSpec spec, HtmlTextNode textnode ) : void
toBox CssBox
spec LayoutFarm.Css.BoxSpec
textnode LayoutFarm.Composers.HtmlTextNode
return void

AddRunList() public static method

public static AddRunList ( CssBox toBox, BoxSpec spec, List runlist, char buffer, bool isAllWhitespace ) : void
toBox CssBox
spec LayoutFarm.Css.BoxSpec
runlist List
buffer char
isAllWhitespace bool
return void