C# Class LayoutFarm.HtmlBoxes.CssBlockRun

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

Méthodes publiques

Méthode Description
CssBlockRun ( CssBox contentBlockBox )
WriteContent ( System stbuilder, int start, int length ) : void

Method Details

CssBlockRun() public méthode

public CssBlockRun ( CssBox contentBlockBox )
contentBlockBox CssBox

WriteContent() public méthode

public WriteContent ( System stbuilder, int start, int length ) : void
stbuilder System
start int
length int
Résultat void