MergeCellsDirective

Merge cells

jx:mergeCells(
lastCell="Merge cell ranges"
[, cols="Number of columns combined"]
[, rows="Number of rows combined"]
[, minCols="Minimum number of columns to merge"]
[, minRows="Minimum number of rows to merge"]
)
trait Directive
class Object
trait Matchable
class Any

Value members

Concrete methods

override def applyAt(cellRef: CellRef, context: Context): Size
Definition Classes

Inherited methods

final def addArea(area: Area): Directive
Inherited from:
AbstractDirective
override def name: String
Definition Classes
Inherited from:
AbstractDirective
override def reset(): Unit
Definition Classes
Inherited from:
AbstractDirective
override def setLockRange(isLock: String): Unit
Definition Classes
Inherited from:
AbstractDirective
override def setShiftMode(mode: String): Unit
Definition Classes
Inherited from:
AbstractDirective

Concrete fields

var cols: Null
var minCols: Null
var minRows: Null
var rows: Null

Inherited fields

var areas: List[Area]
Inherited from:
AbstractDirective
var lockRange: Boolean

Whether the area is locked Other directives will no longer execute in this area after locking

Whether the area is locked Other directives will no longer execute in this area after locking

Returns:

true or false (default true)

Inherited from:
AbstractDirective
var shiftMode: String
Inherited from:
AbstractDirective