API Reference

Enum

PdfCanvasTextStructureRole

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

Semantic structure role for tagged text placed on an absolute page canvas.

Inheritance

  • Enum
  • PdfCanvasTextStructureRole

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 PdfCanvasTextStructureRole Paragraph #

Paragraph content.

Value: 0
public const PdfCanvasTextStructureRole Heading1 #

Level-one heading.

Value: 1
public const PdfCanvasTextStructureRole Heading2 #

Level-two heading.

Value: 2
public const PdfCanvasTextStructureRole Heading3 #

Level-three heading.

Value: 3
public const PdfCanvasTextStructureRole Heading4 #

Level-four heading.

Value: 4
public const PdfCanvasTextStructureRole Heading5 #

Level-five heading.

Value: 5
public const PdfCanvasTextStructureRole Heading6 #

Level-six heading.

Value: 6
public const PdfCanvasTextStructureRole Span #

Generic inline span.

Value: 7