Search
PrintOptions.getFillContents Method
See Also
 






Gets a value indicating whether to print calendar elements with their original fill or to use a white brush for filling.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public boolean getFillContents ()

 Return Value

true, to fill calendar contents with their associated colors when printing; false, to fill them with white. The default is true.

 See Also