示例#1
0
 public static void RemoveWhen(this IAttAlignment e)
 {
     MeiAtt_controller.RemoveAttribute(e, "when");
 }
示例#2
0
 public static XAttribute GetWhen(this IAttAlignment e)
 {
     return(MeiAtt_controller.GetAttribute(e, "when"));
 }
示例#3
0
 public static bool HasWhen(this IAttAlignment e)
 {
     return(MeiAtt_controller.HasAttribute(e, "when"));
 }
示例#4
0
 public static void SetWhen(this IAttAlignment e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "when", _val);
 }