Class: OpenXml::DrawingML::Properties::BodyProperties

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

Constant Summary collapse

VERTICAL_TYPES =
i{
  eaVert horz mongolianVert vert vert270 wordArtVert wordArtVertRtl
}.freeze

Instance Method Summary collapse

Instance Method Details

#render?Boolean

Returns:

  • (Boolean)


50
51
52
# File 'lib/openxml/drawingml/properties/body_properties.rb', line 50

def render?
  true
end