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
9/17/2024 3:14:41 PM