Class: OpenXml::DrawingML::Properties::LineProperty

Inherits:
Properties::ComplexProperty
  • Object
show all
Includes:
ContainsProperties
Defined in:
lib/openxml/drawingml/properties/line_property.rb

Direct Known Subclasses

Outline, Underline

Constant Summary collapse

COMPOUND_LINE_TYPES =
%i{ dbl sng thickThin thinThick tri }.freeze

Instance Method Summary collapse

Instance Method Details

#render?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/openxml/drawingml/properties/line_property.rb', line 36

def render?
  true
end