ICSS2Properties.TextTransform
ICSS2Properties.TextTransform property
This property controls capitalization effects of an element’s text. Values have the following meanings:
capitalize - Puts the first character of each word in uppercase.uppercase - Puts all characters of each word in uppercase.lowercase - Puts all characters of each word in lowercase.none - No capitalization effects.
public string TextTransform { get; set; }
Return Value
text-transform property
See Also
- interface ICSS2Properties
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML