Esempio n. 1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute TopColor
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (13) set attribute TopColor </summary>
 ///          * <param name="value">: the value to set the attribute to </param>
 ///
 public virtual void setTopColor(EnumNamedColor @value)
 {
     setAttribute(AttributeName.TOPCOLOR, @value == null ? null : @value.getName(), null);
 }
Esempio n. 2
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute BottomColor
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (13) set attribute BottomColor </summary>
 ///          * <param name="value">: the value to set the attribute to </param>
 ///
 public virtual void setBottomColor(EnumNamedColor @value)
 {
     setAttribute(AttributeName.BOTTOMCOLOR, @value == null ? null : @value.getName(), null);
 }
Esempio n. 3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute ColorName
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (13) set attribute ColorName </summary>
 ///          * <param name="value">: the value to set the attribute to </param>
 ///
 public virtual void setColorName(EnumNamedColor @value)
 {
     setAttribute(AttributeName.COLORNAME, @value == null ? null : @value.getName(), null);
 }
Esempio n. 4
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute RibbonColor
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (13) set attribute RibbonColor </summary>
 ///          * <param name="value">: the value to set the attribute to </param>
 ///
 public virtual void setRibbonColor(EnumNamedColor @value)
 {
     setAttribute(AttributeName.RIBBONCOLOR, @value == null ? null : @value.getName(), null);
 }
Esempio n. 5
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute SpineColor
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (13) set attribute SpineColor </summary>
 ///          * <param name="value">: the value to set the attribute to </param>
 ///
 public virtual void setSpineColor(EnumNamedColor @value)
 {
     setAttribute(AttributeName.SPINECOLOR, @value == null ? null : @value.getName(), null);
 }
Esempio n. 6
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute BinderColor
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (13) set attribute BinderColor </summary>
        ///          * <param name="value">: the value to set the attribute to </param>
        ///
        public virtual void setBinderColor(EnumNamedColor @value)
        {
            setAttribute(AttributeName.BINDERCOLOR, @value == null ? null : @value.getName(), null);
        }