| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| com.aspose.xps.features.EventBasedModifications |
The com.aspose.xps.features.EventBasedModifications package provides classes related to event-based modifications of XPS documents.
|
| Modifier and Type | Method and Description |
|---|---|
XpsLinearGradientBrush |
XpsDocument.createLinearGradientBrush(List<XpsGradientStop> gradientStops,
Point2D startPoint,
Point2D endPoint)
Creates a new linear gradient brush.
|
XpsLinearGradientBrush |
XpsDocument.createLinearGradientBrush(Point2D startPoint,
Point2D endPoint)
Creates a new linear gradient brush.
|
XpsLinearGradientBrush |
XpsLinearGradientBrush.deepClone()
Clones this linear gradient brush.
|
| Modifier and Type | Method and Description |
|---|---|
XpsLinearGradientBrush |
PageAPI.createLinearGradientBrush(List<XpsGradientStop> gradientStops,
Point2D startPoint,
Point2D endPoint)
Creates a new linear gradient brush.
|
XpsLinearGradientBrush |
PageAPI.createLinearGradientBrush(Point2D startPoint,
Point2D endPoint)
Creates a new linear gradient brush.
|
Copyright © 2025 Aspose. All Rights Reserved.