OfficeIMO

API Reference

Enum

PowerPointShapeSizeReference

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how a target size should be derived from a selection.

Inheritance

  • Enum
  • PowerPointShapeSizeReference

Values

public const PowerPointShapeSizeReference First #

Use the first shape's size.

Value: 0
public const PowerPointShapeSizeReference Smallest #

Use the smallest width/height in the selection.

Value: 1
public const PowerPointShapeSizeReference Largest #

Use the largest width/height in the selection.

Value: 2
public const PowerPointShapeSizeReference Average #

Use the average width/height in the selection.

Value: 3