OfficeIMO

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

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