public static XAttribute GetMmDotsAttribute(this IAttMmtempo e)
 {
     return(MeiAtt_controller.GetAttribute(e, "mm.dots"));
 }
 public static void RemoveMmUnit(this IAttMmtempo e)
 {
     MeiAtt_controller.RemoveAttribute(e, "mm.unit");
 }
 public static void SetMmDots(this IAttMmtempo e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "mm.dots", _val);
 }
 public static string GetMmUnitValue(this IAttMmtempo e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "mm.unit"));
 }
 public static bool HasMmUnit(this IAttMmtempo e)
 {
     return(MeiAtt_controller.HasAttribute(e, "mm.unit"));
 }
 public static void SetMmUnit(this IAttMmtempo e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "mm.unit", _val);
 }
 public static void RemoveMmDots(this IAttMmtempo e)
 {
     MeiAtt_controller.RemoveAttribute(e, "mm.dots");
 }
 public static bool HasMmDots(this IAttMmtempo e)
 {
     return(MeiAtt_controller.HasAttribute(e, "mm.dots"));
 }
 public static string GetMmDotsValue(this IAttMmtempo e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "mm.dots"));
 }
Exemple #10
0
 public static XAttribute GetMmUnit(this IAttMmtempo e)
 {
     return(MeiAtt_controller.GetAttribute(e, "mm.unit"));
 }