| 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 |
|---|---|
XpsSweepDirection |
XpsArcSegment.getSweepDirection()
Returns the value specifying the direction in which the arc is drawn.
|
static XpsSweepDirection |
XpsSweepDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsSweepDirection[] |
XpsSweepDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XpsArcSegment |
XpsDocument.createArcSegment(Point2D point,
Dimension2D size,
float rotationAngle,
boolean isLargeArc,
XpsSweepDirection sweepDirection)
Creates a new stroked elliptical arc segment.
|
XpsArcSegment |
XpsDocument.createArcSegment(Point2D point,
Dimension2D size,
float rotationAngle,
boolean isLargeArc,
XpsSweepDirection sweepDirection,
boolean isStroked)
Creates a new elliptical arc segment.
|
void |
XpsArcSegment.setSweepDirection(XpsSweepDirection value)
Sets the value specifying the direction in which the arc is drawn.
|
| Modifier and Type | Method and Description |
|---|---|
XpsArcSegment |
PageAPI.createArcSegment(Point2D point,
Dimension2D size,
float rotationAngle,
boolean isLargeArc,
XpsSweepDirection sweepDirection)
Creates a new stroked elliptical arc segment.
|
XpsArcSegment |
PageAPI.createArcSegment(Point2D point,
Dimension2D size,
float rotationAngle,
boolean isLargeArc,
XpsSweepDirection sweepDirection,
boolean isStroked)
Creates a new elliptical arc segment.
|
Copyright © 2025 Aspose. All Rights Reserved.