Word.ShapeAutoSize enum
Determines the type of automatic sizing allowed.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
mixed = "Mixed" | A combination of automatic sizing schemes are used. |
none = "None" | No autosizing. |
shapeToFitText = "ShapeToFitText" | The shape is adjusted to fit the text. |
textToFitShape = "TextToFitShape" | The text is adjusted to fit the shape. |