Function ProTableIsFromFormat
Description
Determines whether the specified table is associated with the format. This API is for drawing table only.
Synopsis
#include <ProTable.h>
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
The function succeeded.
The function failed.
User Guide References
これは役に立ちましたか?