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. |
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
.