API Reference

Enum

PdfSemanticRole

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

Block-level semantic roles for generated tagged PDF content.

Inheritance

  • Enum
  • PdfSemanticRole

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 PdfSemanticRole Part #

A major document part.

Value: 0
public const PdfSemanticRole Article #

A self-contained article.

Value: 1
public const PdfSemanticRole Section #

A document section.

Value: 2
public const PdfSemanticRole Division #

A generic structural division.

Value: 3
public const PdfSemanticRole BlockQuote #

A quotation containing one or more flow blocks.

Value: 4
public const PdfSemanticRole Caption #

A caption associated with nearby content.

Value: 5
public const PdfSemanticRole Figure #

A figure whose purpose is described by alternate text.

Value: 6
public const PdfSemanticRole Form #

A form region containing one or more interactive fields.

Value: 7