InlineStyle Class |
|
The InlineStyle class defines a formatting style that can be used to format single words in a line of text. In
addition to the methods described here, it inherits all properties and methods of the FormattingStyle
class. |
|
| Syntax: |
|
[C#]
public sealed class InlineStyle : FormattingStyle
[Visual Basic]
Public NotInheritable Class InlineStyle
Inherits FormattingStyle
|
| Introduced: |
|
10.1
|
Constructors |
| Constructor |
|
Description |
|
| |
| InlineStyle |
|
Initializes a new instance of the InlineStyle class.
|
Properties |
| Property |
|
Description |
|
| |
| Baseline |
|
Gets or sets the baseline alignment, in twips, of the style.
|
| Bold |
|
Gets or sets the bold attribute of the style.
|
| FontName |
|
Gets or sets the font of the style.
|
| FontSize |
|
Gets or sets the font's size of the style.
|
| ForeColor |
|
Gets or sets the style's color used to display the text.
|
| Italic |
|
Gets or sets the italic attribute of the style.
|
| Name |
|
Gets or sets the name of the style.
|
| Strikeout |
|
Gets or sets the strikeout attribute of the style.
|
| TextBackColor |
|
Gets or sets the style's text background color.
|
| Underline |
|
Gets or sets underlining styles for the style.
|
Methods |
| Method |
|
Description |
|
| |
| Apply |
|
Applies all set attributes of the style to the current document.
|
| IsInheritedFromParagraph |
|
Informs about whether one or more of the style's attributes are inherited from the surrounding paragraph.
|
| ResetToParagraph |
|
Resets one or more of the style's attributes to its default value which is the same value as defined
for the surrounding paragraph.
|
Enumerations |
| Enumeration |
|
Description |
|
| |
| Attributes |
|
Determines the style's attributes.
|
|
| See also: |
|
Stylesheet Programming, Graphical Overview. |