Skip navigation links
A B C D E F G H I J L M N O P R S T V W X 

A

addBookmark(String, Point2D) - Method in interface com.aspose.tex.rendering.IInteractiveDevice
Adds the bookmark identified by the name.
addBookmark(String, Point2D) - Method in class com.aspose.tex.rendering.PdfDevice
Adds the bookmark identified by the name.
addBookmark(String, Point2D) - Method in class com.aspose.tex.rendering.SvgDevice
Adds the bookmark identified by the name.
addBookmark(String, Point2D) - Method in class com.aspose.tex.rendering.XpsDevice
Adds the bookmark identified by the name.
addHyperlink(Rectangle2D, ColoredStroke, String) - Method in class com.aspose.tex.rendering.Device
Sets the hyperlink with a URI as its target.
addHyperlink(Rectangle2D, ColoredStroke, String) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the hyperlink with a URI as its target.
addHyperlink(Rectangle2D, ColoredStroke, String) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the hyperlink with a URI as its target.
addHyperlink(Rectangle2D, ColoredStroke, String) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the hyperlink with a URI as its target.
addHyperlink(Rectangle2D, ColoredStroke, String) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the hyperlink with a URI as its target.
available() - Method in class com.aspose.tex.NondisposableInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class com.aspose.tex.TeXInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.

B

BmpSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to bitmap image.
BmpSaveOptions() - Constructor for class com.aspose.tex.rendering.BmpSaveOptions
Creates new instance of options.

C

close() - Method in class com.aspose.tex.FormatProvider
Disposes the instance.
close() - Method in interface com.aspose.tex.IInputWorkingDirectory
Disposes the directory.
close() - Method in class com.aspose.tex.InputFileSystemDirectory
Disposes the instance.
close() - Method in class com.aspose.tex.InputZipDirectory
Disposes the instance.
close() - Method in class com.aspose.tex.NondisposableInputStream
Sets the position of the underlying byte array stream to the beginning.
close() - Method in class com.aspose.tex.NondisposableOutputStream
Sets the position of the underlying byte array stream to the beginning.
close() - Method in class com.aspose.tex.OutputFileSystemDirectory
Disposes the instance.
close() - Method in class com.aspose.tex.OutputZipDirectory
Disposes the instance.
close() - Method in class com.aspose.tex.TeXInputStream
Sets the position of the underlying byte array stream to the beginning.
ColoredStroke - Class in com.aspose.tex.rendering
Represents the colored stroke.
ColoredStroke(Color) - Constructor for class com.aspose.tex.rendering.ColoredStroke
Creates a new instance.
ColoredStroke(Color, float) - Constructor for class com.aspose.tex.rendering.ColoredStroke
Creates a new instance.
ColoredStroke(Color, float, int, int, int) - Constructor for class com.aspose.tex.rendering.ColoredStroke
Creates a new instance.
com.aspose.tex - package com.aspose.tex
The com.aspose.tex is a root package for all classes that deal with TeX files.
com.aspose.tex.rendering - package com.aspose.tex.rendering
The com.aspose.tex.rendering package provides classes of available devices and save options that can be used while converting TeX(LaTeX) to other formats.
consoleAppOptions(TeXConfig) - Static method in class com.aspose.tex.TeXOptions
Returns options for use in console application.
create() - Method in class com.aspose.tex.rendering.Device
Creates a copy of this device.
create() - Method in class com.aspose.tex.rendering.ImageDevice
Creates a copy of this device.
create() - Method in class com.aspose.tex.rendering.PdfDevice
Creates a copy of this device.
create() - Method in class com.aspose.tex.rendering.SvgDevice
Creates a copy of this device.
create() - Method in class com.aspose.tex.rendering.XpsDevice
Creates a copy of this device.
createFormat(String, TeXOptions) - Static method in class com.aspose.tex.TeXJob
Runs TeX engine in INITEX mode to create a format file (.fmt).
cropPage(int, Color, float) - Method in class com.aspose.tex.rendering.ImageDevice
 
cropPage(int, Color, float) - Method in class com.aspose.tex.rendering.SvgDevice
 

D

Device - Class in com.aspose.tex.rendering
Implements the interface for outputting text and graphic content to abstract device.
Device() - Constructor for class com.aspose.tex.rendering.Device
Creates a new instance.
Device(Device) - Constructor for class com.aspose.tex.rendering.Device
Clone constructor.
deviceWritesImages() - Method in class com.aspose.tex.rendering.ImageSaveOptions
Gets the flag that determines whether the image device will write output images.
deviceWritesImages(boolean) - Method in class com.aspose.tex.rendering.ImageSaveOptions
Sets the flag that determines whether the image device will write output images.
dispose() - Method in class com.aspose.tex.rendering.Device
Disposes the device.
dispose() - Method in class com.aspose.tex.rendering.ImageDevice
Disposes this device instance.
dispose() - Method in class com.aspose.tex.rendering.PdfDevice
Disposes the device.
dispose() - Method in class com.aspose.tex.rendering.SvgDevice
Disposes this device instance.
dispose() - Method in class com.aspose.tex.rendering.XpsDevice
Disposes the device.
drawPath(Shape) - Method in class com.aspose.tex.rendering.Device
Draws a path.
drawPath(Shape) - Method in class com.aspose.tex.rendering.ImageDevice
Draws a path.
drawPath(Shape) - Method in class com.aspose.tex.rendering.PdfDevice
Draws a path.
drawPath(Shape) - Method in class com.aspose.tex.rendering.SvgDevice
Draws a path.
drawPath(Shape) - Method in class com.aspose.tex.rendering.XpsDevice
Draws a path.
drawString(String, float, float, List<GlyphData>) - Method in class com.aspose.tex.rendering.Device
Draws a text string.
drawString(String, float, float, List<GlyphData>) - Method in class com.aspose.tex.rendering.ImageDevice
Draws a text string.
drawString(String, float, float, List<GlyphData>) - Method in class com.aspose.tex.rendering.PdfDevice
Draws a text string.
drawString(String, float, float, List<GlyphData>) - Method in class com.aspose.tex.rendering.SvgDevice
Draws a text string.
drawString(String, float, float, List<GlyphData>) - Method in class com.aspose.tex.rendering.XpsDevice
Draws a text string.

