public static ITextFormatter Li(this ITextFormatter fmt, string s)
 {
     fmt.BeginLi();
     fmt.Write(s);
     fmt.EndLi();
     return(fmt);
 }