|
Archicad 29 C++ API
|
Describes a continous monostyle piece - called run - of a paragraph. More...
#include <APIdefs_Elements.h>
Public Attributes | |
| Int32 | from |
| The beginning character offset of the run in the content. | |
| Int32 | range |
| The range of the run in character offset. | |
| short | pen |
| Pen attribute index. | |
| unsigned short | faceBits |
| Style (face) of the run: | |
| short | font |
| Font attribute index. | |
| unsigned short | effectBits |
| Effect on the run: | |
| double | size |
| Character height in mms. | |
Describes a continous monostyle piece - called run - of a paragraph.
| unsigned short API_RunType::effectBits |
Effect on the run:
| Effect | Style |
|---|---|
| APIEffect_StrikeOut | Strikethrough text |
| APIEffect_SuperScript | Superscript |
| APIEffect_SubScript | Subscript |
| APIEffect_Fractional | Fractional text (not used) |
| APIEffect_Protected | Protected text (autotext reference) |
| unsigned short API_RunType::faceBits |
Style (face) of the run:
| Face bit | Style |
|---|---|
| APIFace_Plain | Plain text |
| APIFace_Bold | Bold |
| APIFace_Italic | Italic |
| APIFace_Underline | Underline |