The InlineStyle object defines a formatting style that can be used to format single words in a line of text.

Syntax

InlineStyle

Introduced: X18.

Enumerations

Enumeration Description
Attributes Determines the style's attributes.

Methods

Method Description
apply Applies all set attributes of the style to the current document.
(Inherited from FormattingStyle)
getAutoBaseline Gets values specifying automatic sub- or superscripted text.
(Inherited from FormattingStyle)
getBaseStyle Gets the FormattingStyle which is the base style of this style.
(Inherited from FormattingStyle)
getBaseline Gets the baseline alignment, in twips, of the style.
(Inherited from FormattingStyle)
getBold Gets the bold attribute of the style.
(Inherited from FormattingStyle)
getCapitals Gets values specifying wheather lowercase letters are displayed with capital letters.
(Inherited from FormattingStyle)
getCharacterScaling Gets or sets the style's character scaling, in percent of the average character width.
(Inherited from FormattingStyle)
getCharacterSpacing Gets the style's character spacing value, in twips.
(Inherited from FormattingStyle)
getCulture Gets the culture as a languagecode2-country / regioncode2 string value.
(Inherited from FormattingStyle)
getFontName Gets the font of the style.
(Inherited from FormattingStyle)
getFontSize Gets the font's size of the style.
(Inherited from FormattingStyle)
getForeColor Gets the style's color used to display the text.
(Inherited from FormattingStyle)
getItalic Gets the italic attribute of the style.
(Inherited from FormattingStyle)
getName Gets the name of the style.
(Inherited from FormattingStyle)
getStrikeout Gets the strikeout attribute of the style.
(Inherited from FormattingStyle)
getTextBackColor Gets the style's text background color.
(Inherited from FormattingStyle)
getUnderline Gets the underlining styles for the style.
(Inherited from FormattingStyle)
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.
setAutoBaseline Sets values specifying automatic sub- or superscripted text.
(Inherited from FormattingStyle)
setBaseline Sets the baseline alignment, in twips, of the style.
(Inherited from FormattingStyle)
setBold Sets the bold attribute of the style.
(Inherited from FormattingStyle)
setCapitals Sets values specifying wheather lowercase letters are displayed with capital letters.
(Inherited from FormattingStyle)
setCharacterScaling Sets or sets the style's character scaling, in percent of the average character width.
(Inherited from FormattingStyle)
setCharacterSpacing Sets the style's character spacing value, in twips.
(Inherited from FormattingStyle)
setCulture Sets the culture as a languagecode2-country / regioncode2 string value.
(Inherited from FormattingStyle)
setFontName Sets the font of the style.
(Inherited from FormattingStyle)
setFontSize Sets the font's size of the style.
(Inherited from FormattingStyle)
setForeColor Sets the style's color used to display the text.
(Inherited from FormattingStyle)
setItalic Sets the italic attribute of the style.
(Inherited from FormattingStyle)
setName Sets the name of the style.
(Inherited from FormattingStyle)
setStrikeout Sets the strikeout attribute of the style.
(Inherited from FormattingStyle)
setTextBackColor Sets the style's text background color.
(Inherited from FormattingStyle)
setUnderline Sets the underlining styles for the style.
(Inherited from FormattingStyle)