com.aspose.cells
Class MsoPathInfo

java.lang.Object
    extended by com.aspose.cells.MsoPathInfo

public class MsoPathInfo 
extends java.lang.Object

Represents the path info of the freeform shape.

Constructor Summary
MsoPathInfo(int type)
           Initializes a new instance of the MsoPathInfo class.
MsoPathInfo(int type, java.util.ArrayList pointList)
           Initializes a new instance of the MsoPathInfo class.
 
Property Getters/Setters Summary
java.util.ArrayListgetPointList()
           Gets the points in path segment
intgetType()
           Gets the path segment type The value of the property is MsoPathType integer constant.
 

Constructor Detail

MsoPathInfo

public MsoPathInfo(int type)
Initializes a new instance of the MsoPathInfo class.
Parameters:
type - A MsoPathType value. Path segment type

MsoPathInfo

public MsoPathInfo(int type, java.util.ArrayList pointList)
Initializes a new instance of the MsoPathInfo class.
Parameters:
type - A MsoPathType value. Path segment type
pointList - Points in path segment

Property Getters/Setters Detail

getType

public int getType()
Gets the path segment type The value of the property is MsoPathType integer constant.

getPointList

public java.util.ArrayList getPointList()
Gets the points in path segment

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.