formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator
Description
Specifies text file line termination characters. Different platforms store text files in slightly different ways. The biggest difference is the code used to signify the end of a line. This specifies which platform's line termination to use when writing ascii text files. This corresponds to the Platform menu on the Modeling Export Options and the image Export Options dialogs.
enum fz_ffmt_write_nl_meth_enum {
FZ_FFMT_WRITE_NL_METH_CR,
FZ_FFMT_WRITE_NL_METH_CRLF,
FZ_FFMT_WRITE_NL_METH_LF };
Members
FZ_FFMT_WRITE_NL_METH_CR
Use Macintosh line termination ('\r' = 0xd)
FZ_FFMT_WRITE_NL_METH_CRLF
Use Windows line termination ('\r\n' = 0xda)
FZ_FFMT_WRITE_NL_METH_LF
Use Unix line termination ('\n' = 0xa)
Availability
5.0.0.0
Defined in