PDFreactor API

com.realobjects.pdfreactor.exceedingcontent
Class ExceedingContent

java.lang.Object
  extended bycom.realobjects.pdfreactor.exceedingcontent.ExceedingContent

public class ExceedingContent
extends Object

Object that describes one instance of content exceeding its page or parent.

See Also:
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

ExceedingContent

public ExceedingContent()
Method Detail

getPageNumber

public int getPageNumber()
Returns the number of the page that contains the exceeding content.


isRight

public boolean isRight()
Returns whether the content exceeds the page to the right.


isBottom

public boolean isBottom()
Returns whether the content exceeds the page at the bottom.


isLeft

public boolean isLeft()
Returns whether the content exceeds the page to the left.


isTop

public boolean isTop()
Returns whether the content exceeds the page at the top.


getDescription

public String getDescription()
Returns a description of the content. In case of text content, the text is returned. In case of images the URL is returned if available.


isBox

public boolean isBox()
Returns whether the exceeding content is a box instead of text or image content.


toString

public String toString()
Returns a summary of this instance.


PDFreactor API

This doc was generated on 2012-03-15. Copyright © 2002-2012 RealObjects GmbH. All Rights Reserved.