Package | Description |
---|---|
com.aspose.imaging.fileformats.opendocument.objects.graphic |
The Open document graphic objects
|
Modifier and Type | Class and Description |
---|---|
class |
OdAngleEllipse
The Enhanced angle ellipse
|
class |
OdArc
The Enhanced Arc
|
class |
OdCircle
The circle object
|
class |
OdClosePath
The close path
|
class |
OdConnector
The connector
|
class |
OdContainer
The Container
|
class |
OdCurveTo
The Enhanced CurveTo
|
class |
OdCustomShape
The open document custom-shape.
|
class |
OdEllipticalQundrant
The elliptical quadrant
|
class |
OdEndPath
The enhanced end path
|
class |
OdEnhancedGeometry
The Enhanced geometry object.
|
class |
OdEquation
The open document equation
|
class |
OdFrame
The open document object frame
|
class |
OdImageObject
The open document image
|
class |
OdLine
The line object
|
class |
OdLineTo
The enhanced lineTo
|
class |
OdList
The List object
|
class |
OdListItem
The list item
|
class |
OdMarker
The Marker
|
class |
OdMeasure
The Measure
|
class |
OdMoveTo
The Enhanced moveTo
|
class |
OdNoFillPath
The no fill path marker
|
class |
OdNoStrokePath
Specifies that the current set of sub-paths will not be stroked.
|
class |
OdPage
The Open document page.
|
class |
OdPath
The open document object path
|
class |
OdPolygon
The polygon
|
class |
OdPolyLine
The polyline
|
class |
OdRectangle
The rectangle object
|
class |
OdShortCurveTo
The short CurveTo
|
class |
OdStyledObject
The open document styled graphic object.
|
class |
OdTextBox
The text box
|
class |
OdTextMeasure
The text measure
|
class |
OdTextParagraph
The text paragraph
|
class |
OdTextSpan
The text span
|
Modifier and Type | Method and Description |
---|---|
OdGraphicObject[] |
OdPath.getEnhancedPath()
Gets or sets the enhanced path.
|
OdGraphicObject[] |
OdEnhancedGeometry.getEnhancedPath()
Gets or sets the enhanced path.
|
OdGraphicObject[] |
OdMarker.getPathCommands()
Gets or sets the path commands.
|
OdGraphicObject[] |
OdConnector.getPathCommands()
Gets or sets the path commands.
|
Modifier and Type | Method and Description |
---|---|
void |
OdPath.setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
|
void |
OdEnhancedGeometry.setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
|
void |
OdMarker.setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
|
void |
OdConnector.setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
|