public static string GetSpacingValue(this IAttStaffDefVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "spacing"));
 }
 public static string GetGridShowValue(this IAttStaffDefVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "grid.show"));
 }
 public static string GetLinesColorValue(this IAttStaffDefVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lines.color"));
 }
 public static string GetLinesVisibleValue(this IAttStaffDefVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lines.visible"));
 }
 public static string GetEndingRendValue(this IAttEndings e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "ending.rend"));
 }
Exemple #6
0
 public static string GetOctaveDefaultValue(this IAttOctavedefault e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "octave.default"));
 }
Exemple #7
0
 public string GetValueValue()
 {
     return(MeiAtt_controller.GetAttributeValue(this, "value"));
 }
 public static string GetBaseValue(this IAttCommonPart e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "xml:base"));
 }
 public static string GetLabelValue(this IAttCommonPart e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "label"));
 }