예제 #1
0
 /**
  * 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;
 }
예제 #2
0
 /**
  * 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;
 }
예제 #3
0
 /**
  * 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;
 }