API Reference

Class

PdfCellDataBar

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes a proportional visual bar drawn inside a table cell, behind the cell text.

Inheritance

  • Object
  • PdfCellDataBar

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 PdfCellDataBar Clone() #
Returns: PdfCellDataBar

Creates a deep copy of this data bar.

Properties

public PdfColor Color { get; set; } #

Fill color used for the data bar.

public Double Ratio { get; set; } #

Filled width as a 0..1 fraction of the cell content width.

public Double StartRatio { get; set; } #

Horizontal start position as a 0..1 fraction of the cell content width.