Microsoft Word Feature Representation (Format Attributes)
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), a Microsoft Word document feature consists of the following attributes:
|
Attribute Name |
Contents |
|---|---|
| msword_type |
The type of Microsoft Word content this feature will add into a document. |
| msword_font_bold |
Indicates whether the font has bold formatting. |
| msword_font_color |
The color of the font. This is a comma-delimited string of three floating point values between 0 and 1. This formatting comes from the color-picker in the MSWordStyler transformer. |
| msword_font_italic |
Indicates whether the font has Italic formatting. |
| msword_font_name |
The name of the font. |
| msword_font_size |
The size of the font, in points. |
| msword_font_strikethrough |
Indicates whether the font has strikethrough formatting. |
| msword_font_underline |
Indicates whether the font has underlined formatting. |
| msword_heading_text |
The content of the heading text. |
| msword_justification |
Sets the feature’s alignment on the page. |
| msword_measurement_units |
The measurement units to use for interpreting width attributes. |