OfficeIMO

API Reference

Enum

PowerPointTextAutoFit

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

Controls how text is auto-fitted inside a text box.

Inheritance

  • Enum
  • PowerPointTextAutoFit

Values

public const PowerPointTextAutoFit None #

Explicitly disable auto-fit.

Value: 0
public const PowerPointTextAutoFit Normal #

Shrink text to fit the shape.

Value: 1
public const PowerPointTextAutoFit Shape #

Resize the shape to fit text.

Value: 2