java.lang.Objectcom.aspose.words.PageLayoutCallbackArgs
public class PageLayoutCallbackArgs
Property Getters/Setters Summary | ||
---|---|---|
Document | getDocument() | |
Gets document. | ||
int | getEvent() | |
Gets event. The value of the property is PageLayoutEvent integer constant. | ||
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. |
Property Getters/Setters Detail |
---|
getDocument | |
public Document getDocument() |
getEvent | |
public int getEvent() |
getPageIndex | |
public int getPageIndex() |