API Reference

Class

HtmlCapabilityGalleryScenario

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Describes one HTML capability-gallery scenario and its user-facing purpose.

Inheritance

  • Object
  • HtmlCapabilityGalleryScenario

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

public HtmlCapabilityGalleryScenario(String id, String title, String category, String description) #

Creates a capability-gallery scenario.

Parameters

id System.String requiredposition: 0
Stable scenario identifier used in artifact names and manifests.
title System.String requiredposition: 1
Human-readable scenario title.
category System.String requiredposition: 2
Scenario category, such as Word HTML or HTML PDF.
description System.String requiredposition: 3
Short explanation of the capability being proved.

Properties

public String Id { get; } #

Stable scenario identifier used in artifact names and manifests.

public String Title { get; } #

Human-readable scenario title.

public String Category { get; } #

Scenario category, such as Word HTML or HTML PDF.

public String Description { get; } #

Short explanation of the capability being proved.