Click here for NewsObjects Overview
TableFormat Property (Story Control)
Windows - Visual C++


Description
The TableFormat property returns or sets whether to format tables inside a story.

TableFormat property is read/write.

Syntax
boolean bFormat = GetTableFormat ();
void SetTableFormat (boolean bFormat); 

The TableFormat syntax has these parts:

Part

Description

bFormat

BOOL value representing the either TRUE to format tables or FALSE.

Remarks
Table Formatting is useful when the control is displaying a proportional font making the rows and columns of a table mis-aligned. This routine locates table lines within a story and converts only those lines to a non-proportional font. Certain rules apply based upon the settings of the TableStrength. Some story lines might qualify as a table line in one TableStrength setting but not in another.

Back to: Story Properties