Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the way the case of the specified text will be changed.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("57187984-0CFA-4AD7-955A-ADA220110FC2")> _
Public Enumeration PpChangeCase
'Usage
Dim instance As PpChangeCase
[GuidAttribute("57187984-0CFA-4AD7-955A-ADA220110FC2")]
public enum PpChangeCase
Members
| Member name | Description | |
|---|---|---|
| ppCaseSentence | Change to lowercase. | |
| ppCaseLower | Change to lowercase. | |
| ppCaseUpper | Change to uppercase. | |
| ppCaseTitle | Change to title case. | |
| ppCaseToggle | Toggle the casing. |