E

endDocument() - Method in class com.aspose.tex.rendering.Device
Finalizes the whole document.
endDocument() - Method in class com.aspose.tex.rendering.ImageDevice
Finalizes the whole document.
endDocument() - Method in class com.aspose.tex.rendering.PdfDevice
Finalizes the whole document.
endDocument() - Method in class com.aspose.tex.rendering.SvgDevice
Finalizes the whole document.
endDocument() - Method in class com.aspose.tex.rendering.XpsDevice
Finalizes the whole document.
endFragment() - Method in interface com.aspose.tex.rendering.IFragmentRasterizer
Ends a fragment to rasterize.
endFragment() - Method in class com.aspose.tex.rendering.PdfDevice
Ends a fragment to rasterize.
endFragment() - Method in class com.aspose.tex.rendering.SvgDevice
Ends a fragment to rasterize.
endFragment() - Method in class com.aspose.tex.rendering.XpsDevice
Ends a fragment to rasterize.
endPage() - Method in class com.aspose.tex.rendering.Device
Finalizes a page.
endPage() - Method in class com.aspose.tex.rendering.ImageDevice
Finalizes a page.
endPage() - Method in class com.aspose.tex.rendering.PdfDevice
Finalizes a page.
endPage() - Method in class com.aspose.tex.rendering.SvgDevice
Finalizes a page.
endPage() - Method in class com.aspose.tex.rendering.XpsDevice
Finalizes a page.

F

fillPath(Shape) - Method in class com.aspose.tex.rendering.Device
Fills a path.
fillPath(Shape) - Method in class com.aspose.tex.rendering.ImageDevice
Fills a path.
fillPath(Shape) - Method in class com.aspose.tex.rendering.PdfDevice
Fills a path.
fillPath(Shape) - Method in class com.aspose.tex.rendering.SvgDevice
Fills a path.
fillPath(Shape) - Method in class com.aspose.tex.rendering.XpsDevice
Fills a path.
finish() - Method in class com.aspose.tex.OutputZipDirectory
Finalizes ZIP archive.
Float() - Constructor for class com.aspose.tex.Size2D.Float
Creates the Size2D instance.
Float(float, float) - Constructor for class com.aspose.tex.Size2D.Float
Creates the Size2D instance.
flush() - Method in class com.aspose.tex.NondisposableOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
FormatProvider - Class in com.aspose.tex
Class providing TeX format.
FormatProvider(IInputWorkingDirectory, String) - Constructor for class com.aspose.tex.FormatProvider
Creates a new instance.

G

