Searched defs:LineProperties (Results 1 – 3 of 3) sorted by relevance
46 struct LineProperties struct48 typedef ::std::pair< sal_Int32, sal_Int32 > DashStop;49 typedef ::std::vector< DashStop > DashStopVector;51 LineArrowProperties maStartArrow; /// Start line arrow style.52 LineArrowProperties maEndArrow; /// End line arrow style.53 FillProperties maLineFill; /// Line fill (solid, gradient, ...).54 DashStopVector maCustomDash; /// User-defined line dash style.55 OptValue< sal_Int32 > moLineWidth; /// Line width (EMUs).56 OptValue< sal_Int32 > moPresetDash; /// Preset dash (OOXML token).58 OptValue< sal_Int32 > moLineCap; /// Line cap (OOXML token).[all …]
37 class OOO_DLLPUBLIC_CHARTTOOLS LineProperties class
53 public class LineProperties { class
Completed in 17 milliseconds