OdPolyLine
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdPolygon
public class OdPolyLine extends OdPolygon
折线
构造函数
| 构造函数 | 描述 |
|---|---|
| OdPolyLine(OdObject parent) | 初始化 OdPolyLine 类的新实例。 |
OdPolyLine(OdObject parent)
public OdPolyLine(OdObject parent)
初始化 OdPolyLine 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| parent | OdObject | 父对象。 |