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