Description | ||||||||
Determines whether the specified table is associated with the format. This API is for drawing table only. | ||||||||
Synopsis | ||||||||
#include <ProTable.h> | ||||||||
ProError | ProTableIsFromFormat | ( | ||||||
ProTable* table | ||||||||
/* (In) | ||||||||
The drawing table | ||||||||
*/ | ||||||||
ProBoolean* from_format | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the table is associated with the format; PRO_B_FALSE if the table is not associated with the format. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|