HtmlStyleText Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
CSS2 common text formatting (Wordspacing, letterspacing ...etc.)

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum HtmlStyleText
Members

  Member nameValueDescription
WordSpacing0 Style is word spacing.
LetterSpacing1 Style is letter spacing.
WhiteSpace2 Style is white space.
TextTransform3 Style is a text transform.
TextAlign4 Style is a text align.
TextIndent5 Style is a text indent.
TextDecoration6 Style is a text decoration.
TextShadow7 Style is a text shadow.
NotSet8 Infrastructure use only.
See Also

Reference