#include <ITextChangeCaseSuite.h>
|
| enum | { kDefaultIID = IID_ITEXTCHANGECASE_ISUITE } |
| |
| enum | ChangeCaseType { kCCLower = 0, kCCUpper, kCCTitle, kCCSentence } |
| |
ITextChangeCaseSuite is a very light-weight suite that is just used for the "change case" functionality. The functions here should have probably been folded into the TextAttributeSuite.
- See Also
- ITextAttributeSuite
These are the types of case-changing supported
| virtual bool16 ITextChangeCaseSuite::CanChangeCase | ( | | ) | |
| pure virtual |
Does the current selection support the change case functionality?
- Returns
- kTrue if the selection can change case.
Perform the specified change case operation.
- Parameters
| ccType | is the type of case-change to perform: capitalize, make lowercase, etc. |