Esempio n. 1
0
 public static void RemoveOrnam(this IAttOrnam e)
 {
     MeiAtt_controller.RemoveAttribute(e, "ornam");
 }
Esempio n. 2
0
 public static XAttribute GetOrnam(this IAttOrnam e)
 {
     return(MeiAtt_controller.GetAttribute(e, "ornam"));
 }
Esempio n. 3
0
 public static bool HasOrnam(this IAttOrnam e)
 {
     return(MeiAtt_controller.HasAttribute(e, "ornam"));
 }
Esempio n. 4
0
 public static void SetOrnam(this IAttOrnam e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "ornam", _val);
 }