API Reference

Enum

HtmlSemanticFeature

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Document capabilities used by shared target contracts and preflight analysis.

Inheritance

  • Enum
  • HtmlSemanticFeature

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const HtmlSemanticFeature Metadata #

Document-level title, language, author, and related metadata.

Value: 0
public const HtmlSemanticFeature Sections #

Document sections, articles, pages, sheets, or slides.

Value: 1
public const HtmlSemanticFeature Headings #

Heading hierarchy.

Value: 2
public const HtmlSemanticFeature Paragraphs #

Paragraph and block text.

Value: 3
public const HtmlSemanticFeature RichText #

Inline emphasis, decoration, vertical position, and related run styling.

Value: 4
public const HtmlSemanticFeature Lists #

Ordered, unordered, and nested lists.

Value: 6
public const HtmlSemanticFeature Tables #

Tabular structure, spans, headers, and captions.

Value: 7
public const HtmlSemanticFeature Images #

Raster or vector images.

Value: 8
public const HtmlSemanticFeature Media #

Audio, video, object, and other media elements.

Value: 9
public const HtmlSemanticFeature Forms #

HTML forms and controls.

Value: 10
public const HtmlSemanticFeature Notes #

Footnotes, endnotes, presenter notes, and note-like content.

Value: 11
public const HtmlSemanticFeature Comments #

Review comments and discussion annotations.

Value: 12
public const HtmlSemanticFeature Annotations #

Bookmarks, tracked changes, labels, and other semantic annotations.

Value: 13
public const HtmlSemanticFeature Formulas #

Spreadsheet formulas and calculated expressions.

Value: 14
public const HtmlSemanticFeature Charts #

Native or visual charts.

Value: 15
public const HtmlSemanticFeature Geometry #

Authored positions, sizes, transforms, and drawing order.

Value: 16
public const HtmlSemanticFeature Css #

CSS cascade and computed presentation.

Value: 17
public const HtmlSemanticFeature Resources #

External and embedded resource resolution.

Value: 18
public const HtmlSemanticFeature PagedLayout #

Paged layout, fragmentation, page boxes, and running content.

Value: 19