Search
PrintOptions.getResourceHeaderTextsPerPage Method
See Also
 






Gets a value indicating whether row header texts in a resource view are printed on each page or only once in the middle of the row.

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

 Syntax

Java  Copy Code

public boolean getResourceHeaderTextsPerPage ()

 Return Value

true to print resource row header texts on each page; false to print the text in the middle of the row (on whatever page it might occur). The default is false.

 See Also