:: com :: sun :: star :: style ::

struct LineSpacing
Description
This structure is used to specify the height of a text line.
See also
LineSpacingMode

Elements' Summary
Mode This value specifies the way the height is specified.  
Height This value specifies the height in regard to Mode.  
Elements' Details
Mode
short Mode;
Description
This value specifies the way the height is specified.
Height
short Height;
Description
This value specifies the height in regard to Mode.
Top of Page