|
PDFreactor API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.realobjects.pdfreactor.exceedingcontent.ExceedingContent
Object that describes one instance of content exceeding its page or parent.
PDFreactor.getExceedingContents()| Constructor Summary | |
ExceedingContent()
|
|
| Method Summary | |
String |
getDescription()
Returns a description of the content. |
int |
getPageNumber()
Returns the number of the page that contains the exceeding content. |
boolean |
isBottom()
Returns whether the content exceeds the page at the bottom. |
boolean |
isBox()
Returns whether the exceeding content is a box instead of text or image content. |
boolean |
isLeft()
Returns whether the content exceeds the page to the left. |
boolean |
isRight()
Returns whether the content exceeds the page to the right. |
boolean |
isTop()
Returns whether the content exceeds the page at the top. |
String |
toString()
Returns a summary of this instance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ExceedingContent()
| Method Detail |
public int getPageNumber()
public boolean isRight()
public boolean isBottom()
public boolean isLeft()
public boolean isTop()
public String getDescription()
public boolean isBox()
public String toString()
|
PDFreactor API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||