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