Class: Uniword::Properties::CellWidth

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/properties/cell_width.rb

Overview

Table cell width specification

Represents <w:tcW> element with width value and type. Used in table cell properties to specify cell dimensions.

Examples:

Creating cell width

width = CellWidth.new(w: 2500, type: 'pct')