Searched defs:FillModel (Results 1 – 1 of 1) sorted by relevance
184 struct FillModel struct186 OptValue< bool > moFilled; /// Shape fill on/off.187 OptValue< ::rtl::OUString > moColor; /// Solid fill color.188 OptValue< double > moOpacity; /// Solid fill color opacity.189 OptValue< ::rtl::OUString > moColor2; /// End color of gradient.190 OptValue< double > moOpacity2; /// End color opycity of gradient.191 OptValue< sal_Int32 > moType; /// Fill type.192 OptValue< sal_Int32 > moAngle; /// Gradient rotation angle.193 OptValue< double > moFocus; /// Linear gradient focus of second color.196 OptValue< ::rtl::OUString > moBitmapPath; /// Path to fill bitmap fragment.[all …]
Completed in 7 milliseconds