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

struct DropCapFormat
Description
This struct describes drop caps at a paragraph object.

Elements' Summary
Lines This is the number of lines used for a drop cap.  
Count This is the number of characters in the drop cap.  
Distance This is the distance between the drop cap in the following text.  
Elements' Details
Lines
byte Lines;
Description
This is the number of lines used for a drop cap.
Count
byte Count;
Description
This is the number of characters in the drop cap.
Distance
short Distance;
Description
This is the distance between the drop cap in the following text.
Top of Page