Class: Xberg::TableCellStyle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTableCellStyle

Returns a new instance of TableCellStyle.

Parameters:

  • row: (Integer)
  • col: (Integer)
  • heading_level: (Integer)
  • style_name: (String)


2497
# File 'sig/types.rbs', line 2497

def initialize: (?row: Integer, ?col: Integer, ?heading_level: Integer, ?style_name: String) -> void

Instance Attribute Details

#colInteger (readonly)

Returns the value of attribute col.

Returns:

  • (Integer)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def col
  @col
end

#heading_levelInteger? (readonly)

Returns the value of attribute heading_level.

Returns:

  • (Integer, nil)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def heading_level
  @heading_level
end

#rowInteger (readonly)

Returns the value of attribute row.

Returns:

  • (Integer)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def row
  @row
end

#style_nameString? (readonly)

Returns the value of attribute style_name.

Returns:

  • (String, nil)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def style_name
  @style_name
end