API Reference

Class

PdfHeadingStyles

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable heading styles for the built-in H1/H2/H3 levels.

Inheritance

  • Object
  • PdfHeadingStyles

Usage

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

Constructors

public PdfHeadingStyles() #

Methods

public PdfHeadingStyles Clone() #
Returns: PdfHeadingStyles

Creates a deep copy of this heading style set.

Properties

public PdfHeadingStyle Level1 { get; set; } #

Default style for H1 headings.

public PdfHeadingStyle Level2 { get; set; } #

Default style for H2 headings.

public PdfHeadingStyle Level3 { get; set; } #

Default style for H3 headings.