aspose.diagram
Class CoordinateCollection

Coordinate collection.

Property Getters/Setters Summary
functiongetArcToCol()
           Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
functiongetCount()
           Gets the number of elements actually contained in the collection.
functiongetEllipseCol()
           Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.
functiongetEllipticalArcToCol()
           Contains elements that specify information about an elliptical arc.
functiongetInfiniteLineCol()
           Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.
functiongetLineToCol()
           Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.
functiongetMoveToCol()
           Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.
functiongetNURBSToCol()
           Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.
functiongetPolylineToCol()
           Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.
functiongetRelCubBezToCol()
           Contains x- and y-coordinates for a RelCubBezTo's points.Coordinates are specified as relative coordinates.
functiongetRelEllipticalArcToCol()
           Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.
functiongetRelLineToCol()
           Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
functiongetRelMoveToCol()
           Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.
functiongetRelQuadBezToCol()
           Contains x- and y-coordinates for a RelQuadBezTo's points.Coordinates are specified as relative coordinates.
functiongetSplineKnotCol()
           Contains x- and y-coordinates for a spline's control point and a spline's knot, represented by the X, Y, and A elements, respectively.
functiongetSplineStartCol()
           Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.
functionget(index)
           Gets the element at the specified index.
 
Method Summary
functionadd(item)
           Add the ArcTo object in the collection.
functionadd(item)
           Add the Coordinate object in the collection.
functionadd(item)
           Add the Ellipse object in the collection.
functionadd(item)
           Add the EllipticalArcTo object in the collection.
functionadd(item)
           Add the InfiniteLine object in the collection.
functionadd(item)
           Add the LineTo object in the collection.
functionadd(item)
           Add the MoveTo object in the collection.
functionadd(item)
           Add the NURBSTo object in the collection.
functionadd(item)
           Add the PolylineTo object in the collection.
functionadd(item)
           Add the RelCubBezTo object in the collection.
functionadd(item)
           Add the RelEllipticalArcTo object in the collection.
functionadd(item)
           Add the RelLineTo object in the collection.
functionadd(item)
           Add the RelMoveTo object in the collection.
functionadd(item)
           Add the RelQuadBezTo object in the collection.
functionadd(item)
           Add the SplineKnot object in the collection.
functionadd(item)
           Add the SplineStart object in the collection.
functionclear()→ inherited from Collection
           Removes all elements from collection.
functionisExist(index)→ inherited from Collection
           Is exist item in the collection.
functioniterator()→ inherited from Collection
           Supports a simple iteration over a nongeneric collection.
functionremove(item)
           Remove the ArcTo object from the collection.
functionremove(item)
           Remove the Coordinate object from the collection.
functionremove(item)
           Remove the Ellipse object from the collection.
functionremove(item)
           Remove the EllipticalArcTo object from the collection.
functionremove(item)
           Remove the InfiniteLine object from the collection.
functionremove(item)
           Remove the LineTo object from the collection.
functionremove(item)
           Remove the MoveTo object from the collection.
functionremove(item)
           Remove the NURBSTo object from the collection.
functionremove(item)
           Remove the PolylineTo object from the collection.
functionremove(item)
           Remove the RelCubBezTo object from the collection.
functionremove(item)
           Remove the RelEllipticalArcTo object from the collection.
functionremove(item)
           Remove the RelLineTo object from the collection.
functionremove(item)
           Remove the RelMoveTo object from the collection.
functionremove(item)
           Remove the RelQuadBezTo object from the collection.
functionremove(item)
           Remove the SplineKnot object from the collection.
functionremove(item)
           Remove the SplineStart object from the collection.
 

Property Getters/Setters Detail

getMoveToCol : MoveToCollection 

function getMoveToCol()
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.

getLineToCol : LineToCollection 

function getLineToCol()
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.

getArcToCol : ArcToCollection 

function getArcToCol()
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.

getInfiniteLineCol : InfiniteLineCollection 

function getInfiniteLineCol()
Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.

getEllipseCol : EllipseCollection 

function getEllipseCol()
Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.

