IPathSegmentCollection Interface
Defines methods and properties for managing a collection of path segment objects.
Declaration
public interface IPathSegmentCollection extends List<IPathSegment>
Implements
java.util.List<com.devexpress.docs.office.IPathSegment>