Ejemplo n.º 1
0
 public static ITextFormatter H6(this ITextFormatter fmt, object heading)
 {
     return(fmt.Heading(heading, 6));
 }