예제 #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);
 }