Word 2007/2010

Microsoft Word is a text processing software produces by Microsoft. It is a component of the Microsoft Office system. The first version was released for  IBM PC's running DOS in 1983. Later there was a release for Apple Macintosh (1984), SCO UNIX, and Microsoft Windows (1989). Microsoft Word is the most popular text processors. Starting with first versions MS Word could write files in binary code with the «.doc» extension. The Word specification was secret and only in 2008 was published. The latest version of Word 2007/2010 "uses by default" the XML based format: Microsoft Office Open XML. For a new format the «.docx» file extension is used. This format is a zip-archive that contains a text as XML, graphics, and other data. When exporting, a report is converted into one table. Such a document is easy to edit.

 

 

Export Settings

 

The export parameters of the Word 2007 export are described in the StiWord2007ExportSettings class. The description of all class properties are in the table below.

 

Name

Type

Description

ImageQuality

float

image quality; may have values from 0.0 (the lowest quality) to 1.0 (the highest quality); by default 0.75

ImageResolution

float

image resolution dpi; can take any value, by default 100

UsePageHeadersAndFooters

bool

process headers and footers of a page; by default false

 

 

Static Options

 

Static properties of export to Word 2007. To access to export properties it is necessary to add the StiOptions.Export.Word2007... prefix. For example, StiOptions.Export.Word2007.DivideSegmentPages.

 

Name

Type

Description

DivideSegmentPages

bool

divide segmented pages into separate pages; if false then are exported "as is" without dividing; by default true

AllowImageComparer

bool

use the image comparer, e.g. replace image duplicates (see Common export settings); if false then an image is exported "as is"; by default true

LineHeightExactly

bool

export the rows height of a table "exactly"; if false then the height is exported as "at least"; by default true

RemoveEmptySpaceAtBottom

bool

remove empty space on the bottom of a page; by default true

RightMarginCorrection

int

correction of the right margin of a cell; by default 0

SpaceBetweenCharacters

int

sets the space between characters of a font (in twips); negative value corresponds to condensed; by default -2