Class: Uniword::Properties::TableWidth

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

Overview

Table width specification

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

Examples:

Creating table width

width = TableWidth.new(w: 5000, type: 'pct')