HtmlFontSize Members
In This Article
#Constructors
Name | Description |
---|---|
Html |
Initializes a new instance of the Html |
Html |
Initializes a new instance of the Html |
#Fields
Name | Description |
---|---|
Empty static | An HTML markup’s Initial value. |
Large static | An HTML markup’s Large value. |
Larger static | An HTML markup’s Larger value. |
Medium static | An HTML markup’s Medium value. |
Small static | An HTML markup’s Small value. |
Smaller static | An HTML markup’s Smaller value. |
XLarge static | An HTML markup’s XLarge value. |
XSmall static | An HTML markup’s XSmall value. |
XXLarge static | An HTML markup’s XXLarge value. |
XXSmall static | An HTML markup’s XXSmall value. |
#Properties
Name | Description |
---|---|
Is |
Gets whether the selected text’s font size is empty (Initial). |
Unit | Gets the unit of the specified font size value. |
Value | Gets the specified font size value. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns a concatenated Value and Unit values as a String. |
See Also