public class PageInfo extends Object
Represents Document Page Information.
| Constructor and Description |
|---|
PageInfo() |
PageInfo(int width,
int height)
Initializes new instance of
PageInfo class. |
PageInfo(PageInfo pageInfo)
Initializes new instance of
PageInfo class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static boolean |
equals(PageInfo obj1,
PageInfo obj2) |
int |
getHeight()
Page height
|
int |
getPageNumber()
Page number
|
List<com.groupdocs.annotation.models.TextLineInfo> |
getTextLines()
Text lines information
|
int |
getWidth()
Page width
|
int |
hashCode() |
void |
setHeight(int value)
Page height
|
void |
setPageNumber(int value)
Page number
|
void |
setTextLines(List<com.groupdocs.annotation.models.TextLineInfo> value)
Text lines information
|
void |
setWidth(int value)
Page width
|
public PageInfo()
public PageInfo(int width,
int height)
Initializes new instance of PageInfo class.
width - Page Width.height - Page Height.public final int getHeight()
Page height
public final int getPageNumber()
Page number
public final List<com.groupdocs.annotation.models.TextLineInfo> getTextLines()
Text lines information
public final int getWidth()
Page width
public final void setHeight(int value)
Page height
value - public final void setPageNumber(int value)
Page number
value - public final void setTextLines(List<com.groupdocs.annotation.models.TextLineInfo> value)
Text lines information
value - public final void setWidth(int value)
Page width
value - Copyright © 2024. All rights reserved.