Exemplo n.º 1
0
 public static void RemoveSigShowchange(this IAttKeySigVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "sig.showchange");
 }
Exemplo n.º 2
0
 public static XAttribute GetSigShowchange(this IAttKeySigVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "sig.showchange"));
 }
Exemplo n.º 3
0
 public static bool HasSigShowchange(this IAttKeySigVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "sig.showchange"));
 }
Exemplo n.º 4
0
 public static void SetSigShowchange(this IAttKeySigVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "sig.showchange", _val);
 }