C# Class LayoutFarm.Css.BoxSpec

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

Public Methods

Method Description
CloneAllStyles ( BoxSpec target, BoxSpec source ) : void
GetAnonVersion ( ) : BoxSpec
InheritStyles ( BoxSpec target, BoxSpec source ) : void

Private Methods

Method Description
CheckBgVersion ( ) : CssBackgroundFeature
CheckBorderVersion ( ) : CssBorderFeature
CheckBoxShadowVersion ( ) : CssBoxShadowFeature
CheckCornerVersion ( ) : CssCornerFeature
CheckFlexVersion ( ) : CssFlexFeature
CheckFontVersion ( ) : CssFontFeature
CheckListPropVersion ( ) : CssListFeature
CheckMarginVersion ( ) : CssMarginFeature
CheckPaddingVersion ( ) : CssPaddingFeature

Method Details

CloneAllStyles() public static method

public static CloneAllStyles ( BoxSpec target, BoxSpec source ) : void
target BoxSpec
source BoxSpec
return void

GetAnonVersion() public method

public GetAnonVersion ( ) : BoxSpec
return BoxSpec

InheritStyles() public static method

public static InheritStyles ( BoxSpec target, BoxSpec source ) : void
target BoxSpec
source BoxSpec
return void