We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(Source: http://ubion.ion.ag/mainForumFolder/noa_forum/0070?b_start:int=0#0012)
You can hide all "Layout elements" by using
officeFrame = officeApplication.getDesktopService().constructNewOfficeFrame(panel_1); officeApplication.getDocumentService().constructNewDocument(officeFrame, IDocument.WRITER, DocumentDescriptor.DEFAULT); frame.validate(); layoutManager.hideAll();
But you can also selectively hide e.g. Menu bars by using layoutManager's hideElement(String) Method like
layoutManager.hideElement(layoutManager.URL_MENUBAR);