Exemplo n.º 1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute CenterAcross
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute CenterAcross </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setCenterAcross(EnumCenterAcross enumVar)
 {
     setAttribute(AttributeName.CENTERACROSS, enumVar == null ? null : enumVar.getName(), null);
 }