public static void RemoveLabelAbbr(this IAttLabelsAddl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "label.abbr");
 }
 public static bool HasLabelAbbr(this IAttLabelsAddl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "label.abbr"));
 }
 public static void SetLabelAbbr(this IAttLabelsAddl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "label.abbr", _val);
 }
 public static string GetLabelAbbrValue(this IAttLabelsAddl e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "label.abbr"));
 }
Beispiel #5
0
 public static XAttribute GetLabelAbbr(this IAttLabelsAddl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "label.abbr"));
 }