Lines Matching refs:property

45 	/** This property contains the type of the line.
47 [property] com::sun::star::drawing::LineStyle LineStyle;
51 /** This property contains the dash of the line.
53 [property] com::sun::star::drawing::LineDash LineDash;
57 /** This property contains the name of the dash of the line.
59 [optional, property] string LineDashName;
63 /** This property contains the line color.
65 [property] com::sun::star::util::Color LineColor;
69 /** This property contains the extent of transparency.
71 [property] short LineTransparence;
75 /** This property contains the width of the line in 1/100th mm.
77 [property] long LineWidth;
81 /** This property defines the rendering of joints between thick lines
83 [property] com::sun::star::drawing::LineJoint LineJoint;
87 /** This property defines the rendering of ends of thick lines
89 [optional, property] com::sun::star::drawing::LineCap LineCap;
93 /** This property contains the name of the line start poly polygon bezier.
96 [optional, property] string LineStartName;
100 /** This property contains the name of the line end poly polygon bezier.
103 [optional, property] string LineEndName;
107 /** This property contains the line start in the form of a poly polygon bezier.
109 [optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineStart;
113 /** This property contains the line end in the form of a poly polygon bezier.
115 [optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineEnd;
119 /** If this property is <TRUE/>, the line will
122 [optional, property] boolean LineStartCenter;
126 /** This property contains the width of the line start polygon.
128 [optional, property] long LineStartWidth;
132 /** If this property is <TRUE/>, the line will end
135 [optional, property] boolean LineEndCenter;
139 /** This property contains the width of the line end polygon.
141 [optional, property] long LineEndWidth;