GapMeasurementUnitEnum
GapMeasurementUnitEnum enumeration constants define measurement units for the gap between blocks to be sorted.
typedef enum {
GMU_Pixel,
GMU_Twip,
GMU_PercentOfMinimumFontSize
} GapMeasurementUnitEnum;
Elements
Name | Description |
---|---|
GMU_Pixel | Pixels. |
GMU_Twip | Twips (1/20 of a typographical point). |
GMU_PercentOfMinimumFontSize | Percent of the minimum font size of the text in two adjacent blocks. |
Used in
03.07.2024 8:50:25