getAdvanceWidth() - Method in class com.aspose.tex.rendering.GlyphData
Gets glyph width taking into account kerns.
getBackgroundColor() - Method in class com.aspose.tex.MathRendererOptions
Gets the background color.
getByteArray() - Method in class com.aspose.tex.NondisposableOutputStream
Returns the stream content as a byte array.
getColor() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the color.
getConsumptionCredit() - Static method in class com.aspose.tex.Metered
Gets consumption credit
getConsumptionQuantity() - Static method in class com.aspose.tex.Metered
Gets consumption file size
getDashCap() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the dash cap.
getDashOffset() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the dash offset (phase).
getDashPattern() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the dash pattern.
getDateTime() - Method in class com.aspose.tex.TeXOptions
Gets a certain value for date/time primitives like \year, \month, \day and \time.
getDestinationName() - Method in class com.aspose.tex.rendering.Device
Gets destination name: output file name or device description.
getDestinationName() - Method in class com.aspose.tex.rendering.ImageDevice
Gets destination name: output file name or device description.
getDestinationName() - Method in class com.aspose.tex.rendering.PdfDevice
Gets destination name: output file name or device description.
getDestinationName() - Method in class com.aspose.tex.rendering.SvgDevice
Gets destination name: output file name or device description.
getDestinationName() - Method in class com.aspose.tex.rendering.XpsDevice
Gets destination name: output file name or device description.
getEncryptionAlgorithm() - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Returns the encryption mode.
getEncryptionDetails() - Method in class com.aspose.tex.rendering.PdfSaveOptions
Gets or sets a encryption details.
getEndCap() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the line end cap.
getErrorReport() - Method in class com.aspose.tex.MathRendererOptions
Gets the error report.
getFile(String, String[], boolean) - Method in interface com.aspose.tex.IInputWorkingDirectory
Returns the stream to read from.
getFile(String, String[], boolean) - Method in class com.aspose.tex.InputFileSystemDirectory
Returns the stream to read from.
getFile(String, String[], boolean) - Method in class com.aspose.tex.InputZipDirectory
Returns the stream to read from.
getFile(String, String[], boolean) - Method in class com.aspose.tex.OutputZipDirectory
Returns the stream to read from.
getFileName() - Method in interface com.aspose.tex.IFileTerminal
Gets the file name.
getFileName() - Method in class com.aspose.tex.OutputFileTerminal
Gets the file name.
getFill() - Method in class com.aspose.tex.rendering.Device
Gets the current fill color.
getFill() - Method in class com.aspose.tex.rendering.ImageDevice
Gets the current fill color.
getFill() - Method in class com.aspose.tex.rendering.PdfDevice
Gets the current fill color.
getFill() - Method in class com.aspose.tex.rendering.SvgDevice
Gets the current fill color.
getFill() - Method in class com.aspose.tex.rendering.XpsDevice
Gets the current fill color.
getFillOpacity() - Method in class com.aspose.tex.rendering.Device
Gets the current fill opacity.
getFillOpacity() - Method in class com.aspose.tex.rendering.ImageDevice
Gets the current fill opacity.
getFillOpacity() - Method in class com.aspose.tex.rendering.PdfDevice
Gets the current fill opacity.
getFillOpacity() - Method in class com.aspose.tex.rendering.SvgDevice
Gets the current fill opacity.
getFillOpacity() - Method in class com.aspose.tex.rendering.XpsDevice
Gets the current fill opacity.
getHeight() - Method in class com.aspose.tex.Size2D.Float
getImageCompression() - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies compression type to be used for all images in the document.
getInputStream() - Method in class com.aspose.tex.OutputMemoryTerminal
Returns input stream to read the data that was written.
getInputWorkingDirectory() - Method in class com.aspose.tex.TeXOptions
Gets input working directory.
getInteraction() - Method in class com.aspose.tex.TeXOptions
Gets the interaction mode to run a TeX engine in.
getInterpolationMode() - Method in class com.aspose.tex.rendering.ImageSaveOptions
Gets the interpolation mode.
getJobName() - Method in class com.aspose.tex.TeXOptions
Gets the name of the job.
getJpegQualityLevel() - Method in class com.aspose.tex.rendering.PdfSaveOptions
The Quality category specifies the level of compression for an image.
getLineJoin() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the line join.
getLineWidth() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the line width.
getLogStream() - Method in class com.aspose.tex.MathRendererOptions
Gets the stream to write log output to.
getMiterLimit() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the miter limit.
getNaturalWidth() - Method in class com.aspose.tex.rendering.GlyphData
Gets glyph width defined by font.
getOutlineTreeExpansionLevel() - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies up to what level the document outline should be expanded when the PDF file is viewed. 1 - only the first level outline items are shown, 2 - only the first and second level outline items are shown, and so on.
getOutlineTreeHeight() - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies the height of the document outline tree to save. 0 - the outline tree will not be converted, 1 - only the first level outline items will be converted, ans so on.
getOutputFile(String, String[]) - Method in interface com.aspose.tex.IOutputWorkingDirectory
Returns the stream to write to.
getOutputFile(String, String[]) - Method in class com.aspose.tex.OutputFileSystemDirectory
Returns the stream to write to.
getOutputFile(String, String[]) - Method in class com.aspose.tex.OutputZipDirectory
Returns the stream to write to.
getOutputWorkingDirectory() - Method in class com.aspose.tex.TeXOptions
Gets output working directory.
getOwnerPassword() - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Returns the owner password.
getPageCount() - Method in class com.aspose.tex.rendering.Device
Gets the number of pages.
getPageCount() - Method in class com.aspose.tex.rendering.ImageDevice
Gets the number of pages.
getPageCount() - Method in class com.aspose.tex.rendering.PdfDevice
Gets the number of pages.
getPageCount() - Method in class com.aspose.tex.rendering.SvgDevice
Gets the number of pages.
getPageCount() - Method in class com.aspose.tex.rendering.XpsDevice
Gets the number of pages.
getPageNumbers() - Method in class com.aspose.tex.rendering.ImageSaveOptions
Gets the array of numbers of pages to render.
getPermissions() - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Returns the permissions.
getPreamble() - Method in class com.aspose.tex.MathRendererOptions
Gets LaTeX document preamble.
getReader() - Method in interface com.aspose.tex.IInputTerminal
Gets the reader for the input terminal.
getReader() - Method in class com.aspose.tex.InputConsoleTerminal
Gets the console as a terminal input source.
getRequiredInputDirectory() - Method in class com.aspose.tex.TeXOptions
Gets the directory for the required input, e.g., packages that are beyond Aspose.TeX's LaTeX support.
getResolution() - Method in class com.aspose.tex.PngMathRendererOptions
Gets image resolution.
getResolution() - Method in class com.aspose.tex.rendering.ImageSaveOptions
Gets the image resolution.
getResult() - Method in class com.aspose.tex.rendering.ImageDevice
Returns the resulting images byte arrays.
getSaveOptions() - Method in class com.aspose.tex.TeXOptions
Gets options used for rendering into destination format (XPS, PDF, image, etc.).
getScale() - Method in class com.aspose.tex.MathRendererOptions
Gets the scale. 1000 means 100%, 1200 means 120%, etc.
getSmoothingMode() - Method in class com.aspose.tex.rendering.ImageSaveOptions
Gets the smoothing mode.
getStartCap() - Method in class com.aspose.tex.rendering.ColoredStroke
Gets the line start cap.
getStream() - Method in interface com.aspose.tex.IInputTerminal
Gets the underlying stream.
getStream() - Method in class com.aspose.tex.InputConsoleTerminal
Gets the underlying stream.
getStream() - Method in interface com.aspose.tex.IOutputTerminal
Gets the underlying stream.
getStream() - Method in class com.aspose.tex.OutputConsoleTerminal
Gets System.out.
getStream() - Method in class com.aspose.tex.OutputFileTerminal
Gets the underlying stream.
getStream() - Method in class com.aspose.tex.OutputMemoryTerminal
Gets the memory stream.
getStroke() - Method in class com.aspose.tex.rendering.Device
Gets the current stroke.
getStroke() - Method in class com.aspose.tex.rendering.ImageDevice
Gets the current stroke.
getStroke() - Method in class com.aspose.tex.rendering.PdfDevice
Gets the current stroke.
getStroke() - Method in class com.aspose.tex.rendering.SvgDevice
Gets the current stroke.
getStroke() - Method in class com.aspose.tex.rendering.XpsDevice
Gets the current stroke.
getStrokeOpacity() - Method in class com.aspose.tex.rendering.Device
Gets the current stroke opacity.
getStrokeOpacity() - Method in class com.aspose.tex.rendering.ImageDevice
Gets the current stroke opacity.
getStrokeOpacity() - Method in class com.aspose.tex.rendering.PdfDevice
Gets the current stroke opacity.
getStrokeOpacity() - Method in class com.aspose.tex.rendering.SvgDevice
Gets the current stroke opacity.
getStrokeOpacity() - Method in class com.aspose.tex.rendering.XpsDevice
Gets the current stroke opacity.
getTerminalIn() - Method in class com.aspose.tex.TeXOptions
Gets the input terminal reader.
getTerminalOut() - Method in class com.aspose.tex.TeXOptions
Gets the output terminal writer.
getTextColor() - Method in class com.aspose.tex.MathRendererOptions
Gets the formula text color.
getTextCompression() - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies at which level in the document outline to display ApsBookmark objects. 0 - not displayed. 1 at first level and so on.
getUOffset() - Method in class com.aspose.tex.rendering.GlyphData
Gets horizontal offset.
getUserPassword() - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Returns the user password.
getVOffset() - Method in class com.aspose.tex.rendering.GlyphData
Gets vertical offset.
getWidth() - Method in class com.aspose.tex.Size2D.Float
getWriter() - Method in interface com.aspose.tex.IOutputTerminal
Gets the writer for the output terminal.
getWriter() - Method in class com.aspose.tex.OutputConsoleTerminal
Gets the console as a terminal output destination.
getWriter() - Method in class com.aspose.tex.OutputFileTerminal
Gets the writer for the output terminal.
getWriter() - Method in class com.aspose.tex.OutputMemoryTerminal
Gets the writer for the output terminal.
GlyphData - Class in com.aspose.tex.rendering
Container class for glyph data required for precise typesetting of a text string.
GlyphData() - Constructor for class com.aspose.tex.rendering.GlyphData
Creates new instance.

