API Reference
Enum
TablerTextStyle
Defines additional text style utilities.
Inheritance
- Enum
- TablerTextStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field TablerTextStyle.Monospace
- Field TablerTextStyle.Muted
- Field TablerTextStyle.Primary
- Field TablerTextStyle.Success
- Field TablerTextStyle.Truncate
Accepted by parameters
- Method TablerCardBody.Style
- Method TablerCardHeader.AppendSubtitle
- Method TablerCardHeader.SubtitleStyle
- Method TablerCardText.Style
- Method TablerHeading1.Style
- Method TablerHeading2.Style
- Method TablerHeading3.Style
- Method TablerHeading4.Style
- Method TablerHeading5.Style
- Method TablerHeading6.Style
- Method TablerHeadingBase.Style
- Method TablerIconLabel.TextStyle
- Method TablerStepItem.TextStyle
- Method TablerText.Style
- Extension method TablerTextStyle.EnumToString
- Method TextStyleExtensions.EnumToString
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerTextStyle Truncate #Truncate the text and add an ellipsis when it overflows.
Value:
1Extension Methods
public static String EnumToString(TablerTextStyle style) #Returns:
StringConverts the style enum value to the corresponding CSS class.
Parameters
- style HtmlForgeX.TablerTextStyle