#include <IBNPreferences.h>
|
| enum | { kDefaultIID = IID_IBNPREFERENCES } |
| |
IBNPreferences manages the Bullets and Numbering preferences, which consist of the set of default bullets.
| virtual const BulletGlyphSet& IBNPreferences::GetGlyphSet | ( | | ) | const |
| pure virtual |
Gets the set of default bullets.
- Returns
- The set of default bullets.
| virtual bool16 IBNPreferences::IsInitialized | ( | | ) | const |
| pure virtual |
For internal use only: Gets whether the preferences have been initialized or not.
- Returns
- True if initialized, false otherwise.
| virtual void IBNPreferences::SetGlyphSet | ( | const BulletGlyphSet & | glyphSet | ) | |
| pure virtual |
Sets the set of default bullets and marks the preferences as initialized.
- Parameters
| glyphSet | specifies the set of default bullets. |
| virtual void IBNPreferences::SetInitialized | ( | const bool16 | bInitialized = kTrue | ) | |
| pure virtual |
For internal use only: Sets the preferences to initialized or not initialized.
- Parameters
| bInitialized | specifies whether to mark preferences as initialized or not. The default value is true. |