H

height - Variable in class com.aspose.tex.Size2D.Float
The height of this Size2D.

I

IFileTerminal - Interface in com.aspose.tex
Interface of terminals which actually are files.
IFragmentRasterizer - Interface in com.aspose.tex.rendering
Interface that allows to rasterize TeX fragments.
ignoreMissingPackages() - Method in class com.aspose.tex.TeXOptions
Gets the flag that instructs the engine whether to halt on missing package read attempt or ignore it.
ignoreMissingPackages(boolean) - Method in class com.aspose.tex.TeXOptions
Sets the flag that instructs the engine whether to halt on missing package read attempt or ignore it.
IInputTerminal - Interface in com.aspose.tex
Interface for abstract input terminal.
IInputWorkingDirectory - Interface in com.aspose.tex
Interface of generalized input working directory.
IInteractiveDevice - Interface in com.aspose.tex.rendering
The interface defining interactive features processing methods.
ImageDevice - Class in com.aspose.tex.rendering
Implements the interface for outputting text and graphic content to image(s).
ImageDevice() - Constructor for class com.aspose.tex.rendering.ImageDevice
Creates new instance.
ImageDevice(boolean) - Constructor for class com.aspose.tex.rendering.ImageDevice
Creates new instance.
ImageDevice(ImageDevice) - Constructor for class com.aspose.tex.rendering.ImageDevice
Clone constructor.
ImageSaveOptions - Class in com.aspose.tex.rendering
Basic class for XPS-as-image saving options.
ImageSaveOptions() - Constructor for class com.aspose.tex.rendering.ImageSaveOptions
Creates new instance of options
init() - Method in class com.aspose.tex.rendering.Device
Initializes device.
init() - Method in class com.aspose.tex.rendering.ImageDevice
Initializes device.
init() - Method in class com.aspose.tex.rendering.PdfDevice
Initializes device.
init() - Method in class com.aspose.tex.rendering.SvgDevice
Initializes device.
init() - Method in class com.aspose.tex.rendering.XpsDevice
Initializes device.
InputConsoleTerminal - Class in com.aspose.tex
Provides the console as a terminal input source.
InputConsoleTerminal() - Constructor for class com.aspose.tex.InputConsoleTerminal
 
InputFileSystemDirectory - Class in com.aspose.tex
Implements the regular file system's method for getting a file stream to read from.
InputFileSystemDirectory(String) - Constructor for class com.aspose.tex.InputFileSystemDirectory
Creates new instance.
InputZipDirectory - Class in com.aspose.tex
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
InputZipDirectory(InputStream, String) - Constructor for class com.aspose.tex.InputZipDirectory
Creates new instance.
Interaction - Enum in com.aspose.tex
Represents increasing amounts of user interaction.
InterpolationMode - Enum in com.aspose.tex.rendering
Specifies the algorithm that is used when images are scaled or rotated.
IOutputTerminal - Interface in com.aspose.tex
Interface for abstract output terminal.
IOutputWorkingDirectory - Interface in com.aspose.tex
Interface of generalized output working directory.
isReady() - Method in class com.aspose.tex.rendering.Device
Shows if device is ready for output.
isReady() - Method in class com.aspose.tex.rendering.ImageDevice
Shows if device is ready for output.
isReady() - Method in class com.aspose.tex.rendering.PdfDevice
Shows if device is ready for output.
isReady() - Method in class com.aspose.tex.rendering.SvgDevice
Shows if device is ready for output.
isReady() - Method in class com.aspose.tex.rendering.XpsDevice
Shows if device is ready for output.

