C# Class LayoutFarm.HtmlBoxes.RunListHelper

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

AddRunList() public static méthode

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
Résultat void