struct DropCapFormat in module com::sun::star::style::

(Global Index)

Syntax

struct DropCapFormat;

Description

This struct describes drop caps at a paragraph object.

Field 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.

Field Details



Lines

Syntax

byte Lines;

Description

This is the number of lines used for a drop cap.


Count

Syntax

byte Count;

Description

This is the number of characters in the drop cap.


Distance

Syntax

short Distance;

Description

This is the distance between the drop cap in the following text.

Top of Page