Klasse LatexDoc
java.lang.Object
de.srsoftware.document.processor.FileProcessor
de.srsoftware.document.processor.latex.LatexDoc
- Alle implementierten Schnittstellen:
de.srsoftware.document.api.Document
abstract class for renderers using lualatex
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprovides the command used by the render processid()mimeType()name()software()Provides the name of the software used with the processor instanceprotected abstract de.srsoftware.document.api.Documentsource()the source file documenttimeout()the default timeout for the render processVon Klasse geerbte Methoden de.srsoftware.document.processor.FileProcessor
precursors, render, toString
-
Konstruktordetails
-
LatexDoc
public LatexDoc()create a new instance
-
-
Methodendetails
-
command
Beschreibung aus Klasse kopiert:FileProcessorprovides the command used by the render process- Angegeben von:
commandin KlasseFileProcessor- Parameter:
data- context for the command creation- Gibt zurück:
- a list of strings composing the render command
-
description
-
id
-
mimeType
-
name
-
software
Beschreibung aus Klasse kopiert:FileProcessorProvides the name of the software used with the processor instance- Angegeben von:
softwarein KlasseFileProcessor- Gibt zurück:
- a software string
-
source
protected abstract de.srsoftware.document.api.Document source()the source file document- Gibt zurück:
- the document containing latex source code
-
timeout
Beschreibung aus Klasse kopiert:FileProcessorthe default timeout for the render process- Setzt außer Kraft:
timeoutin KlasseFileProcessor- Gibt zurück:
- a duration of 10 seconds
-