Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfTableVerticalAlignment

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

Vertical alignment within the table's anchor rectangle.

Inheritance

  • Enum
  • PdfTableVerticalAlignment

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 PdfTableVerticalAlignment Top #

Align the table's top edge.

Value: 0
public const PdfTableVerticalAlignment Center #

Center the table vertically.

Value: 1
public const PdfTableVerticalAlignment Bottom #

Align the table's bottom edge.

Value: 2
public const PdfTableVerticalAlignment Inside #

Top on odd output pages and bottom on even output pages.

Value: 3
public const PdfTableVerticalAlignment Outside #

Bottom on odd output pages and top on even output pages.

Value: 4