public class CalcDocument extends Document
| Constructor and Description | 
|---|
| CalcDocument() | 
| CalcDocument(String name)Create a ImpressDocument. | 
| CalcDocument(String path,
            String name)Create a ImpressDocument. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | generateFile()Generate a PDF file with the contents of the Body object defined. | 
| String | getTitle()Gets the document's title. | 
| void | setTitle(String title)Sets the document's title. | 
public CalcDocument()
public CalcDocument(String name)
name - The name without the extencion ".sxc".public void setTitle(String title)
title - The document's title on the filesystem.public String getTitle()
public void generateFile()
                  throws IOException
IOExceptionCopyright © 2015. All rights reserved.