Group 15 : Modify the formatting routine.
usage: Memo.SetBProp(9, X, -1) to deactivate, Memo.SetBProp(9, X, 1) to activate.
1: wpfSectionsRestartPageNumbers // restart page numbering In sections
2: wpfUseKerning // optimize the Text formatting And display (deafault=off)
3: wpfCodeObjectAsXMLTags // used With the special "tag" XML reader.
4: wpDisableBalancedColumns // don't use the new column balancing
5: wpfCodeObjectCheckParStyles // code objects format the contained text according to styles with the same name
6: wpfNewKeepNSupport //(Default =on) better Keep N Support which also handles tables. Disables the old KeepN support
7: wpfHideParagraphWithHiddenText //(Default =off) If a paragraph contains nothing but hidden text, it will be also hidden
// this is also true, if it is empty and its default attribute contains the text attribute "Hidden"
If the second parameter id=-1 and the value =-1 the complete set of flags will be cleared.