DOCWRTRTFOPTIONS (original) (raw)
Summary
The DOCWRTRTFOPTIONS structure provides information about RTF document files.
Syntax
Members
Options
Options structure that contains options for RTF format.
TextMode
Controls how and when to frames the text blocks in the resulting RTF file.
Frames are containers supported by the RTF format for text that can be positioned on a page and sized. The Default value is DOCWRTTEXTMODE_AUTO.
uFlags
Flag that indicates the extra options for writing RTF files. Currently there are no flags. This is for future use.
Comments
pDOCWRTRTFOPTIONS is a pointer to DOCWRTRTFOPTIONS structure. Generally, where a function parameter type is pDOCWRTRTFOPTIONS, you can declare a DOCWRTRTFOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTRTFOPTIONS variable is necessary only if your program requires a pointer.
Microsoft Rich Text Format (RTF). RTF provides a format for text and graphics interchange that can be used with different output devices, operating environments, and operating systems. RTF uses the American National Standards Institute (ANSI), PC-8, Macintosh, or IBM PC character set to control the representation and formatting of a document, both on the screen and in print. With the RTF Specification, documents created under different operating systems and with different software applications can be transferred between those operating systems and applications. The RTF format is the default used by Microsoft WordPad application.
The LEADTOOLS Document Writers support creating RTF documents. The following features are supported:
- Unlimited number of pages
- Fully searchable documents
- Frames around the text area in the resulting document
The structure is used by: