public class PageSequence extends AreaTreeObject
extensionAttachments, foreignAttributes
Constructor and Description |
---|
PageSequence(LineArea title)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addPage(PageViewport page)
Adds a new page to the page sequence
|
java.util.Locale |
getLocale()
Returns the locale of this page-sequence.
|
PageViewport |
getPage(int idx)
Returns the page at the given index.
|
int |
getPageCount() |
LineArea |
getTitle() |
boolean |
isFirstPage(PageViewport page)
Indicates whether a page is the first in this page sequence.
|
void |
setLocale(java.util.Locale locale)
Sets the locale that applies to this page-sequence.
|
void |
setTitle(LineArea title)
Sets the page sequence's title.
|
addExtensionAttachment, clone, getExtensionAttachments, getForeignAttributes, getForeignAttributeValue, hasExtensionAttachments, setExtensionAttachments, setForeignAttribute, setForeignAttributes
public PageSequence(LineArea title)
title
- the title for the page-sequence, may be nullpublic LineArea getTitle()
public void setTitle(LineArea title)
title
- the titlepublic void addPage(PageViewport page)
page
- the page to be addedpublic int getPageCount()
public PageViewport getPage(int idx)
idx
- the index of the requested pagepublic boolean isFirstPage(PageViewport page)
page
- the page to be inspectedpublic void setLocale(java.util.Locale locale)
locale
- the locale to setpublic java.util.Locale getLocale()
null
if not setCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.