Ejemplo n.º 1
0
 public static void SetLstartsym(this IAttLinerend e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lstartsym", _val);
 }
Ejemplo n.º 2
0
 public static XAttribute GetLstartsymAttribute(this IAttLinerend e)
 {
     return(MeiAtt_controller.GetAttribute(e, "lstartsym"));
 }
Ejemplo n.º 3
0
 public static bool HasLendsymsize(this IAttLinerend e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lendsymsize"));
 }
Ejemplo n.º 4
0
 public static void RemoveLendsymsize(this IAttLinerend e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lendsymsize");
 }
Ejemplo n.º 5
0
 public static string GetLendsymsizeValue(this IAttLinerend e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lendsymsize"));
 }
Ejemplo n.º 6
0
 public static void SetLendsymsize(this IAttLinerend e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "lendsymsize", _val);
 }
Ejemplo n.º 7
0
 public static void RemoveLstartsym(this IAttLinerend e)
 {
     MeiAtt_controller.RemoveAttribute(e, "lstartsym");
 }
Ejemplo n.º 8
0
 public static bool HasLstartsym(this IAttLinerend e)
 {
     return(MeiAtt_controller.HasAttribute(e, "lstartsym"));
 }
Ejemplo n.º 9
0
 public static string GetLstartsymValue(this IAttLinerend e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "lstartsym"));
 }