Index

C/C++ Functions

txTextSetFlow

DT_SWORD txTextSetFlow(DT_TXDOC text_doc, DT_SLONG nr_of_areas, const DT_TX_TEXTFLOW_AREA areas[], DT_SWORD reserved)

Short Description: Set textflow areas for the text document

Same as a call to txTextSetFlowPlus in which the pages parameter is set to DV_NULL.

Each texflow area created by this function is always placed on its own page in the text document. The first textflow area (area with index 0) is placed on the first page (page with index 0), the second textflow area (area with index 1) is placed on the second page (page with index 1), the third textflow area (area with index 2) is placed on the third page (page with index 2) etc.

Parameters

See txTextSetFlowPlus

Return Value

See txTextSetFlowPlus

Comments

See txTextSetFlowPlus

 

Index