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