Package | Description |
---|---|
com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
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.
|
Copyright © 2022 Aspose. All Rights Reserved.