Skip to main content
GapMeasurementUnitEnum enumeration constants define measurement units for the gap between blocks to be sorted.
typedef enum {
 GMU_Pixel,
 GMU_Twip,
 GMU_PercentOfMinimumFontSize
} GapMeasurementUnitEnum;

Elements

NameDescription
GMU\_PixelPixels.
GMU\_TwipTwips (1/20 of a typographical point).
GMU\_PercentOfMinimumFontSizePercent of the minimum font size of the text in two adjacent blocks.

Used in

SortingBlocksParams::GapMeasurementUnit