class XFRecord extends WritableRecordData with CellFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XFRecord
- CellFormat
- WritableRecordData
- RecordData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAlignment(): Alignment
- Definition Classes
- XFRecord → CellFormat
- def getBackgroundColour(): Colour
- Definition Classes
- XFRecord → CellFormat
- def getBorder(border: Border): BorderLineStyle
- Definition Classes
- XFRecord → CellFormat
- final def getBytes(): Array[Byte]
- Definition Classes
- WritableRecordData
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def getCode(): Int
- Attributes
- protected[jxlAquasys]
- Definition Classes
- RecordData
- def getData(): Array[Byte]
- Definition Classes
- XFRecord → WritableRecordData
- def getDateFormat(): DateFormat
- def getFont(): Font
- Definition Classes
- XFRecord → CellFormat
- def getFormat(): Format
- Definition Classes
- XFRecord → CellFormat
- def getFormatRecord(): Int
- final def getHidden(): Boolean
- Attributes
- protected[jxlAquasys]
- final def getLocked(): Boolean
- Attributes
- protected[jxlAquasys]
- def getNumberFormat(): NumberFormat
- def getOrientation(): Orientation
- Definition Classes
- XFRecord → CellFormat
- def getPattern(): Pattern
- Definition Classes
- XFRecord → CellFormat
- def getRecord(): Record
- Attributes
- protected[jxlAquasys]
- Definition Classes
- RecordData
- def getVerticalAlignment(): VerticalAlignment
- Definition Classes
- XFRecord → CellFormat
- def getWrap(): Boolean
- Definition Classes
- XFRecord → CellFormat
- final def getXFIndex(): Int
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def initialize(pos: Int, fr: FormattingRecords, fonts: Fonts): Unit
- def isDate(): Boolean
- final def isInitialized(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNumber(): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def setLocked(l: Boolean): Unit
- def setXFAlignment(a: Alignment): Unit
- Attributes
- protected[jxlAquasys]
- def setXFBackground(c: Colour, p: Pattern): Unit
- Attributes
- protected[jxlAquasys]
- def setXFBorder(b: Border, ls: BorderLineStyle): Unit
- Attributes
- protected[jxlAquasys]
- final def setXFCellOptions(opt: Int): Unit
- Attributes
- protected[jxlAquasys]
- def setXFOrientation(o: Orientation): Unit
- Attributes
- protected[jxlAquasys]
- def setXFVerticalAlignment(va: VerticalAlignment): Unit
- Attributes
- protected[jxlAquasys]
- def setXFWrap(w: Boolean): Unit
- Attributes
- protected[jxlAquasys]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def uninitialize(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)