|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.DocumentHandle
com.extentech.ExtenDOC.DocHandle
com.extentech.ExtenXLS.web.MemeDocument
com.extentech.ExtenXLS.web.MemeDoc
public class MemeDoc
this is a Word Doc specific MemeDocument
| Field Summary |
|---|
| Fields inherited from class com.extentech.ExtenXLS.web.MemeDocument |
|---|
ACCESS_STATUS_PRIVATE, ACCESS_STATUS_PUBLIC, ACCESS_STATUS_SHARED |
| Fields inherited from interface com.extentech.ExtenXLS.Document |
|---|
ALLOWDUPES, DEBUG_HIGH, DEBUG_LOW, DEBUG_MEDIUM, SHAREDUPES, STRING_ENCODING_AUTO, STRING_ENCODING_COMPRESSED, STRING_ENCODING_UNICODE |
| Constructor Summary | |
|---|---|
MemeDoc()
May 19, 2010 |
|
MemeDoc(Connection conn,
File tempfile)
May 19, 2010 |
|
MemeDoc(Connection conn,
int intValue,
boolean storeBookAsFile,
boolean storeAsXML)
May 20, 2010 |
|
MemeDoc(String tmpFilePath)
May 20, 2010 |
|
| Method Summary | |
|---|---|
String |
getAllText()
a simple testing method which returns all of the Document text as a String |
com.extentech.ExtenDOC.TextRangeHandle[] |
getTextRangeHandle()
|
void |
write(OutputStream out)
Saves the WorkBookHandle to this opened OutputStream If original file is Excel2007 Format, the template will be written in Excel 2007 (XLSX) Format. |
void |
write(String fname)
Saves this WorkBookHandle to filename and path fname if the filename ends with ".xlsx" or ".xlsm", the template will be written in Excel 2007 (XLSX) Format. |
void |
write(String fname,
boolean Excel2007Format)
saves this WorkBookHandle to filename and path fname if Excel2007 Format, the template will be written in Excel 2007 (XLSX) Format. |
StringBuffer |
writeBytes(OutputStream bbout)
|
| Methods inherited from class com.extentech.ExtenDOC.DocHandle |
|---|
addProperty, close, finalize, getBytes, getChart, getCharts, getFactory, getFormatHandles, getFormats, getName, getPage, getParagraphs, getProperties, getProperty, getTextRangeHandles, getVersion, getWorkingDirectory, getXHTML, reset, searchAndReplace, setDebugLevel, setDupeStringMode, setFileName, setName, setProperties, setProtected, setStringEncodingMode, setXHTML, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemeDoc()
conn - tempfile -
public MemeDoc(Connection conn,
File tempfile)
conn - tempfile -
public MemeDoc(Connection conn,
int intValue,
boolean storeBookAsFile,
boolean storeAsXML)
conn - intValue - storeBookAsFile - storeAsXML - public MemeDoc(String tmpFilePath)
tmpFilePath - | Method Detail |
|---|
public void write(OutputStream out)
com.extentech.ExtenDOC.DocHandle
write in class com.extentech.ExtenDOC.DocHandleout - DocHandle.write(java.io.OutputStream)
public void write(String fname,
boolean Excel2007Format)
com.extentech.ExtenDOC.DocHandle
write in class com.extentech.ExtenDOC.DocHandlefname - Excel2007Format - DocHandle.write(java.lang.String, boolean)public void write(String fname)
com.extentech.ExtenDOC.DocHandle
write in class com.extentech.ExtenDOC.DocHandlefname - DocHandle.write(java.lang.String)public StringBuffer writeBytes(OutputStream bbout)
writeBytes in interface DocumentwriteBytes in class MemeDocumentbbout -
DocHandle.writeBytes(java.io.OutputStream)public String getAllText()
com.extentech.ExtenDOC.DocHandle
getAllText in class com.extentech.ExtenDOC.DocHandleDocHandle.getAllText()public com.extentech.ExtenDOC.TextRangeHandle[] getTextRangeHandle()
com.extentech.ExtenDOC.DocHandle#getTextRangeHandle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||