Class: Uniword::Wordprocessingml::TableProperties
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Wordprocessingml::TableProperties
- Defined in:
- lib/uniword/wordprocessingml/table_properties.rb
Overview
Table formatting properties
Represents w:tblPr element containing table-level formatting. Used in StyleSets and table elements.
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ TableProperties
constructor
A new instance of TableProperties.
Constructor Details
#initialize(attrs = {}) ⇒ TableProperties
Returns a new instance of TableProperties.
109 110 111 112 113 114 |
# File 'lib/uniword/wordprocessingml/table_properties.rb', line 109 def initialize(attrs = {}) super @borders ||= false @allow_break = true if @allow_break.nil? end |