public class NotebookTemplate
extends java.lang.Object
implements org.processmining.framework.util.HTMLToString
Constructor and Description |
---|
NotebookTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
exportToDocument(org.w3c.dom.Document document)
Exports the notebook template to the given XML document.
|
java.util.List<CellTemplate> |
getCellTemplates() |
void |
importFromDocument(org.w3c.dom.Document document)
Imports the notebook template from the given XML document.
|
void |
setCellTemplates(java.util.List<CellTemplate> cellTemplates) |
java.lang.String |
toHTMLString(boolean includeHTMLTags)
Visualizes the notebook template as HTML.
|
public java.util.List<CellTemplate> getCellTemplates()
public void setCellTemplates(java.util.List<CellTemplate> cellTemplates)
public java.lang.String toHTMLString(boolean includeHTMLTags)
toHTMLString
in interface org.processmining.framework.util.HTMLToString
public void exportToDocument(org.w3c.dom.Document document)
document
- The given XML document.public void importFromDocument(org.w3c.dom.Document document)
document
- The given XML document.