Module: Goldendocx::Tables

Defined in:
lib/goldendocx/tables.rb,
lib/goldendocx/tables/row.rb,
lib/goldendocx/tables/cell.rb,
lib/goldendocx/tables/header_row.rb,
lib/goldendocx/tables/image_cell.rb,
lib/goldendocx/tables/properties.rb,
lib/goldendocx/tables/header_cell.rb,
lib/goldendocx/tables/properties/property.rb,
lib/goldendocx/tables/properties/row_property.rb,
lib/goldendocx/tables/properties/cell_property.rb,
lib/goldendocx/tables/properties/grid_property.rb,
lib/goldendocx/tables/properties/style_property.rb,
lib/goldendocx/tables/properties/width_property.rb,
lib/goldendocx/tables/properties/shading_property.rb,
lib/goldendocx/tables/properties/grid_span_property.rb,
lib/goldendocx/tables/properties/cell_width_property.rb,
lib/goldendocx/tables/properties/header_row_property.rb,
lib/goldendocx/tables/properties/row_height_property.rb,
lib/goldendocx/tables/properties/grid_column_property.rb,
lib/goldendocx/tables/properties/vertical_align_property.rb

Defined Under Namespace

Modules: Properties Classes: Cell, HeaderCell, HeaderRow, ImageCell, Row

Constant Summary collapse

DEFAULT_TABLE_DXA_WIDTH =
8600
DEFAULT_CELL_DXA_WIDTH =
600
DEFAULT_CELL_DXA_HEIGHT =
600
DEFAULT_BACKGROUND_COLOR =
'F5F5F5'