Today someone pointed out the void in the View>Show\Hide group and suggested that is should be filled with Show White Space Between Pages in Print Layout view.
Unfortunately there is no built-in checkbox control for this feature.
There is a button control idMso "WhiteSpaceBetweenPagesShowHide" that can be used to toggle the whitespace on or off. However it provides no visual indication on the ribbon what the current state is. It would be nice if the next version of Word had a built-in checkbox control to show/hide white space.
<tab idMso="TabView">
<group idMso="GroupViewShowHide" visible="false" />
<group id="CustShowHide" insertBeforeMso="GroupViewShowHide" label="Show/Hide">
<checkBox idMso="ViewRulerWord"/>
<checkBox idMso="ViewGridlines"/>
<checkBox idMso="ViewMessageBar"/>
<checkBox idMso="ViewDocumentMap"/>
<checkBox idMso="ViewThumbnails"/>
<button idMso="WhiteSpaceBetweenPagesShowHide" imageMso="DataRefreshAll" label="Page Boundaries" screentip="Toggle page boundary display" supertip="Click to toggle display of the top and bottom margins (white space) and the gray area (gray space) between pages in a document." />
-- Greg Maxey - Word MVP
My web site http://gregmaxey.mvps.org Word MVP web site http://word.mvps.org
|
|