cancel
Showing results for 
Search instead for 
Did you mean: 

How To Hide Adobe Tool Bar in Web Dynpro For Java.

Former Member
0 Kudos

Hi To All,

I'm using NetWeaver 2004's. In Project i require to Hide Adobe Tool Bar.I already used Hide Reader Tool Bar Button from Standard Library for Web Dynpro.But it was not Working. I want Programatical way to Hide Adobe Tool Bar.

Can anybody Help me out.

Regards,

Roop Kumar.Annavarapu.

Accepted Solutions (1)

Accepted Solutions (1)

former_member191062
Active Contributor
0 Kudos

Hello,

this is possibble. please check the following code part:

// Get interactibe form handler. interactiveFormID is the ID of the
//interactive form assigned to the form at the designtime on the   
//interactive form UI element property sheet.                      
IWDPDFDocumentInteractiveFormHandler iFormHandler =                
   WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(),      
        interactiveFormID);                                                                                
// Get appearance setter.                                          
IWDPDFDocumentAppearance appearance =                              
   iFormHandler.getDocumentContext().getAppearance();                                                                                
// Hide tool bars.                                                 
appearance.hideToolBars(true);                                    

I hope this helps.

Best regards,

Dezso

Former Member
0 Kudos

Hi Deszo Pap,

My Problem got Solved Completely.You Awarded Points from my Side.

Thanks.

With Regards,

RooP KumaR.

Answers (0)