Archicad 28 C++ API
|
Describes a paragraph of a text. More...
#include <APIdefs_Elements.h>
Public Attributes | |
Int32 | from |
The beginning byte offset of the paragraph in the content. | |
Int32 | range |
The range of the paragraph in byte offset. | |
API_JustID | just |
Justification of the paragraph (see API_JustID). | |
double | firstIndent |
First indent in mm. | |
double | indent |
Indent in mm. | |
double | rightIndent |
Right indent in mm. | |
double | spacing |
Spacing factor between text lines (it should be between -10.0 and -1.0). | |
API_TabType * | tab |
Tabulator(s) of a paragraph (see API_TabType). | |
API_RunType * | run |
Run(s) of a paragraph (see API_RunType). | |
Int32 * | eolPos |
Line end positions in byte offset. | |
double | width |
Width of the paragraph in mm (output only). | |
double | height |
Height of the paragraph in mm (output only). | |
Describes a paragraph of a text.