public class RenderPageIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PLACEHOLDER_PAGESET_INDEX |
static String |
PLACEHOLDER_PAGESET_PAGE_COUNT |
static String |
PLACEHOLDER_PAGESET_PAGE_INDEX |
static String |
PLACEHOLDER_PAGESET_PAGE_NUMBER |
static String |
PLACEHOLDER_TOTAL_PAGE_COUNT |
static String |
PLACEHOLDER_TOTAL_PAGE_INDEX |
static String |
PLACEHOLDER_TOTAL_PAGE_NUMBER |
| Constructor and Description |
|---|
RenderPageIndex(int nPageSetIndex,
int nPageSetPageIndex,
int nPageSetPageCount,
int nTotalPageIndex,
int nTotalPageCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSetIndex() |
int |
getPageSetPageCount() |
int |
getPageSetPageIndex() |
int |
getPageSetPageNumber() |
int |
getTotalPageCount() |
int |
getTotalPageIndex() |
int |
getTotalPageNumber() |
void |
setPlaceholdersInRenderingContext(RenderingContext aRC) |
String |
toString() |
public static final String PLACEHOLDER_PAGESET_INDEX
public static final String PLACEHOLDER_PAGESET_PAGE_INDEX
public static final String PLACEHOLDER_PAGESET_PAGE_NUMBER
public static final String PLACEHOLDER_PAGESET_PAGE_COUNT
public static final String PLACEHOLDER_TOTAL_PAGE_INDEX
public static final String PLACEHOLDER_TOTAL_PAGE_NUMBER
public static final String PLACEHOLDER_TOTAL_PAGE_COUNT
public RenderPageIndex(@Nonnegative int nPageSetIndex, @Nonnegative int nPageSetPageIndex, @Nonnegative int nPageSetPageCount, @Nonnegative int nTotalPageIndex, @Nonnegative int nTotalPageCount)
@Nonnegative public int getPageSetIndex()
@Nonnegative public int getPageSetPageIndex()
@Nonnegative public int getPageSetPageNumber()
@Nonnegative public int getPageSetPageCount()
@Nonnegative public int getTotalPageIndex()
@Nonnegative public int getTotalPageNumber()
@Nonnegative public int getTotalPageCount()
public void setPlaceholdersInRenderingContext(@Nonnull RenderingContext aRC)
Copyright © 2014–2016 Philip Helger. All rights reserved.