Class: Xberg::TableCellStyle
- Inherits:
-
Object
- Object
- Xberg::TableCellStyle
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#col ⇒ Integer
readonly
Returns the value of attribute col.
-
#heading_level ⇒ Integer?
readonly
Returns the value of attribute heading_level.
-
#row ⇒ Integer
readonly
Returns the value of attribute row.
-
#style_name ⇒ String?
readonly
Returns the value of attribute style_name.
Instance Method Summary collapse
-
#initialize ⇒ TableCellStyle
constructor
A new instance of TableCellStyle.
Constructor Details
#initialize ⇒ TableCellStyle
Returns a new instance of TableCellStyle.
2497 |
# File 'sig/types.rbs', line 2497
def initialize: (?row: Integer, ?col: Integer, ?heading_level: Integer, ?style_name: String) -> void
|
Instance Attribute Details
#col ⇒ Integer (readonly)
Returns the value of attribute col.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def col @col end |
#heading_level ⇒ Integer? (readonly)
Returns the value of attribute heading_level.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def heading_level @heading_level end |
#row ⇒ Integer (readonly)
Returns the value of attribute row.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def row @row end |
#style_name ⇒ String? (readonly)
Returns the value of attribute style_name.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def style_name @style_name end |