ImageGear for .NET User Guide > Using ImageGear for .NET > Using ImageGear.Formats.Office Namespace > Working with Word Documents > WordprocessingML Groups Supported by ImageGear > Run |
The next level of the document hierarchy is the Run, which defines a region of text with a common set of
properties. Below is the table of Run’s features, supported by ImageGear:
Feature |
Description |
Comment |
Font Family |
This element specifies the fonts which shall be used to display the text contents of this run. |
Supported True Type fonts only. |
Font Size |
This element specifies the font size which shall be applied to all characters in the contents of |
Fully supported. |
Font Style |
Supported styles are:
|
For Underline ImageGear supports following styles of the underline:
For example, ImageGear does not support Double or Wave style underlines. Any unsupported underline ImageGear will display as a Single one. |
Font Highlight |
This element specifies a highlighting color which is applied as a background behind the contents of this run. |
Fully supported. |
Font Color |
This element specifies the color which shall be used to display the contents of this run in the document. |
Fully supported. |
Hidden Text |
This element specifies whether the contents of this run shall be hidden from display at display time in a document. |
Fully supported. |
ImageGear uses Microsoft WPF for rendering fonts. For some particular font families, WPF may fail to load the correct typeface, although the specified font is present on the system - this is a known issue that has not yet been addressed. Due to this, the content displayed by ImageGear (font family/style, text layout, line spacing, etc.) may differ from the content displayed by Microsoft Office. |