/** * Add this property to the CssStyle. * * @param style The CssStyle */ public void addToStyle(ApplContext ac, CssStyle style) { Css1Style style0 = (Css1Style) style; if (style0.cssMaxWidthATSC != null) style0.addRedefinitionWarning(ac, this); style0.cssMaxWidthATSC = this; }
/** * Add this property to the CssStyle. * * @param style The CssStyle */ public void addToStyle(ApplContext ac, CssStyle style) { Css1Style style0 = (Css1Style) style; if (style0.cssFontStretchCSS1 != null) style0.addRedefinitionWarning(ac, this); style0.cssFontStretchCSS1 = this; }
/** * Add this property to the CssStyle. * * @param style The CssStyle */ public void addToStyle(ApplContext ac, CssStyle style) { Css1Style style0 = (Css1Style) style; if (style0.cssVerticalAlignTV != null) style0.addRedefinitionWarning(ac, this); style0.cssVerticalAlignTV = this; }