API Reference

Class

PdfReportSection

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One semantic section in a reusable report component.

Inheritance

  • Object
  • PdfReportSection

Usage

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

Accepted by parameters

Constructors

public PdfReportSection(String title, String body = null, IEnumerable<String> bullets = null) #

Creates a report section from a heading, body, and optional bullet list.

Parameters

title System.String requiredposition: 0
body System.String = null optionalposition: 1
bullets System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2

Properties

public String Title { get; } #

Section heading.

public String Body { get; } #

Optional narrative body.

public IReadOnlyList<String> Bullets { get; } #

Optional bullet items.