Class Inline

All Implemented Interfaces:
Serializable

public class Inline extends AbstractElementContent

This content is rendered as a "span" inside a paragraph. A subsequent content will begin immediately after this content without a line break or paragraph delimiter.

Usage example:

InlineContent.format(includeSpec, "%s: %d", "Expected result", 15);
See Also: