Java PDF Viewer Menu properties
This section gives information about the menu properties tab, the function of the different flags and how they can be changed. Please note, we are constantly adding new functionality to the properties file and therefore the documentation contained here is for version 4.3 of JPedal. If a flag is not present in your properties file then the functionality is not available for your version.

The above image shows the preferences menu tab and the available options on this tab.
Menu Tab Options
The menu tab contains all the options for configuring the simpleviewer user interface. By selecting a check box that item will be displayed in the user interface, unselecting the check box will remove the item from the user interface.
This tab contains five further tabs labeled Menu, Buttons, DisplayOptions, NavigatioBar and SideTabBar.
Menu
The items in the Menu tab contains options to turn on/off the gui elements in the menubar. The following properties file flags are used to control these options. A value ending in Menu will turn on/off all the options that are it's children. The values used to turn these flags on/off is true/false.
<MenuBarMenu value="true">
<FileMenu value="true">
<OpenMenu value="true">
<Open value="true" />
<Openurl value="true" />
</OpenMenu>
<Save value="true" />
<Resaveasforms value="true" />
<Find value="true" />
<Documentproperties value="true" />
<Print value="true" />
<Recentdocuments value="true" />
<Exit value="true" />
</FileMenu>
<EditMenu value="true">
<Copy value="true" />
<Selectall value="true" />
<Deselectall value="true" />
<Preferences value="true" />
</EditMenu>
<ViewMenu value="true">
<GotoMenu value="true">
<Firstpage value="true" />
<Backpage value="true" />
<Forwardpage value="true" />
<Lastpage value="true" />
<Goto value="true" />
<Previousdocument value="true" />
<Nextdocument value="true" />
</GotoMenu>
<Pagelathe usertMenu value="true">
<Single value="true" />
<Continuous value="true" />
<Facing value="true" />
<Continuousfacing value="true" />
<SideScroll value="true" />
</Pagelathe usertMenu>
<Fullscreen value="true" />
</ViewMenu>
<WindowMenu value="true">
<Cascade value="true" />
<Tile value="true" />
</WindowMenu>
<ExportMenu value="true">
<PdfMenu value="true">
<Oneperpage value="true" />
<Nup value="true" />
<Handouts value="true" />
</PdfMenu>
<ContentMenu value="true">
<Images value="true" />
<Text value="true" />
</ContentMenu>
<Bitmap value="true" />
</ExportMenu>
<PagetoolsMenu value="true">
<Rotatepages value="true" />
<Deletepages value="true" />
<Addpage value="true" />
<Addheaderfooter value="true" />
<Stamptext value="true" />
<Stampimage value="false" />
<Crop value="true" />
</PagetoolsMenu>
<HelpMenu value="true">
<Visitwebsite value="true" />
<Tipoftheday value="true" />
<Checkupdates value="true" />
<About value="true" />
<Helpforum value="true" />
</HelpMenu>
</MenuBarMenu>
Button
The items in the Button tab contains options to turn on/off the gui elements on the top button bar. The following properties file flags are used to control these options. A value ending in Menu will turn on/off all the options that are it's children. The values used to turn these flags on/off is true/false.
<ButtonsMenu value="true"> <Openfilebutton value="true" /> <Printbutton value="true" /> <Searchbutton value="true" /> <Propertiesbutton value="true" /> <Aboutbutton value="true" /> <Snapshotbutton value="true" /> <Helpbutton value="true" /> <CursorButton value="true" /> </ButtonsMenu>
DisplayOption
The items in the display option tab contains options to turn on/off the gui elements on the combo box bar beneath the button bar. The following properties file flags are used to control these options. A value ending in Menu will turn on/off all the options that are it's children. The values used to turn these flags on/off is true/false.
<DisplayOptionsMenu value="true"> <Scalingdisplay value="true" /> <Rotationdisplay value="true" /> <Imageopdisplay value="true" /> <Progressdisplay value="true" /> </DisplayOptionsMenu>
NavigationBar
The items in the navigation bar tab contains options to turn on/off the gui elements on the navigation bar at the bottom of the window. The following properties file flags are used to control these options. A value ending in Menu will turn on/off all the options that are it's children. The values used to turn these flags on/off is true/false.
<NavigationBarMenu value="true"> <Memorybottom value="true" /> <Firstbottom value="true" /> <Back10bottom value="true" /> <Backbottom value="true" /> <Gotobottom value="true" /> <Forwardbottom value="true" /> <Forward10bottom value="true" /> <Lastbottom value="true" /> <Singlebottom value="true" /> <Continuousbottom value="true" /> <Continuousfacingbottom value="true" /> <Facingbottom value="true" /> <SideScrollbottom value="true" /> </NavigationBarMenu>
SideTabBar
The items in the side tab bar tab contains options to turn on/off the gui elements on the side tab bar at the left of the window. The following properties file flags are used to control these options. A value ending in Menu will turn on/off all the options that are it's children. The values used to turn these flags on/off is true/false.
<SideTabBarMenu value="true"> <Signaturestab value="true" /> <Pagetab value="true" /> <Bookmarkstab value="true" /> <Layerstab value="true" /> </SideTabBarMenu>





