Esempio n. 1
0
 public static void RemoveRhythm(this IAttVerseLog e)
 {
     MeiAtt_controller.RemoveAttribute(e, "rhythm");
 }
Esempio n. 2
0
 public static string GetRhythmValue(this IAttVerseLog e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "rhythm"));
 }
Esempio n. 3
0
 public static bool HasRhythm(this IAttVerseLog e)
 {
     return(MeiAtt_controller.HasAttribute(e, "rhythm"));
 }
Esempio n. 4
0
 public static void SetRhythm(this IAttVerseLog e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "rhythm", _val);
 }
Esempio n. 5
0
 public static XAttribute GetRhythmAttribute(this IAttVerseLog e)
 {
     return(MeiAtt_controller.GetAttribute(e, "rhythm"));
 }
Esempio n. 6
0
 public static void RemoveRefrain(this IAttVerseLog e)
 {
     MeiAtt_controller.RemoveAttribute(e, "refrain");
 }
Esempio n. 7
0
 public static bool HasRefrain(this IAttVerseLog e)
 {
     return(MeiAtt_controller.HasAttribute(e, "refrain"));
 }
Esempio n. 8
0
 public static string GetRefrainValue(this IAttVerseLog e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "refrain"));
 }
Esempio n. 9
0
 public static XAttribute GetRefrainAttribute(this IAttVerseLog e)
 {
     return(MeiAtt_controller.GetAttribute(e, "refrain"));
 }
Esempio n. 10
0
 public static void SetRefrain(this IAttVerseLog e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "refrain", _val);
 }