Package | Description |
---|---|
org.apache.poi.hemf.record.emf | |
org.apache.poi.hwmf.record |
Modifier and Type | Class and Description |
---|---|
static class |
HemfDraw.EmfPolyBezier
The EMR_POLYBEZIER record specifies one or more Bezier curves.
|
static class |
HemfDraw.EmfPolyBezier16
The EMR_POLYBEZIER16 record specifies one or more Bezier curves.
|
static class |
HemfDraw.EmfPolyBezierTo
The EMR_POLYBEZIERTO record specifies one or more Bezier curves based upon the current
position.
|
static class |
HemfDraw.EmfPolyBezierTo16
The EMR_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current
position.
|
static class |
HemfDraw.EmfPolyDraw
The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.
|
static class |
HemfDraw.EmfPolyDraw16 |
static class |
HemfDraw.EmfPolygon
The EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by
straight lines.
|
static class |
HemfDraw.EmfPolygon16
The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines.
|
static class |
HemfDraw.EmfPolyline
The EMR_POLYLINE record specifies a series of line segments by connecting the points in the
specified array.
|
static class |
HemfDraw.EmfPolyline16
The EMR_POLYLINE16 record specifies a series of line segments by connecting the points in the
specified array.
|
static class |
HemfDraw.EmfPolylineTo
The EMR_POLYLINETO record specifies one or more straight lines based upon the current position.
|
static class |
HemfDraw.EmfPolylineTo16
The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.
|
Modifier and Type | Class and Description |
---|---|
static class |
HwmfDraw.WmfPolyline
The META_POLYLINE record draws a series of line segments by connecting the points in the
specified array.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.