Module: Goldendocx::Components

Defined in:
lib/goldendocx/components.rb,
lib/goldendocx/components/text.rb,
lib/goldendocx/components/chart.rb,
lib/goldendocx/components/image.rb,
lib/goldendocx/components/table.rb,
lib/goldendocx/components/bar_chart.rb,
lib/goldendocx/components/paragraph.rb,
lib/goldendocx/components/line_chart.rb,
lib/goldendocx/components/properties.rb,
lib/goldendocx/components/column_chart.rb,
lib/goldendocx/components/doughnut_chart.rb,
lib/goldendocx/components/properties/run.rb,
lib/goldendocx/components/properties/inline.rb,
lib/goldendocx/components/properties/drawing.rb,
lib/goldendocx/components/properties/textual.rb,
lib/goldendocx/components/properties/property.rb,
lib/goldendocx/components/properties/run_property.rb,
lib/goldendocx/components/properties/bold_property.rb,
lib/goldendocx/components/properties/font_property.rb,
lib/goldendocx/components/properties/align_property.rb,
lib/goldendocx/components/properties/color_property.rb,
lib/goldendocx/components/properties/style_property.rb,
lib/goldendocx/components/properties/extents_property.rb,
lib/goldendocx/components/properties/graphic_property.rb,
lib/goldendocx/components/properties/padding_property.rb,
lib/goldendocx/components/properties/language_property.rb,
lib/goldendocx/components/properties/non_visual_property.rb,
lib/goldendocx/components/properties/graphic_data_property.rb,
lib/goldendocx/components/properties/graphic_frame_property.rb,
lib/goldendocx/components/properties/graphic_frame_locks_property.rb

Defined Under Namespace

Modules: Properties Classes: BarChart, Chart, ColumnChart, DoughnutChart, Image, LineChart, Paragraph, Table, Text

Constant Summary collapse

DEFAULT_WIDTH =

1 : 0.618

Goldendocx::Units::EMU_PER_CENTIMETER * 15
DEFAULT_HEIGHT =
Goldendocx::Units::EMU_PER_CENTIMETER * 9.27