Export
Interfaces, Classes, Traits and Enums
- SongHtmlExporterInterface
- Transforms song lyrics to HTML.
- SongPdfExporterInterface
- Transforms song into printable PDF document.
- SongXmlExporterInterface
- Saves a song as a Song 1.0 XML document.
- VisitorInterface
- Visitor pattern for song objects.
- HtmlExportVisitor
- Transforms a song into HTML code.
- PdfExportOptions
- PDF export settings.
- PdfExportVisitor
- Creates HTML code for conversion to PDF.
- SongHtmlExporter
- Transforms song lyrics to HTML.
- SongPdfExporter
- Transforms song into printable PDF document.
- SongXmlExporter
- Saves a song as a Song 1.0 XML document.
- XmlExportVisitor
- Saves a song as a Song 1.0 XML document.