:: com :: sun :: star :: frame ::

unpublished struct BorderWidths
Usage Restrictions
not published
Description
specifies a border area by offsets from each side.

Elements' Summary
Left specifies the offset from left border.  
Top specifies the offset from top border.  
Right specifies the offset from right border.  
Bottom specifies the offset from bottom border.  
Elements' Details
Left
long Left;
Description
specifies the offset from left border.
Top
long Top;
Description
specifies the offset from top border.
Right
long Right;
Description
specifies the offset from right border.
Bottom
long Bottom;
Description
specifies the offset from bottom border.
Top of Page