| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static PaginationOrientation |
PaginationOrientation.forValue(int value) |
static PaginationOrientation |
PaginationOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaginationOrientation[] |
PaginationOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|