Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


com.oracle.outsidein
Class Callback.NewPageResponse

java.lang.Object
  extended by com.oracle.outsidein.Callback.NewPageResponse

Enclosing class:
Callback

public class Callback.NewPageResponse
extends java.lang.Object

Holds response values returned by Callback.prepareNewPage(long).


Constructor Summary
Callback.NewPageResponse(MarginText marginText)
          Constructor specifying the margin text to be used for the new page in the exported document.

 

Method Summary
 net.bitform.oilink.OILinkMessages.MarginText getMarginTextGPBData()
          Used internally by the Outside In API, and not to be used externally.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Callback.NewPageResponse

public Callback.NewPageResponse(MarginText marginText)
Constructor specifying the margin text to be used for the new page in the exported document. This is only supported when the destination file type is an image format.
Parameters:
marginText - object representing the margin text to use for the page specified in the pageNumber parameter of the Callback.prepareNewPage(long) callback.

Method Detail

getMarginTextGPBData

public net.bitform.oilink.OILinkMessages.MarginText getMarginTextGPBData()
Used internally by the Outside In API, and not to be used externally.

Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


Copyright © 2016, Oracle and/or its affiliates. All rights reserved.