C# Class LayoutFarm.Css.BoxSpec

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

Méthodes publiques

Méthode Description
CloneAllStyles ( BoxSpec target, BoxSpec source ) : void
GetAnonVersion ( ) : BoxSpec
InheritStyles ( BoxSpec target, BoxSpec source ) : void

Private Methods

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

Method Details

CloneAllStyles() public static méthode

public static CloneAllStyles ( BoxSpec target, BoxSpec source ) : void
target BoxSpec
source BoxSpec
Résultat void

GetAnonVersion() public méthode

public GetAnonVersion ( ) : BoxSpec
Résultat BoxSpec

InheritStyles() public static méthode

public static InheritStyles ( BoxSpec target, BoxSpec source ) : void
target BoxSpec
source BoxSpec
Résultat void