public class ImpressDocument extends Document
| Constructor and Description |
|---|
ImpressDocument() |
ImpressDocument(String name)
Create a ImpressDocument.
|
ImpressDocument(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 ImpressDocument()
public ImpressDocument(String name)
name - The name without the extencion ".sxi".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.