| 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 |
|---|---|
static XpsFontStyle |
XpsFontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsFontStyle[] |
XpsFontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XpsGlyphs |
XpsCanvas.addGlyphs(String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Adds new glyphs to this canvas's child list.
|
XpsGlyphs |
XpsDocument.addGlyphs(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the active page.
|
XpsFont |
XpsDocument.createFont(String fontFamily,
XpsFontStyle fontStyle)
Creates a new TrueType font resource.
|
XpsGlyphs |
XpsDocument.createGlyphs(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
XpsCanvas.insertGlyphs(int index,
String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to this canvas's child list at
index position. |
XpsGlyphs |
XpsDocument.insertGlyphs(int index,
String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
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(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the page.
|
XpsGlyphs |
PageAPI.createGlyphs(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
PageAPI.insertGlyphs(int index,
String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to the page at
index position. |
Copyright © 2025 Aspose. All Rights Reserved.