C# Class LayoutFarm.HtmlBoxes.FloatFormattingContext

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

Public Properties

Property Type Description
floatingOutOfLine bool
leftFloatBox CssBox
lineLeftOffset float
lineRightOffset float
offsetFloatTop float
rightFloatBox CssBox

Property Details

floatingOutOfLine public_oe property

public bool floatingOutOfLine
return bool

leftFloatBox public_oe property

public CssBox,LayoutFarm.HtmlBoxes leftFloatBox
return CssBox

lineLeftOffset public_oe property

public float lineLeftOffset
return float

lineRightOffset public_oe property

public float lineRightOffset
return float

offsetFloatTop public_oe property

public float offsetFloatTop
return float

rightFloatBox public_oe property

public CssBox,LayoutFarm.HtmlBoxes rightFloatBox
return CssBox