Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ColoredStroke |
Device.getStroke()
Gets the current stroke.
|
ColoredStroke |
ImageDevice.getStroke()
Gets the current stroke.
|
ColoredStroke |
PdfDevice.getStroke()
Gets the current stroke.
|
ColoredStroke |
SvgDevice.getStroke()
Gets the current stroke.
|
ColoredStroke |
XpsDevice.getStroke()
Gets the current stroke.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Device.addHyperlink(Rectangle2D activeRect,
ColoredStroke border,
String targetUri)
Sets the hyperlink with a URI as its target.
|
void |
ImageDevice.addHyperlink(Rectangle2D activeRect,
ColoredStroke border,
String targetUri)
Sets the hyperlink with a URI as its target.
|
void |
PdfDevice.addHyperlink(Rectangle2D activeRect,
ColoredStroke border,
String targetUri)
Sets the hyperlink with a URI as its target.
|
void |
SvgDevice.addHyperlink(Rectangle2D activeRect,
ColoredStroke border,
String targetUri)
Sets the hyperlink with a URI as its target.
|
void |
XpsDevice.addHyperlink(Rectangle2D activeRect,
ColoredStroke border,
String targetUri)
Sets the hyperlink with a URI as its target.
|
void |
Device.setStroke(ColoredStroke value)
Sets the current stroke.
|
void |
ImageDevice.setStroke(ColoredStroke value)
Sets the current stroke.
|
void |
PdfDevice.setStroke(ColoredStroke value)
Sets the current stroke.
|
void |
SvgDevice.setStroke(ColoredStroke value)
Sets the current stroke.
|
void |
XpsDevice.setStroke(ColoredStroke value)
Sets the current stroke.
|
Copyright © 2022 Aspose. All Rights Reserved.