J

JpegSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to JPEG image.
JpegSaveOptions() - Constructor for class com.aspose.tex.rendering.JpegSaveOptions
Creates new instance of options.

L

License - Class in com.aspose.tex
Provides methods to license the component.
License() - Constructor for class com.aspose.tex.License
Initializes a new instance of this class.

M

mark(int) - Method in class com.aspose.tex.NondisposableInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.aspose.tex.TeXInputStream
Marks the current position in this input stream.
markSupported() - Method in class com.aspose.tex.NondisposableInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.aspose.tex.TeXInputStream
Tests if this input stream supports the mark and reset methods.
MathRenderer - Class in com.aspose.tex
Implements rendering of math formula.
MathRenderer() - Constructor for class com.aspose.tex.MathRenderer
Creates a new instance.
MathRendererOptions - Class in com.aspose.tex
Math formula common rendering options.
MathRendererOptions() - Constructor for class com.aspose.tex.MathRendererOptions
Creates a new instance.
Metered - Class in com.aspose.tex
Provides methods to set metered key.
Metered() - Constructor for class com.aspose.tex.Metered
Initializes a new instance of this class.

N

noLigatures() - Method in class com.aspose.tex.TeXOptions
Gets the flag that cancels ligatures in all fonts.
noLigatures(boolean) - Method in class com.aspose.tex.TeXOptions
Sets the flag that cancels ligatures in all fonts.
NondisposableInputStream - Class in com.aspose.tex
The class that encapsulates a stream that cannot be closed by calling the InputStream.close() method.
NondisposableInputStream() - Constructor for class com.aspose.tex.NondisposableInputStream
Creates a new instance.
NondisposableInputStream(InputStream) - Constructor for class com.aspose.tex.NondisposableInputStream
Creates a new instance using an input stream.
NondisposableOutputStream - Class in com.aspose.tex
The class that encapsulates a stream that cannot be closed by calling the OutputStream.close() method.
NondisposableOutputStream() - Constructor for class com.aspose.tex.NondisposableOutputStream
Creates a new instance.

O

objectIniTeX() - Static method in class com.aspose.tex.TeXConfig
Gets the configuration of Object TeX engine extension with no format preloaded, i.e. in INITEX mode.
objectLaTeX() - Static method in class com.aspose.tex.FormatProvider
Object LaTeX format provider for ObjectTeX engine extension.
objectLaTeX() - Static method in class com.aspose.tex.TeXConfig
Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
objectTeX() - Static method in class com.aspose.tex.FormatProvider
Default format provider for ObjectTeX engine extension.
objectTeX() - Static method in class com.aspose.tex.TeXConfig
Gets the configuration of Object TeX engine extension with default Object TeX format (which is essentially plain TeX) preloaded.
objectTeX(FormatProvider) - Static method in class com.aspose.tex.TeXConfig
Gets the configuration of Object TeX engine extension with provided format preloaded.
ObjectTeX - Static variable in class com.aspose.tex.TeXExtension
ObjectTeX extensions.
OutputConsoleTerminal - Class in com.aspose.tex
Provides the console as a terminal output destination.
OutputConsoleTerminal() - Constructor for class com.aspose.tex.OutputConsoleTerminal
 
OutputFileSystemDirectory - Class in com.aspose.tex
Implements the regular file system's method for getting a file stream to write to.
OutputFileSystemDirectory(String) - Constructor for class com.aspose.tex.OutputFileSystemDirectory
Creates new instance.
OutputFileTerminal - Class in com.aspose.tex
Implements a terminal whose output is to be written to a file in some working directory.
OutputFileTerminal(IOutputWorkingDirectory) - Constructor for class com.aspose.tex.OutputFileTerminal
Creates new instance.
OutputMemoryTerminal - Class in com.aspose.tex
Provides a memory stream as a terminal output destination.
OutputMemoryTerminal() - Constructor for class com.aspose.tex.OutputMemoryTerminal
 
OutputZipDirectory - Class in com.aspose.tex
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
OutputZipDirectory(OutputStream) - Constructor for class com.aspose.tex.OutputZipDirectory
Creates new instance.

P

PdfDevice - Class in com.aspose.tex.rendering
Implements the interface for outputting text and graphic content to PDF document.
PdfDevice() - Constructor for class com.aspose.tex.rendering.PdfDevice
Creates new instance.
PdfDevice(OutputStream) - Constructor for class com.aspose.tex.rendering.PdfDevice
Creates new instance.
PdfDevice(PdfDevice) - Constructor for class com.aspose.tex.rendering.PdfDevice
Clone constructor.
PdfEncryptionAlgorithm - Enum in com.aspose.tex.rendering
Encryption mode enumeration.
PdfEncryptionDetails - Class in com.aspose.tex.rendering
Contains details for a pdf encryption.
PdfEncryptionDetails(String, String, int, PdfEncryptionAlgorithm) - Constructor for class com.aspose.tex.rendering.PdfEncryptionDetails
Initializes a new instance of the PdfEncryptionDetailsCore class.
PdfImageCompression - Enum in com.aspose.tex.rendering
Specifies the type of compression applied to images in the PDF file.
PdfSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to PDF.
PdfSaveOptions() - Constructor for class com.aspose.tex.rendering.PdfSaveOptions
Creates new instance of options.
PdfTextCompression - Enum in com.aspose.tex.rendering
Specifies a type of compression applied to all contents in the PDF file except images.
PngMathRenderer - Class in com.aspose.tex
Implements rendering of math formula to PNG.
PngMathRenderer() - Constructor for class com.aspose.tex.PngMathRenderer
 
PngMathRendererOptions - Class in com.aspose.tex
Math formula PNG rendering options.
PngMathRendererOptions() - Constructor for class com.aspose.tex.PngMathRendererOptions
 
PngSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to PNG image.
PngSaveOptions() - Constructor for class com.aspose.tex.rendering.PngSaveOptions
Creates new instance of options.

R

rasterizeFormulas() - Method in class com.aspose.tex.rendering.SaveOptions
Gets the flag that allows to rasterize math formulas.
rasterizeFormulas(boolean) - Method in class com.aspose.tex.rendering.SaveOptions
Sets the flag that allows to rasterize math formulas.
rasterizeIncludedGraphics() - Method in class com.aspose.tex.rendering.SaveOptions
Gets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
rasterizeIncludedGraphics(boolean) - Method in class com.aspose.tex.rendering.SaveOptions
Sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
read() - Method in class com.aspose.tex.NondisposableInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.aspose.tex.NondisposableInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.aspose.tex.NondisposableInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.aspose.tex.TeXInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.aspose.tex.TeXInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.aspose.tex.TeXInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
render(String, OutputStream, MathRendererOptions, Size2D) - Method in class com.aspose.tex.MathRenderer
Renders a math formula.
repeat() - Method in class com.aspose.tex.TeXOptions
Gets the flag indicating whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s).
repeat(boolean) - Method in class com.aspose.tex.TeXOptions
Sets the flag indicating whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s).
reset() - Method in class com.aspose.tex.NondisposableInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.aspose.tex.TeXInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
restoreGraphicsState() - Method in class com.aspose.tex.rendering.Device
Rolls back to the graphics state previously saved.
run() - Method in class com.aspose.tex.TeXJob
Runs TeX job.

S

saveGraphicsState() - Method in class com.aspose.tex.rendering.Device
Saves the current graphics state.
SaveOptions - Class in com.aspose.tex.rendering
Basic class for document saving options.
setAdvanceWidth(float) - Method in class com.aspose.tex.rendering.GlyphData
Sets glyph width taking into account kerns.
setBackgroundColor(Color) - Method in class com.aspose.tex.MathRendererOptions
Sets the background color.
setClip(Shape) - Method in class com.aspose.tex.rendering.Device
Sets the current clip path.
setClip(Shape) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current clip path.
setClip(Shape) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current clip path.
setClip(Shape) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current clip path.
setClip(Shape) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current clip path.
setColor(Color) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the color.
setDashCap(int) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the dash cap.
setDashOffset(float) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the dash offset (phase).
setDashPattern(float[]) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the dash pattern.
setDateTime(Date) - Method in class com.aspose.tex.TeXOptions
Sets a certain value for date/time primitives like \year, \month, \day and \time.
setEncryptionAlgorithm(PdfEncryptionAlgorithm) - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Sets the encryption mode.
setEncryptionDetails(PdfEncryptionDetails) - Method in class com.aspose.tex.rendering.PdfSaveOptions
Gets or sets a encryption details.
setEndCap(int) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the line end cap.
setFileName(String) - Method in interface com.aspose.tex.IFileTerminal
Sets the file name.
setFileName(String) - Method in class com.aspose.tex.OutputFileTerminal
Sets the file name.
setFill(Color) - Method in class com.aspose.tex.rendering.Device
Sets the current fill color.
setFill(Color) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current fill color.
setFill(Color) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current fill color.
setFill(Color) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current fill color.
setFill(Color) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current fill color.
setFillOpacity(float) - Method in class com.aspose.tex.rendering.Device
Sets the current fill opacity.
setFillOpacity(float) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current fill opacity.
setFillOpacity(float) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current fill opacity.
setFillOpacity(float) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current fill opacity.
setFillOpacity(float) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current fill opacity.
setImageCompression(PdfImageCompression) - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies compression type to be used for all images in the document.
setInputWorkingDirectory(IInputWorkingDirectory) - Method in class com.aspose.tex.TeXOptions
Sets input working directory.
setInteraction(Interaction) - Method in class com.aspose.tex.TeXOptions
Sets the interaction mode to run a TeX engine in.
setInterpolationMode(InterpolationMode) - Method in class com.aspose.tex.rendering.ImageSaveOptions
Sets the interpolation mode.
setJobName(String) - Method in class com.aspose.tex.TeXOptions
Sets the name of the job.
setJpegQualityLevel(int) - Method in class com.aspose.tex.rendering.PdfSaveOptions
The Quality category specifies the level of compression for an image.
setLicense(String) - Method in class com.aspose.tex.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.tex.License
Licenses the component.
setLineJoin(int) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the line join.
setLineWidth(float) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the line width.
setLogStream(OutputStream) - Method in class com.aspose.tex.MathRendererOptions
Sets the stream to write log output to.
setMeteredKey(String, String) - Method in class com.aspose.tex.Metered
Sets metered public and private key
setMiterLimit(float) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the miter limit.
setNaturalWidth(float) - Method in class com.aspose.tex.rendering.GlyphData
Sets glyph width defined by font.
setOutlineTreeExpansionLevel(int) - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies up to what level the document outline should be expanded when the PDF file is viewed. 1 - only the first level outline items are shown, 2 - only the first and second level outline items are shown, and so on.
setOutlineTreeHeight(int) - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies the height of the document outline tree to save. 0 - the outline tree will not be converted, 1 - only the first level outline items will be converted, ans so on.
setOutputWorkingDirectory(IOutputWorkingDirectory) - Method in class com.aspose.tex.TeXOptions
Sets output working directory.
setOwnerPassword(String) - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Sets the owner password.
setPageNumbers(int[]) - Method in class com.aspose.tex.rendering.ImageSaveOptions
Sets the array of numbers of pages to render.
setPermissions(int) - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Sets the permissions.
setPreamble(String) - Method in class com.aspose.tex.MathRendererOptions
Sets LaTeX document preamble.
setRequiredInputDirectory(IInputWorkingDirectory) - Method in class com.aspose.tex.TeXOptions
Sets the directory for the required input, e.g., packages that are beyond Aspose.TeX's LaTeX support.
setResolution(int) - Method in class com.aspose.tex.PngMathRendererOptions
Sets image resolution.
setResolution(float) - Method in class com.aspose.tex.rendering.ImageSaveOptions
Sets the image resolution.
setSaveOptions(SaveOptions) - Method in class com.aspose.tex.TeXOptions
Sets options used for rendering into destination format (XPS, PDF, image, etc.).
setScale(int) - Method in class com.aspose.tex.MathRendererOptions
Sets the scale. 1000 means 100%, 1200 means 120%, etc.
setSize(float, float) - Method in class com.aspose.tex.Size2D.Float
Sets the dimensions of this Size2D to the specified float values.
setSize(double, double) - Method in class com.aspose.tex.Size2D.Float
setSmoothingMode(SmoothingMode) - Method in class com.aspose.tex.rendering.ImageSaveOptions
Sets the smoothing mode.
setStartCap(int) - Method in class com.aspose.tex.rendering.ColoredStroke
Sets the line start cap.
setStroke(ColoredStroke) - Method in class com.aspose.tex.rendering.Device
Sets the current stroke.
setStroke(ColoredStroke) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current stroke.
setStroke(ColoredStroke) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current stroke.
setStroke(ColoredStroke) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current stroke.
setStroke(ColoredStroke) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current stroke.
setStrokeOpacity(float) - Method in class com.aspose.tex.rendering.Device
Sets the current stroke opacity.
setStrokeOpacity(float) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current stroke opacity.
setStrokeOpacity(float) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current stroke opacity.
setStrokeOpacity(float) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current stroke opacity.
setStrokeOpacity(float) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current stroke opacity.
setTerminalIn(IInputTerminal) - Method in class com.aspose.tex.TeXOptions
Sets the input terminal reader.
setTerminalOut(IOutputTerminal) - Method in class com.aspose.tex.TeXOptions
Sets the output terminal writer.
setTextColor(Color) - Method in class com.aspose.tex.MathRendererOptions
Sets the formula text color.
setTextCompression(PdfTextCompression) - Method in class com.aspose.tex.rendering.PdfSaveOptions
Specifies at which level in the document outline to display ApsBookmark objects. 0 - not displayed. 1 at first level and so on.
setTransform(AffineTransform) - Method in class com.aspose.tex.rendering.Device
Sets the current coordinate space transformation.
setTransform(AffineTransform) - Method in class com.aspose.tex.rendering.ImageDevice
Sets the current coordinate space transformation.
setTransform(AffineTransform) - Method in class com.aspose.tex.rendering.PdfDevice
Sets the current coordinate space transformation.
setTransform(AffineTransform) - Method in class com.aspose.tex.rendering.SvgDevice
Sets the current coordinate space transformation.
setTransform(AffineTransform) - Method in class com.aspose.tex.rendering.XpsDevice
Sets the current coordinate space transformation.
setUOffset(float) - Method in class com.aspose.tex.rendering.GlyphData
Sets horizontal offset.
setUserPassword(String) - Method in class com.aspose.tex.rendering.PdfEncryptionDetails
Sets the user password.
setVOffset(float) - Method in class com.aspose.tex.rendering.GlyphData
Sets vertical offset.
showImage(Point2D, Dimension2D, byte[]) - Method in class com.aspose.tex.rendering.Device
Shows a raster image.
showImage(Point2D, Dimension2D, byte[]) - Method in class com.aspose.tex.rendering.ImageDevice
Shows a raster image.
showImage(Point2D, Dimension2D, byte[]) - Method in class com.aspose.tex.rendering.PdfDevice
Shows a raster image.
showImage(Point2D, Dimension2D, byte[]) - Method in class com.aspose.tex.rendering.SvgDevice
Shows a raster image.
showImage(Point2D, Dimension2D, byte[]) - Method in class com.aspose.tex.rendering.XpsDevice
Shows a raster image.
showTerminal() - Method in class com.aspose.tex.MathRendererOptions
Gets the flag that controls terminal output.
showTerminal(boolean) - Method in class com.aspose.tex.MathRendererOptions
Sets the flag that controls terminal output.
Size2D - Class in com.aspose.tex
The Size2D class describes dimensions (w x h).
Size2D() - Constructor for class com.aspose.tex.Size2D
 
Size2D.Float - Class in com.aspose.tex
The Float class defines dimensions specified in float coordinates.
skip(long) - Method in class com.aspose.tex.NondisposableInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.aspose.tex.TeXInputStream
Skips over and discards n bytes of data from this input stream.
SmoothingMode - Enum in com.aspose.tex.rendering
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
startDocument() - Method in class com.aspose.tex.rendering.Device
Starts the whole document.
startDocument() - Method in class com.aspose.tex.rendering.ImageDevice
Starts the whole document.
startDocument() - Method in class com.aspose.tex.rendering.PdfDevice
Starts the whole document.
startDocument() - Method in class com.aspose.tex.rendering.SvgDevice
Starts the whole document.
startDocument() - Method in class com.aspose.tex.rendering.XpsDevice
Starts the whole document.
startFragment() - Method in interface com.aspose.tex.rendering.IFragmentRasterizer
Starts a fragment to rasterize.
startFragment() - Method in class com.aspose.tex.rendering.PdfDevice
Starts a fragment to rasterize.
startFragment() - Method in class com.aspose.tex.rendering.SvgDevice
Starts a fragment to rasterize.
startFragment() - Method in class com.aspose.tex.rendering.XpsDevice
Starts a fragment to rasterize.
startPage(float, float) - Method in class com.aspose.tex.rendering.Device
Starts a new page.
startPage(float, float) - Method in class com.aspose.tex.rendering.ImageDevice
Starts a new page.
startPage(float, float) - Method in class com.aspose.tex.rendering.PdfDevice
Starts a new page.
startPage(float, float) - Method in class com.aspose.tex.rendering.SvgDevice
Starts a new page.
startPage(float, float) - Method in class com.aspose.tex.rendering.XpsDevice
Starts a new page.
subsetFonts() - Method in class com.aspose.tex.rendering.SaveOptions
Gets the flag indicating whether to subset fonts in output file or not.
subsetFonts(boolean) - Method in class com.aspose.tex.rendering.SaveOptions
Sets the flag indicating whether to subset fonts in output file or not.
SvgDevice - Class in com.aspose.tex.rendering
Implements the interface for outputting text and graphic content to image(s).
SvgDevice() - Constructor for class com.aspose.tex.rendering.SvgDevice
Creates new instance.
SvgDevice(SvgDevice) - Constructor for class com.aspose.tex.rendering.SvgDevice
Clone constructor.
SvgMathRenderer - Class in com.aspose.tex
Implements rendering of math formula to SVG.
SvgMathRenderer() - Constructor for class com.aspose.tex.SvgMathRenderer
Creates a new instance.
SvgMathRendererOptions - Class in com.aspose.tex
Math formula SVG rendering options.
SvgMathRendererOptions() - Constructor for class com.aspose.tex.SvgMathRendererOptions
 
SvgSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to SVG.
SvgSaveOptions() - Constructor for class com.aspose.tex.rendering.SvgSaveOptions
Creates new instance of options.

T

TeXConfig - Class in com.aspose.tex
Class providing available TeX configurations.
TeXExtension - Class in com.aspose.tex
Class defining constants to choose a TeX engine extension from.
TeXInputStream - Class in com.aspose.tex
The class that encapsulates TeX specific features of stream reading.
TeXInputStream(InputStream) - Constructor for class com.aspose.tex.TeXInputStream
Creates a new instance.
TeXJob - Class in com.aspose.tex
Implements features of a TeX job.
TeXJob(InputStream, Device, TeXOptions) - Constructor for class com.aspose.tex.TeXJob
Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXJob(String, Device, TeXOptions) - Constructor for class com.aspose.tex.TeXJob
Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXJob(Device, TeXOptions) - Constructor for class com.aspose.tex.TeXJob
Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXOptions - Class in com.aspose.tex
TeX file processing options class.
TiffSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to TIFF image.
TiffSaveOptions() - Constructor for class com.aspose.tex.rendering.TiffSaveOptions
Creates new instance of options.

V

valueOf(String) - Static method in enum com.aspose.tex.Interaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.tex.rendering.InterpolationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.tex.rendering.PdfEncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.tex.rendering.PdfImageCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.tex.rendering.PdfTextCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.tex.rendering.SmoothingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aspose.tex.Interaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.tex.rendering.InterpolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.tex.rendering.PdfEncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.tex.rendering.PdfImageCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.tex.rendering.PdfTextCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.tex.rendering.SmoothingMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class com.aspose.tex.Size2D.Float
The width of this Size2D.
write(int) - Method in class com.aspose.tex.NondisposableOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.aspose.tex.NondisposableOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.aspose.tex.NondisposableOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeFile() - Method in interface com.aspose.tex.IFileTerminal
Finalizes the log, e.g., writes it to file.
writeFile() - Method in class com.aspose.tex.OutputFileTerminal
Finalizes the log, e.g., writes it to file.

X

XpsDevice - Class in com.aspose.tex.rendering
Implements the interface for outputting text and graphic content to XPS document.
XpsDevice() - Constructor for class com.aspose.tex.rendering.XpsDevice
Creates new instance.
XpsDevice(OutputStream) - Constructor for class com.aspose.tex.rendering.XpsDevice
Creates new instance.
XpsDevice(XpsDevice) - Constructor for class com.aspose.tex.rendering.XpsDevice
Clone constructor.
XpsSaveOptions - Class in com.aspose.tex.rendering
Class representing options of saving to XPS.
XpsSaveOptions() - Constructor for class com.aspose.tex.rendering.XpsSaveOptions
Creates new instance of options.
A B C D E F G H I J L M N O P R S T V W X 
Skip navigation links

Copyright © 2022 Aspose. All Rights Reserved.