PpAutoSize Enumeration
Specifies whether the size of the specified shape is changed automatically to fit text within its boundaries.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("A8FB07E5-9C29-4F16-9DC4-CA6333719385")> _
Public Enumeration PpAutoSize
'Usage
Dim instance As PpAutoSize
[GuidAttribute("A8FB07E5-9C29-4F16-9DC4-CA6333719385")]
public enum PpAutoSize
Members
Member name | Description | |
---|---|---|
ppAutoSizeMixed | Mixed size. | |
ppAutoSizeNone | Does not change size. | |
ppAutoSizeShapeToFitText | Auto sizes the shape to fit the text. |