getEllipticalArcToCol : EllipticalArcToCollection 

function getEllipticalArcToCol()
Contains elements that specify information about an elliptical arc.

getSplineStartCol : SplineStartCollection 

function getSplineStartCol()
Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.

getSplineKnotCol : SplineKnotCollection 

function getSplineKnotCol()
Contains x- and y-coordinates for a spline's control point and a spline's knot, represented by the X, Y, and A elements, respectively.

getPolylineToCol : PolylineToCollection 

function getPolylineToCol()
Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.

getNURBSToCol : NURBSToCollection 

function getNURBSToCol()
Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.

getRelCubBezToCol : RelCubBezToCollection 

function getRelCubBezToCol()
Contains x- and y-coordinates for a RelCubBezTo's points.Coordinates are specified as relative coordinates.

getRelQuadBezToCol : RelQuadBezToCollection 

function getRelQuadBezToCol()
Contains x- and y-coordinates for a RelQuadBezTo's points.Coordinates are specified as relative coordinates.

getRelMoveToCol : RelMoveToCollection 

function getRelMoveToCol()
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.

getRelLineToCol : RelLineToCollection 

function getRelLineToCol()
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.

getRelEllipticalArcToCol : RelEllipticalArcToCollection 

function getRelEllipticalArcToCol()
Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.

getCount : Number 

function getCount()
Gets the number of elements actually contained in the collection.

get : Coordinate 

function get(index)
Gets the element at the specified index.
Returns:

Method Detail

add

function add(item)
Add the Coordinate object in the collection.

remove

function remove(item)
Remove the Coordinate object from the collection.

add

function add(item)
Add the MoveTo object in the collection.
Returns:

remove

function remove(item)
Remove the MoveTo object from the collection.

add

function add(item)
Add the LineTo object in the collection.
Returns:

remove

function remove(item)
Remove the LineTo object from the collection.

add

function add(item)
Add the ArcTo object in the collection.
Returns:

remove

function remove(item)
Remove the ArcTo object from the collection.

add

function add(item)
Add the InfiniteLine object in the collection.
Returns:

remove

function remove(item)
Remove the InfiniteLine object from the collection.

add

function add(item)
Add the Ellipse object in the collection.
Returns:

remove

function remove(item)
Remove the Ellipse object from the collection.

add

function add(item)
Add the EllipticalArcTo object in the collection.
Returns:

remove

function remove(item)
Remove the EllipticalArcTo object from the collection.

add

function add(item)
Add the SplineStart object in the collection.
Returns:

remove

function remove(item)
Remove the SplineStart object from the collection.

add

function add(item)
Add the SplineKnot object in the collection.
Returns:

remove

function remove(item)
Remove the SplineKnot object from the collection.

add

function add(item)
Add the PolylineTo object in the collection.
Returns:

remove

function remove(item)
Remove the PolylineTo object from the collection.

add

function add(item)
Add the NURBSTo object in the collection.
Returns:

remove

function remove(item)
Remove the NURBSTo object from the collection.

add

function add(item)
Add the RelCubBezTo object in the collection.
Returns:

remove

function remove(item)
Remove the RelCubBezTo object from the collection.

add

function add(item)
Add the RelQuadBezTo object in the collection.
Returns:

remove

function remove(item)
Remove the RelQuadBezTo object from the collection.

add

function add(item)
Add the RelMoveTo object in the collection.
Returns:

remove

function remove(item)
Remove the RelMoveTo object from the collection.

add

function add(item)
Add the RelLineTo object in the collection.
Returns:

remove

function remove(item)
Remove the RelLineTo object from the collection.

add

function add(item)
Add the RelEllipticalArcTo object in the collection.
Returns:

remove

function remove(item)
Remove the RelEllipticalArcTo object from the collection.

iterator

function iterator()
Supports a simple iteration over a nongeneric collection.
Returns:

isExist

function isExist(index)
Is exist item in the collection.
Parameters:
index: Number - index of element.
Returns:

clear

function clear()
Removes all elements from collection.

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