C# Class LayoutFarm.HtmlBoxes.CssLineBoxExtension

Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
Select ( this lineBox, int startAtPx, int endAt, CssRun startRun, int startRunIndex, CssRun endRun, int endRunIndex ) : void
SelectFull ( this lineBox ) : void
SelectPartialFromStart ( this lineBox, int endAtPx, CssRun endRun, int endRunIndex ) : void
SelectPartialToEnd ( this lineBox, int startAtPx, CssRun startRun, int startRunIndex ) : void

Method Details

Select() public static method

public static Select ( this lineBox, int startAtPx, int endAt, CssRun startRun, int startRunIndex, CssRun endRun, int endRunIndex ) : void
lineBox this
startAtPx int
endAt int
startRun CssRun
startRunIndex int
endRun CssRun
endRunIndex int
return void

SelectFull() public static method

public static SelectFull ( this lineBox ) : void
lineBox this
return void

SelectPartialFromStart() public static method

public static SelectPartialFromStart ( this lineBox, int endAtPx, CssRun endRun, int endRunIndex ) : void
lineBox this
endAtPx int
endRun CssRun
endRunIndex int
return void

SelectPartialToEnd() public static method

public static SelectPartialToEnd ( this lineBox, int startAtPx, CssRun startRun, int startRunIndex ) : void
lineBox this
startAtPx int
startRun CssRun
startRunIndex int
return void