Adds an inline element to the heading.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public void Add(
	InlineElement item
)

Parameters

item
Type: HTMLPlusPlus..::..InlineElement
An inline element.

See Also