API Reference

Class

PowerPointLogoItem

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A logo, partner, product, or certification mark for a logo wall.

Inheritance

  • Object
  • PowerPointLogoItem

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 PowerPointLogoItem(String name, String subtitle = null, String imagePath = null, String accentColor = null) #

Creates a logo wall item. When ImagePath is omitted, the name is rendered as editable text.

Parameters

name System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
imagePath System.String = null optionalposition: 2
accentColor System.String = null optionalposition: 3

Properties

public String Name { get; } #

Logo or certification name.

public String Subtitle { get; } #

Optional short descriptor.

public String ImagePath { get; } #

Optional image path for an actual logo/certification mark.

public String AccentColor { get; } #

Optional accent color override for the tile.