com.aspose.slides
Interface IDrawingControl


public interface IDrawingControl

Represents interface which defines rule to select shapes for rendering.


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

Method Detail

checkObject

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

Parameters:
objectToCheck - Object to check.
parents - List of object's parents, from farthest to closes.
Returns:
See DrawingControlDecision.