public static void RemoveLwidth(this IAttLinerendBase e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lwidth");
 }
 public static string GetLwidthValue(this IAttLinerendBase e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lwidth"));
 }
 public static bool HasLwidth(this IAttLinerendBase e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lwidth"));
 }
 public static void SetLwidth(this IAttLinerendBase e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lwidth", _val);
 }
 public static void RemoveLform(this IAttLinerendBase e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lform");
 }
 public static bool HasLform(this IAttLinerendBase e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lform"));
 }
 public static XAttribute GetLformAttribute(this IAttLinerendBase e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lform"));
 }
Beispiel #8
0
 public static XAttribute GetLwidth(this IAttLinerendBase e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lwidth"));
 }