Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the type of IContentBlockMarkData item.

Index

Enumeration members

Enumeration members

ANCHOR

ANCHOR = "ANCHOR"

The mark describes an anchor, such as an <a> element.

EMPHASIS

EMPHASIS = "EMPHASIS"

The mark describes text that has stress emphasis. In HTML this is triggered by <em> or <i> elements.

STRONG

STRONG = "STRONG"

The mark describes text that has strong importance. In HTML this is triggered by <strong> or <b> elements.

Generated using TypeDoc