Skip to main content

IShapePathCollection Interface

Defines methods and properties for managing a collection of shape path objects.

Declaration

public interface IShapePathCollection extends List<ShapePath>

Implements

java.util.List<com.devexpress.docs.presentation.ShapePath>