Search
PrintOptions.getCustomPreviewTexts Method
See Also
 






Gets a dictionary with the custom texts to use in the built-in Print Preview form.

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

 Syntax

Java  Copy Code

public Dictionary<PreviewTextKey, String> getCustomPreviewTexts ()

 Return Value

A Dictionary with mapping between PreviewTextKey values and the custom texts.

 See Also