Exemple #1
0
 public static void RemoveLyricType(this IAttLyricstype e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lyricType", ns_lyricType);
 }
Exemple #2
0
 public static string GetLyricTypeValue(this IAttLyricstype e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lyricType", ns_lyricType));
 }
Exemple #3
0
 public static bool HasLyricType(this IAttLyricstype e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lyricType", ns_lyricType));
 }
Exemple #4
0
 public static void SetLyricType(this IAttLyricstype e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lyricType", ns_lyricType, _val);
 }