コード例 #1
0
 public static void RemoveShape(this IAttFermataVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "shape");
 }
コード例 #2
0
 public static XAttribute GetShape(this IAttFermataVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "shape"));
 }
コード例 #3
0
 public static bool HasShape(this IAttFermataVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "shape"));
 }
コード例 #4
0
 public static void SetShape(this IAttFermataVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "shape", _val);
 }
コード例 #5
0
 public static void RemoveForm(this IAttFermataVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "form");
 }
コード例 #6
0
 public static bool HasForm(this IAttFermataVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "form"));
 }
コード例 #7
0
 public static XAttribute GetForm(this IAttFermataVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "form"));
 }
コード例 #8
0
 public static void SetForm(this IAttFermataVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "form", _val);
 }