class Spreadsheet::NoteObject

The NoteObject class is made to handle the text output from the object, txo, continue records which contain a comment’s text record.

Attributes

objID[RW]
text[RW]

Public Class Methods

new() click to toggle source
# File lib/spreadsheet/noteObject.rb, line 12
def initialize
  @objID  = -1
  @text   = ""
end