Uses of Class
org.apache.poi.hssf.record.TextObjectRecord

Packages that use TextObjectRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of TextObjectRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return TextObjectRecord
 TextObjectRecord TextboxShape.getTextObjectRecord()
           
 

Uses of TextObjectRecord in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return TextObjectRecord
protected  TextObjectRecord HSSFComment.getTextObjectRecord()
          Returns the underlying Text record
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type TextObjectRecord
HSSFComment(NoteRecord note, TextObjectRecord txo)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.