API Reference

Enum

PdfCanvasStructureRole

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

Semantic container roles available for absolute canvas content.

Inheritance

  • Enum
  • PdfCanvasStructureRole

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 PdfCanvasStructureRole Section #

Document section.

Value: 0
public const PdfCanvasStructureRole Division #

Generic semantic division.

Value: 1
public const PdfCanvasStructureRole Paragraph #

Paragraph containing one or more positioned text fragments.

Value: 2
public const PdfCanvasStructureRole Heading1 #

Level-one heading containing one or more positioned text fragments.

Value: 3
public const PdfCanvasStructureRole Heading2 #

Level-two heading containing one or more positioned text fragments.

Value: 4
public const PdfCanvasStructureRole Heading3 #

Level-three heading containing one or more positioned text fragments.

Value: 5
public const PdfCanvasStructureRole Heading4 #

Level-four heading containing one or more positioned text fragments.

Value: 6
public const PdfCanvasStructureRole Heading5 #

Level-five heading containing one or more positioned text fragments.

Value: 7
public const PdfCanvasStructureRole Heading6 #

Level-six heading containing one or more positioned text fragments.

Value: 8
public const PdfCanvasStructureRole List #

Ordered or unordered list container.

Value: 9
public const PdfCanvasStructureRole ListItem #

One list item.

Value: 10
public const PdfCanvasStructureRole ListLabel #

List item label or marker.

Value: 11
public const PdfCanvasStructureRole ListBody #

List item body.

Value: 12
public const PdfCanvasStructureRole Table #

Table container.

Value: 13
public const PdfCanvasStructureRole TableRow #

Table row.

Value: 14
public const PdfCanvasStructureRole TableHeaderCell #

Table header cell.

Value: 15
public const PdfCanvasStructureRole TableCell #

Table data cell.

Value: 16
public const PdfCanvasStructureRole Caption #

Caption associated with a figure or table.

Value: 17