AIATECurrentTextFeaturesSuite Struct Reference
[API Suite List]
These functions allow you to access and manipulate the character and paragraph style attributes of text.
More...
#include <AIATECurrTextFeatures.h>
List of all members.
Detailed Description
These functions allow you to access and manipulate the character and paragraph style attributes of text.
- The current styles are those that are applied to new text.
- The styles applied to currently selected text are the ones displayed in the Character and Paragraph palettes.
You can define overrides for a character or paragraph style -- that is, a subset of features with override values.
Member Data Documentation
Retrieves the character attributes for the current text selection, in a flattened attribute chain, as displayed in the Character Attribute palette.
- Parameters:
-
| charFeatures | [out] A buffer in which to return the character attributes. |
Retrieves the current local character override attributes that are applied to new text objects.
- Parameters:
-
| pFeatures | [out] A buffer in which to return the character features containing override values. |
Retrieves the named character style that are applied to new text objects.
The default is the normal style in new documents.
- Parameters:
-
| pStyle | [out] A buffer in which to return the character style. |
Retrieves the paragraph attributes for the current text selection, in a flattened attribute chain, as displayed in the Paragraph Attribute palette.
- Parameters:
-
| paraFeatures | [out] A buffer in which to return the paragraph attributes. |
Retrieves the current local paragraph override attributes that are applied to new text objects.
- Parameters:
-
| pFeatures | [out] A buffer in which to return the paragraph features containing override values. |
Retrieves the named paragraph style that are applied to new text objects.
The default is the normal style in new documents.
- Parameters:
-
| pStyle | [out] A buffer in which to return the paragraph style. |
Updates the UI to reflect any modifications you have made to the current text styles or features.
Sets the character attributes for the current text selection,.
- Parameters:
-
| charFeatures | A flattened attribute chain, as displayed in the Character Attribute palette. |
Sets the current local character override attributes that are applied to new text objects.
- Parameters:
-
| pFeatures | The character features with override values. If all attributes are unassigned, clears the current overrides. |
Sets the named character style to be applied to new text objects.
If no text selection is present, overrides are cleared.
- Parameters:
-
| pStyle | The character style. |
Sets the paragraph attributes for the current text selection,.
- Parameters:
-
| paraFeatures | A flattened attribute chain, as displayed in the Paragraph Attribute palette. |
Sets the current local paragraph override attributes that are applied to new text objects.
- Parameters:
-
| pFeatures | The paragraph features with override values. If all attributes are unassigned, clears the current overrides. |
Sets the named paragraph style to be applied to new text objects.
If no text selection is present, overrides are cleared.
- Parameters:
-
| pStyle | The paragraph style. |
The documentation for this struct was generated from the following file: