| 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 |
|---|---|
XpsIccProfile |
XpsDocument.createIccProfile(InputStream stream)
Creates a new ICC profile resource out of
stream. |
XpsIccProfile |
XpsDocument.createIccProfile(String iccProfilePath)
Creates a new ICC profile resource out of ICC profile file located at the
iccProfilePath. |
XpsIccProfile |
XpsIccBasedColor.getIccProfile()
Returns the ICC profile resource the color based on.
|
| Modifier and Type | Method and Description |
|---|---|
XpsColor |
XpsDocument.createColor(XpsIccProfile iccProfile,
float... components)
Creates a new color in ICC based color space.
|
| Modifier and Type | Method and Description |
|---|---|
XpsColor |
PageAPI.createColor(XpsIccProfile iccProfile,
float... components)
Creates a new color in ICC based color space.
|
Copyright © 2025 Aspose. All Rights Reserved.