| 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 |
|---|---|
XpsFont |
XpsDocument.createFont(InputStream stream)
Creates a new TrueType font resource out of stream.
|
XpsFont |
XpsDocument.createFont(String fontFamily,
XpsFontStyle fontStyle)
Creates a new TrueType font resource.
|
XpsFont |
XpsGlyphs.getFont()
Returns the font resource for the TrueType font used to typeset elements text.
|
| Modifier and Type | Method and Description |
|---|---|
XpsGlyphs |
XpsDocument.addGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the active page.
|
XpsGlyphs |
XpsDocument.createGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
XpsDocument.insertGlyphs(int index,
XpsFont font,
float fontSize,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to the active page at
index position. |
| Modifier and Type | Method and Description |
|---|---|
XpsGlyphs |
PageAPI.addGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the page.
|
XpsGlyphs |
PageAPI.createGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
PageAPI.insertGlyphs(int index,
XpsFont font,
float fontSize,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to the page at
index position. |
Copyright © 2025 Aspose. All Rights Reserved.