public final class PageRange extends Object
Constructor and Description |
---|
PageRange() |
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
Get the end property: The end property.
|
long |
getStart()
Get the start property: The start property.
|
PageRange |
setEnd(long end)
Set the end property: The end property.
|
PageRange |
setStart(long start)
Set the start property: The start property.
|
public long getStart()
public PageRange setStart(long start)
start
- the start value to set.public long getEnd()
public PageRange setEnd(long end)
end
- the end value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.