Ejemplo n.º 1
0
 public static void RemoveRow(this IAttLyricsorder e)
 {
     MeiAtt_controller.RemoveAttribute(e, "row", ns_row);
 }
Ejemplo n.º 2
0
 public static string GetRowValue(this IAttLyricsorder e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "row", ns_row));
 }
Ejemplo n.º 3
0
 public static bool HasRow(this IAttLyricsorder e)
 {
     return(MeiAtt_controller.HasAttribute(e, "row", ns_row));
 }
Ejemplo n.º 4
0
 public static void SetRow(this IAttLyricsorder e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "row", ns_row, _val);
 }