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(); }