KeepN and AutoSize Tables

[Top]  [Chapter]  [Previous]  [Next]

WPCOM_RTF_SUPPORTKEEPN = 1026

 

The keep control is used to avoid page breaks between paragraphs. The engine will also try to not break up a table which uses KeepN in the first table row.

 

The parameter  1 switches KeepN support on (default), 0 switches it off

 

WPCOM_RTF_DONTBREAKTABLES = 1027

 

With parameter 1 the engine will try to not break up any tables. (default = off)

 

WPCOM_RTF_NOWIDOWORPHANPARS = 1028

 

1 activates the orphan/widow control - default is off.

 

WPCOM_RTF_DisableAutosizeTables = 1029

 

Activate/Deactivate auto table width calculation - default is off.

 

Note: to change this properties using the COM interfaces use the Memo.SetBProp API.


[keepn_and_autosize_tables.htm]    Copyright © 2007 by WPCubed GmbH