API Reference

Class

PdfTextStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable text style for document or page default typography.

Inheritance

  • Object
  • PdfTextStyle

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

Accepted by parameters

Constructors

Methods

public PdfTextStyle Clone() #
Returns: PdfTextStyle

Creates a deep copy of this text style.

Properties

public PdfStandardFont Font { get; set; } #

Default standard font family.

public Double FontSize { get; set; } #

Default font size in points.

public Nullable<PdfColor> Color { get; set; } #

Default text color. When null, the writer default is used.