public class ExceedingContent extends Object
PDFreactor.getExceedingContents()
Constructor and Description |
---|
ExceedingContent() |
Modifier and Type | Method and Description |
---|---|
int |
getContainerBottom()
Returns the bottom coordinate of the the container box in the page in pixels.
|
int |
getContainerLeft()
Returns the left coordinate of the the container box in the page in pixels.
|
int |
getContainerRight()
Returns the right coordinate of the the container box in the page in pixels.
|
int |
getContainerTop()
Returns the top coordinate of the the container box in the page in pixels.
|
String |
getDescription()
Returns a description of the content.
|
int |
getExceedingBoxBottom()
Returns the bottom coordinate of the the exceeding box in the page in pixels.
|
int |
getExceedingBoxLeft()
Returns the left coordinate of the the exceeding box in the page in pixels.
|
int |
getExceedingBoxRight()
Returns the right coordinate of the the exceeding box in the page in pixels.
|
int |
getExceedingBoxTop()
Returns the top coordinate of the the exceeding box in the page in pixels.
|
String |
getHtml()
Returns the HTML of the box that contains the exceeding content.
|
int |
getPageBottom()
Returns the bottom coordinate of the the page in pixels.
|
int |
getPageLeft()
Returns the left coordinate of the the page in pixels.
|
int |
getPageNumber()
Returns the number of the page that contains the exceeding content.
|
int |
getPageRight()
Returns the right coordinate of the the page in pixels.
|
int |
getPageTop()
Returns the top coordinate of the the page in pixels.
|
int[] |
getPath()
Returns an array of integers denoting the indexes of the ancestors of
the DOM node corresponding to the box containing the exceeding content,
starting from below the root node down to the element itself.
|
String |
getSummary()
Returns a summary of this exceeding content object.
|
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() |
public int getPageNumber()
public boolean isRight()
public boolean isBottom()
public boolean isLeft()
public boolean isTop()
public String getDescription()
public boolean isBox()
public String getHtml()
public int[] getPath()
public int getPageLeft()
public int getPageTop()
public int getPageRight()
public int getPageBottom()
public int getContainerLeft()
public int getContainerTop()
public int getContainerRight()
public int getContainerBottom()
public int getExceedingBoxLeft()
public int getExceedingBoxTop()
public int getExceedingBoxRight()
public int getExceedingBoxBottom()
public String getSummary()
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.