Exemplo n.º 1
0
 public static void SetLyricName(this IAttLyricstyle e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lyric.name", _val);
 }
Exemplo n.º 2
0
 public static bool HasLyricFam(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lyric.fam"));
 }
Exemplo n.º 3
0
 public static void RemoveLyricFam(this IAttLyricstyle e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lyric.fam");
 }
Exemplo n.º 4
0
 public static void RemoveLyricAlign(this IAttLyricstyle e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lyric.align");
 }
Exemplo n.º 5
0
 public static XAttribute GetLyricFam(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lyric.fam"));
 }
Exemplo n.º 6
0
 public static string GetLyricAlignValue(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lyric.align"));
 }
Exemplo n.º 7
0
 public static bool HasLyricAlign(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lyric.align"));
 }
Exemplo n.º 8
0
 public static void RemoveLyricWeight(this IAttLyricstyle e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lyric.weight");
 }
Exemplo n.º 9
0
 public static void SetLyricAlign(this IAttLyricstyle e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lyric.align", _val);
 }
Exemplo n.º 10
0
 public static XAttribute GetLyricWeight(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lyric.weight"));
 }
Exemplo n.º 11
0
 public static bool HasLyricWeight(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lyric.weight"));
 }
Exemplo n.º 12
0
 public static void SetLyricWeight(this IAttLyricstyle e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lyric.weight", _val);
 }
Exemplo n.º 13
0
 public static void RemoveLyricSize(this IAttLyricstyle e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lyric.size");
 }
Exemplo n.º 14
0
 public static string GetLyricFamValue(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lyric.fam"));
 }
Exemplo n.º 15
0
 public static XAttribute GetLyricName(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lyric.name"));
 }
Exemplo n.º 16
0
 public static XAttribute GetLyricAlign(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lyric.align"));
 }
Exemplo n.º 17
0
 public static bool HasLyricName(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lyric.name"));
 }
Exemplo n.º 18
0
 public static string GetLyricWeightValue(this IAttLyricstyle e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lyric.weight"));
 }