Directive

org.beangle.data.excel.template.directive.Directive
See theDirective companion object
trait Directive

A directive interface defines a transformation of a list of areas at a specified cell

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def applyAt(cellRef: CellRef, context: Context): Size
def areas: List[Area]
def 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

Attributes

Returns

true or false (default true)

def name: String
def reset(): Unit
def setLockRange(isLock: String): Unit
def setShiftMode(mode: String): Unit
def shiftMode: String