HtmlForgeX

API Reference

Class

TablerParagraph

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a paragraph element with Tabler styling.

Inheritance

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

Constructors

Methods

public TablerParagraph Class(String className) #
Returns: TablerParagraph
EditorBrowsable(2)

Adds a CSS class to the paragraph.

Parameters

className System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerParagraph Value(String text) #
Returns: TablerParagraph

Sets the text content of the paragraph.

Parameters

text System.String requiredposition: 0