API Reference

Class

PdfCellIcon

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes a small vector icon drawn inside a table cell before the cell text.

Inheritance

  • Object
  • PdfCellIcon

Usage

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

Returned or exposed by

Constructors

Methods

public PdfCellIcon Clone() #
Returns: PdfCellIcon

Creates a copy of this table cell icon.

Properties

public PdfCellIconKind Kind { get; set; } #

Icon shape to draw.

public PdfColor Color { get; set; } #

Icon fill color.

public Double Size { get; set; } #

Icon size in points.

public Double OffsetX { get; set; } #

Additional horizontal icon offset in points after table-cell alignment is applied.

public Double OffsetY { get; set; } #

Additional vertical icon offset in points after table-cell alignment is applied.