Class: OpenXml::DrawingML::Properties::LineProperty
- Inherits:
-
Properties::ComplexProperty
- Object
- Properties::ComplexProperty
- OpenXml::DrawingML::Properties::LineProperty
- Includes:
- ContainsProperties
- Defined in:
- lib/openxml/drawingml/properties/line_property.rb
Constant Summary collapse
- COMPOUND_LINE_TYPES =
%i{ dbl sng thickThin thinThick tri }.freeze
Instance Method Summary collapse
Instance Method Details
#render? ⇒ Boolean
36 37 38 |
# File 'lib/openxml/drawingml/properties/line_property.rb', line 36 def render? true end |