Class: OpenXml::Docx::Properties::Frame

Inherits:
ComplexProperty show all
Defined in:
lib/openxml/docx/properties/frame.rb

Constant Summary collapse

VALID_ANCHORS =
%i(margin page text)
VALID_DROP_CAPS =
%i(drop margin none)
VALID_HEIGHT_RULES =
%i(atLeast auto exact)
VALID_RELATIVE_HORIZONTAL_POSITIONS =
%i(center inside left outside right)
VALID_RELATIVE_VERTICAL_POSITIONS =
%i(bottom center inline inside outside top)
VALID_WRAPS =
%i(around auto none notBeside through tight)

Constants included from AttributeBuilder

AttributeBuilder::VALID_THEME_COLORS, AttributeBuilder::VALID_TYPES

Instance Attribute Summary

Attributes inherited from BaseProperty

#value

Method Summary

Methods inherited from ComplexProperty

#render?, #to_xml

Methods included from AttributeBuilder

#attributes, included, #render?

Methods inherited from BaseProperty

#default_name, #default_tag, name, #name, #render?, tag, #tag