private static string GetFont(TsStrBldr tsb, int runIndex) { return(tsb.get_Properties(runIndex).GetStrPropValue((int)FwTextPropType.ktptFontFamily)); }
private static int GetWS(TsStrBldr tsb, int runIndex) { int var; return(tsb.get_Properties(runIndex).GetIntPropValues((int)FwTextPropType.ktptWs, out var)); }