PDF Clown
0.1.2

org.pdfclown.documents
Class PageArticleElements

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<PdfArray>
      extended by org.pdfclown.objects.Array<TItem>
          extended by org.pdfclown.documents.PageElements<ArticleElement>
              extended by org.pdfclown.documents.PageArticleElements
All Implemented Interfaces:
Cloneable, Iterable<ArticleElement>, Collection<ArticleElement>, List<ArticleElement>, IPdfObjectWrapper

@PDF(value=PDF11)
public final class PageArticleElements
extends PageElements<ArticleElement>

Page article beads [PDF:1.7:3.6.2].

The beads are listed in natural reading order.

Since:
0.1.2
Version:
0.1.2, 01/04/13
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pdfclown.objects.Array
Array.IWrapper<TItem>
 
Method Summary
 PageArticleElements clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 
Methods inherited from class org.pdfclown.documents.PageElements
add, add, getPage, remove, remove
 
Methods inherited from class org.pdfclown.objects.Array
addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, retainAll, set, size, subList, toArray, toArray, wrap, wrap
 
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Method Detail

clone

public PageArticleElements clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Overrides:
clone in class PageElements<ArticleElement>
Parameters:
context - Which document the clone has to be registered in.

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.