com.aspose.words
Class PageLayoutCallbackArgs

java.lang.Object
    extended by com.aspose.words.PageLayoutCallbackArgs

public class PageLayoutCallbackArgs 
extends java.lang.Object

An argument passed into IPageLayoutCallback.notify(com.aspose.words.PageLayoutCallbackArgs)

Property Getters/Setters Summary
DocumentgetDocument()
           Gets document.
intgetEvent()
           Gets event. The value of the property is PageLayoutEvent integer constant.
intgetPageIndex()
           Gets 0-based index of the page in the document this event relates to. Returns negative value if there is no associated page, or if page was removed during reflow.
 

Property Getters/Setters Detail

getDocument

public Document getDocument()
Gets document.

getEvent

public int getEvent()
Gets event. The value of the property is PageLayoutEvent integer constant.

getPageIndex

public int getPageIndex()
Gets 0-based index of the page in the document this event relates to. Returns negative value if there is no associated page, or if page was removed during reflow.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.