LaTeXRepairerOptions
Inheritance: java.lang.Object
public class LaTeXRepairerOptions
The class to provide options to the LaTeX Repairer.
Constructors
Constructor | Description |
---|---|
LaTeXRepairerOptions() | Creates a new instance. |
Methods
Method | Description |
---|---|
getInputWorkingDirectory() | Gets input working directory. |
setInputWorkingDirectory(IInputWorkingDirectory value) | Sets input working directory. |
getOutputWorkingDirectory() | Gets output working directory. |
setOutputWorkingDirectory(IOutputWorkingDirectory value) | Sets output working directory. |
getRequiredInputDirectory() | Gets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. |
setRequiredInputDirectory(IInputWorkingDirectory value) | Sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. |
getGuessPackageCallback() | Gets the callback to externally guess a required package by command name. |
setGuessPackageCallback(IGuessPackageCallback value) | Sets the callback to externally guess a required package by command name. |
LaTeXRepairerOptions()
public LaTeXRepairerOptions()
Creates a new instance.
getInputWorkingDirectory()
public IInputWorkingDirectory getInputWorkingDirectory()
Gets input working directory.
Returns: IInputWorkingDirectory - The input working directory.
setInputWorkingDirectory(IInputWorkingDirectory value)
public void setInputWorkingDirectory(IInputWorkingDirectory value)
Sets input working directory.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IInputWorkingDirectory | The input working directory. |
getOutputWorkingDirectory()
public IOutputWorkingDirectory getOutputWorkingDirectory()
Gets output working directory.
Returns: IOutputWorkingDirectory - The output working directory.
setOutputWorkingDirectory(IOutputWorkingDirectory value)
public void setOutputWorkingDirectory(IOutputWorkingDirectory value)
Sets output working directory.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IOutputWorkingDirectory | The output working directory. |
getRequiredInputDirectory()
public IInputWorkingDirectory getRequiredInputDirectory()
Gets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support.
Returns: IInputWorkingDirectory - The directory for the required input.
setRequiredInputDirectory(IInputWorkingDirectory value)
public void setRequiredInputDirectory(IInputWorkingDirectory value)
Sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IInputWorkingDirectory | The directory for the required input. |
getGuessPackageCallback()
public IGuessPackageCallback getGuessPackageCallback()
Gets the callback to externally guess a required package by command name.
Returns: IGuessPackageCallback - The callback to externally guess a required package by command name.
setGuessPackageCallback(IGuessPackageCallback value)
public void setGuessPackageCallback(IGuessPackageCallback value)
Sets the callback to externally guess a required package by command name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IGuessPackageCallback | The callback to externally guess a required package by command name. |