API Reference

Enum

WordTextBoxAutoFitType

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

Defines the AutoFit options for text within a textbox.

Inheritance

  • Enum
  • WordTextBoxAutoFitType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordTextBoxAutoFitType NoAutoFit #

Do not fit text automatically.

Value: 0
public const WordTextBoxAutoFitType ShrinkTextOnOverflow #

Shrink text on overflow.

Value: 1
public const WordTextBoxAutoFitType ResizeShapeToFitText #

Resize the shape to fit the text.

Value: 2