API Reference

Enum

PdfCellIconKind

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

Built-in vector icon shapes that can be drawn inside table cells.

Inheritance

  • Enum
  • PdfCellIconKind

Usage

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

Values

public const PdfCellIconKind Circle #

A filled circle.

Value: 0
public const PdfCellIconKind Diamond #

A filled diamond.

Value: 1
public const PdfCellIconKind Square #

A filled square.

Value: 2
public const PdfCellIconKind TriangleUp #

A filled upward triangle.

Value: 3
public const PdfCellIconKind TriangleRight #

A filled right-pointing triangle.

Value: 4
public const PdfCellIconKind TriangleDown #

A filled downward triangle.

Value: 5
public const PdfCellIconKind CheckBoxUnchecked #

An outlined square checkbox.

Value: 6
public const PdfCellIconKind CheckBoxChecked #

An outlined square checkbox with a check mark.

Value: 7