class XFRecord extends WritableRecordData with CellFormat

Linear Supertypes
CellFormat, WritableRecordData, RecordData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XFRecord
  2. CellFormat
  3. WritableRecordData
  4. RecordData
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XFRecord(t: Record)
  2. new XFRecord(fnt: FontRecord, form: DisplayFormat)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAlignment(): Alignment
    Definition Classes
    XFRecord → CellFormat
  9. def getBackgroundColour(): Colour
    Definition Classes
    XFRecord → CellFormat
  10. def getBorder(border: Border): BorderLineStyle
    Definition Classes
    XFRecord → CellFormat
  11. final def getBytes(): Array[Byte]
    Definition Classes
    WritableRecordData
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def getCode(): Int
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  14. def getData(): Array[Byte]
    Definition Classes
    XFRecordWritableRecordData
  15. def getDateFormat(): DateFormat
  16. def getFont(): Font
    Definition Classes
    XFRecord → CellFormat
  17. def getFormat(): Format
    Definition Classes
    XFRecord → CellFormat
  18. def getFormatRecord(): Int
  19. final def getHidden(): Boolean
    Attributes
    protected[jxlAquasys]
  20. final def getLocked(): Boolean
    Attributes
    protected[jxlAquasys]
  21. def getNumberFormat(): NumberFormat
  22. def getOrientation(): Orientation
    Definition Classes
    XFRecord → CellFormat
  23. def getPattern(): Pattern
    Definition Classes
    XFRecord → CellFormat
  24. def getRecord(): Record
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  25. def getVerticalAlignment(): VerticalAlignment
    Definition Classes
    XFRecord → CellFormat
  26. def getWrap(): Boolean
    Definition Classes
    XFRecord → CellFormat
  27. final def getXFIndex(): Int
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. final def initialize(pos: Int, fr: FormattingRecords, fonts: Fonts): Unit
  30. def isDate(): Boolean
  31. final def isInitialized(): Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isNumber(): Boolean
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def setLocked(l: Boolean): Unit
  38. def setXFAlignment(a: Alignment): Unit
    Attributes
    protected[jxlAquasys]
  39. def setXFBackground(c: Colour, p: Pattern): Unit
    Attributes
    protected[jxlAquasys]
  40. def setXFBorder(b: Border, ls: BorderLineStyle): Unit
    Attributes
    protected[jxlAquasys]
  41. final def setXFCellOptions(opt: Int): Unit
    Attributes
    protected[jxlAquasys]
  42. def setXFOrientation(o: Orientation): Unit
    Attributes
    protected[jxlAquasys]
  43. def setXFVerticalAlignment(va: VerticalAlignment): Unit
    Attributes
    protected[jxlAquasys]
  44. def setXFWrap(w: Boolean): Unit
    Attributes
    protected[jxlAquasys]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def uninitialize(): Unit
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from CellFormat

Inherited from WritableRecordData

Inherited from RecordData

Inherited from AnyRef

Inherited from Any

Ungrouped