Searched defs:StrokeModel (Results 1 – 1 of 1) sorted by relevance
160 struct StrokeModel struct162 OptValue< bool > moStroked; /// Shape border line on/off.163 StrokeArrowModel maStartArrow; /// Start line arrow style.164 StrokeArrowModel maEndArrow; /// End line arrow style.165 OptValue< ::rtl::OUString > moColor; /// Solid line color.166 OptValue< double > moOpacity; /// Solid line color opacity.167 OptValue< ::rtl::OUString > moWeight; /// Line width.168 OptValue< ::rtl::OUString > moDashStyle; /// Line dash (predefined or manually).169 OptValue< sal_Int32 > moLineStyle; /// Line style (single, double, ...).170 OptValue< sal_Int32 > moEndCap; /// Type of line end cap.[all …]
Completed in 11 milliseconds