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

struct LeftRightMarginScale

Elements' Summary
TextLeft specifies a left text margin in 1/100th mm.  
Left specifies a left margin in 1/100th mm.  
Right specifies a right margin in 1/100th mm.  
FirstLine specifies a first line indent relative to TextLeft in 1/100th mm.  
ScaleLeft specifies a scale value for the left margin in percent.  
ScaleRight specifies a scale value for the right margin in percent.  
ScaleFirstLine specifies a scale value for the first line margin in percent.  
AutoFirstLine specifies if the automatic calculation of the first line indent occurs.  
Elements' Details
TextLeft
long TextLeft;
Description
specifies a left text margin in 1/100th mm.
Left
long Left;
Description
specifies a left margin in 1/100th mm.
Right
long Right;
Description
specifies a right margin in 1/100th mm.
FirstLine
long FirstLine;
Description
specifies a first line indent relative to TextLeft in 1/100th mm.
ScaleLeft
long ScaleLeft;
Description
specifies a scale value for the left margin in percent.
ScaleRight
long ScaleRight;
Description
specifies a scale value for the right margin in percent.
ScaleFirstLine
long ScaleFirstLine;
Description
specifies a scale value for the first line margin in percent.
AutoFirstLine
boolean AutoFirstLine;
Description
specifies if the automatic calculation of the first line indent occurs.
Top of Page