com.aspose.slides
Interface IDrawingControl

All Known Implementing Classes:
DrawAllDrawingControl

public interface IDrawingControl

The interface for slide objects which contains rule to define whether an object should be rendered.


Method Summary
 int checkObject(java.lang.Object objectToCheck, java.util.Collection parents)
          Determines whether a slide object should be rendered.
 

Method Detail

checkObject

int checkObject(java.lang.Object objectToCheck,
                java.util.Collection parents)
Determines whether a slide object should be rendered.

Parameters:
objectToCheck - object to check.
parents - list of object's parents, from farthest to closest.
Returns:
Constant which define whether an object and its children should be rendered. See DrawingControlDecision.