Exemplo n.º 1
0
 public static XAttribute GetFontsizeAttribute(this IAttTypography e)
 {
     return(MeiAtt_controller.GetAttribute(e, "fontsize"));
 }
Exemplo n.º 2
0
 public static void SetFontsize(this IAttTypography e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "fontsize", _val);
 }
Exemplo n.º 3
0
 public static bool HasFontname(this IAttTypography e)
 {
     return(MeiAtt_controller.HasAttribute(e, "fontname"));
 }
Exemplo n.º 4
0
 public static void RemoveFontname(this IAttTypography e)
 {
     MeiAtt_controller.RemoveAttribute(e, "fontname");
 }
Exemplo n.º 5
0
 public static string GetFontnameValue(this IAttTypography e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "fontname"));
 }