Index

C/C++ Functions

txTextGetNumericValue

DT_SLONG txTextGetNumericValue(DT_TXDOC text_doc, DT_ID_SWORD numeric_id)

Short Description: Get text document's numeric value

This function gets the value of various numeric parameters defined in a text document.

Parameters

ParameterDescription

text_doc

Handle of the associated text document instance.

numeric_id

Identifies the numeric parameter. See txTextSetNumericValue.

Return Value

The function returns the current value of the specified numeric parameter.

Related Functions

txTextSetNumericValue

 

Index