:: com :: sun :: star :: report ::

interface XFixedLine
Base Interfaces
XFixedLineXReportControlModelXReportComponent
   ┃ ┣ ::com::sun::star::util::XCloneable
   ┃ ┣ ::com::sun::star::container::XChild
   ┃ ┣ ::com::sun::star::lang::XComponent
   ┃ ┣ ::com::sun::star::drawing::XShape
   ┃ ┃ ┗ ::com::sun::star::drawing::XShapeDescriptor
   ┃ ┗ ::com::sun::star::beans::XPropertySetXReportControlFormat
   ┣ ::com::sun::star::container::XContainer
   ┗ ::com::sun::star::container::XIndexContainer
      ┗ ::com::sun::star::container::XIndexReplace
         ┗ ::com::sun::star::container::XIndexAccess
            ┗ ::com::sun::star::container::XElementAccess

XReportControlModel
(referenced interface's summary:)

Attributes' Summary
Orientation specifies the orientation of the control.  
LineStyle This property contains the type of the line.  
LineDash This property contains the dash of the line.  
LineColor This property contains the line color.  
LineTransparence This property contains the extent of transparency.  
LineWidth This property contains the width of the line in 1/100th mm.  
Attributes' Details
Orientation
[ bound ] long Orientation
get raises (::com::sun::star::beans::UnknownPropertyException)
set raises (::com::sun::star::beans::UnknownPropertyException);

Description
specifies the orientation of the control.
 0: horizontal
 1: vertical 
 
LineStyle
[ bound ] ::com::sun::star::drawing::LineStyle LineStyle;
Description
This property contains the type of the line.
LineDash
[ bound ] ::com::sun::star::drawing::LineDash LineDash;
Description
This property contains the dash of the line.
LineColor
[ bound ] ::com::sun::star::util::Color LineColor;
Description
This property contains the line color.
LineTransparence
[ bound ] short LineTransparence;
Description
This property contains the extent of transparency.
LineWidth
[ bound ] long LineWidth;
Description
This property contains the width of the line in 1/100th mm.
Top of Page