#include <ICJKCharCountOptions.h>
|
| enum | { kDefaultIID = IID_ICJKCHARCOUNTOPTIONS } |
| |
| enum | Location { kMixed = -1, kNone, kLeft, kTop, kRight, kBottom } |
| |
| virtual void ICJKCharCountOptions::CopyFrom | ( | ICJKCharCountOptions * | source, | | | bool16 | doDirty = kTrue | | ) | | |
| pure virtual |
Copies from the source ICJKCharCountOptions.
- Parameters
| source | IN The char count options to copy. |
| doDirty | IN Should the object call dirty when copying data. |
| virtual ICJKCharCountOptions::Location ICJKCharCountOptions::GetLocation | ( | | ) | const |
| pure virtual |
Returns the location of the character count.
- Returns
- ICJKCharCountOptions::Location for the character count.
| virtual PMReal ICJKCharCountOptions::GetTextSize | ( | | ) | const |
| pure virtual |
Returns the point size of the character count.
- Returns
- character count size in points.
| virtual void ICJKCharCountOptions::SetLocation | ( | ICJKCharCountOptions::Location | location | ) | |
| pure virtual |
Sets the location of the character count.
- Parameters
| virtual void ICJKCharCountOptions::SetTextSize | ( | const PMReal & | size | ) | |
| pure virtual |
Sets the point size of the character count.
- Parameters
| size | IN The new size of the character count. A negative point size indicates mixed mode when used as command data. |