OfficeIMO

API Reference

Struct

PowerPointTableStyleInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base ValueType
Modifiers sealed

Represents a table style entry available in the presentation.

Inheritance

  • ValueType
  • PowerPointTableStyleInfo

Constructors

public PowerPointTableStyleInfo(String styleId, String name) #

Creates a table style info entry.

Parameters

styleId System.String requiredposition: 0
The Open XML style identifier (GUID).
name System.String requiredposition: 1
The display name of the style.

Methods

public override String ToString() #
Returns: String

Returns the style name or ID.

Properties

public String StyleId { get; } #

Open XML style identifier (GUID).

public String Name { get; } #

Display name of the style.