MsoAutoSize Enumeration
Determines the type of automatic sizing allowed.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoAutoSize
'Usage
Dim instance As MsoAutoSize
public enum MsoAutoSize
Members
Member name | Description | |
---|---|---|
msoAutoSizeMixed | A combination of automatic sizing schemes are used. | |
msoAutoSizeNone | No autosizing. | |
msoAutoSizeShapeToFitText | The shape is adjusted to fit the text. | |
msoAutoSizeTextToFitShape | The text is adjusted to fit the shape. |