API Reference

Class

PdfCellPadding

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes optional per-side padding overrides for one table cell.

Inheritance

  • Object
  • PdfCellPadding

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

public PdfCellPadding() #

Methods

public PdfCellPadding Clone() #
Returns: PdfCellPadding

Creates a copy of this table cell padding override.

Properties

public Nullable<Double> Left { get; set; } #

Optional left padding in points. When null the table style value is used.

public Nullable<Double> Right { get; set; } #

Optional right padding in points. When null the table style value is used.

public Nullable<Double> Top { get; set; } #

Optional top padding in points. When null the table style value is used.

public Nullable<Double> Bottom { get; set; } #

Optional bottom padding in points. When null the table style value is used.