Class: OpenXml::Docx::Elements::Break

Inherits:
Element
  • Object
show all
Defined in:
lib/openxml/docx/elements/break.rb

Constant Summary collapse

VALID_CLEARS =
%i(all left none right)
VALID_BREAK_TYPES =
%i(column page textWrapping)

Constants included from AttributeBuilder

AttributeBuilder::VALID_THEME_COLORS, AttributeBuilder::VALID_TYPES

Method Summary

Methods inherited from Element

#name, name, namespace, #namespace, #tag, tag, #to_xml

Methods included from AttributeBuilder

#attributes, included, #render?