making tables in wp6 use same space as in wp4

  • we have a bunch of wp4 templates & are converting to wp6. The ones with tables have slightly larger line height when printed with wp6. I've tried all the formatoptions I can imagine might make a difference, but still it isn't quite right. Anything else I can try?

    Code
    rtfMerged.FormatOptions := rtfMerged.FormatOptions + [wpUseAbsoluteFontHeight, wpNoMinimumCellPadding, wpfIgnoreMinimumRowheight, wpfIgnoreMaximumRowheight];
    
    
    rtfMerged.FormatOptionsEx := [wpDontIgnoreSpacebeforeOnTopOfPage, wpDontAddExternalFontLeading,  wpDontUseTablePadding,
    wpDontUseRowPadding, wpDontUseBorderPadding, wpDontInheritCellAttr,  wpfIgnoreTrailingEmptyParAtFooter];
  • Isn't this right? Is there another option set?

    Code
    rtfMerged.FormatOptions := rtfMerged.FormatOptions + [wpUseAbsoluteFontHeight, wpNoMinimumCellPadding, wpfIgnoreMinimumRowheight, wpfIgnoreMaximumRowheight];