public interface FullScreen extends Observable<FullScreenEvent>
Modifier and Type | Method and Description |
---|---|
Browser |
browser()
Returns the
Browser instance of this service. |
void |
exit()
Tells the browser to exit fullscreen mode.
|
on
Browser browser()
Browser
instance of this service.void exit()
This method iterates over the frames in this browser and exits fullscreen mode for each of them. This also includes internal frames of the PDF viewer that are not accessible through the public API. If there is no element being presented in fullscreen mode, this method is no-op.