Print preview

From NOA Documentation Wiki

Jump to: navigation, search

Since NOA 2.0.9 you can show the print preview using the officeframe's showPreview method

		try {
			officeFrame.showPreview();
		} catch (NOAException e) {
			e.printStackTrace();
		}					

Personal tools