Ejemplo n.º 1
0
 public static void RemoveKeySigShowchange(this IAttKeySigDefaultVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "key.sig.showchange");
 }
Ejemplo n.º 2
0
 public static bool HasKeySigShowchange(this IAttKeySigDefaultVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "key.sig.showchange"));
 }
Ejemplo n.º 3
0
 public static XAttribute GetKeySigShow(this IAttKeySigDefaultVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "key.sig.show"));
 }
Ejemplo n.º 4
0
 public static void SetKeySigShowchange(this IAttKeySigDefaultVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "key.sig.showchange", _val);
 }
Ejemplo n.º 5
0
 public static string GetKeySigShowchangeValue(this IAttKeySigDefaultVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "key.sig.showchange"));
 }