class FormatRecord extends WritableRecordData with DisplayFormat with Format

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

Instance Constructors

  1. new FormatRecord(t: Record, biffType: BiffType)
  2. new FormatRecord()
    Attributes
    protected[jxlAquasys]

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. final def getBytes(): Array[Byte]
    Definition Classes
    WritableRecordData
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def getCode(): Int
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  11. def getData(): Array[Byte]
    Definition Classes
    FormatRecordWritableRecordData
  12. final def getDateFormat(): DateFormat
  13. def getFormatIndex(): Int
    Definition Classes
    FormatRecord → DisplayFormat
  14. def getFormatString(): String
    Definition Classes
    FormatRecord → Format
  15. def getIndexCode(): Int
  16. final def getNumberFormat(): NumberFormat
  17. def getRecord(): Record
    Attributes
    protected[jxlAquasys]
    Definition Classes
    RecordData
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def initialize(pos: Int): Unit
    Definition Classes
    FormatRecord → DisplayFormat
  20. def isBuiltIn(): Boolean
    Definition Classes
    FormatRecord → DisplayFormat
  21. final def isDate(): Boolean
  22. def isInitialized(): Boolean
    Definition Classes
    FormatRecord → DisplayFormat
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def isNumber(): Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def replace(input: String, search: String, replace: String): String
    Attributes
    protected[jxlAquasys]
  29. final def setFormatString(s: String): Unit
    Attributes
    protected[jxlAquasys]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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 DisplayFormat

Inherited from Format

Inherited from WritableRecordData

Inherited from RecordData

Inherited from AnyRef

Inherited from Any

Ungrouped