Ejemplo n.º 1
0
 public static void RemoveWidth(this IAttLineVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "width");
 }
Ejemplo n.º 2
0
 public static string GetWidthValue(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "width"));
 }
Ejemplo n.º 3
0
 public static bool HasWidth(this IAttLineVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "width"));
 }
Ejemplo n.º 4
0
 public static void SetWidth(this IAttLineVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "width", _val);
 }
Ejemplo n.º 5
0
 public static XAttribute GetWidthAttribute(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "width"));
 }
Ejemplo n.º 6
0
 public static bool HasForm(this IAttLineVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "form"));
 }
Ejemplo n.º 7
0
 public static void RemoveForm(this IAttLineVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "form");
 }
Ejemplo n.º 8
0
 public static XAttribute GetFormAttribute(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "form"));
 }
Ejemplo n.º 9
0
 public static string GetFormValue(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "form"));
 }
Ejemplo n.º 10
0
 public static bool HasStartsymsize(this IAttLineVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "startsymsize"));
 }
Ejemplo n.º 11
0
 public static void RemoveStartsymsize(this IAttLineVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "startsymsize");
 }
Ejemplo n.º 12
0
 public static string GetStartsymsizeValue(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "startsymsize"));
 }
Ejemplo n.º 13
0
 public static void SetStartsymsize(this IAttLineVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "startsymsize", _val);
 }
Ejemplo n.º 14
0
 public static void RemoveEndsym(this IAttLineVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "endsym");
 }
Ejemplo n.º 15
0
 public static bool HasEndsym(this IAttLineVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "endsym"));
 }
Ejemplo n.º 16
0
 public static XAttribute GetStartsym(this IAttLineVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "startsym"));
 }