|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObjectWrapper<PdfDictionary> org.pdfclown.documents.interaction.navigation.page.ArticleElement
@PDF(value=PDF11) public class ArticleElement
Article bead [PDF:1.7:8.3.2].
Constructor Summary | |
---|---|
ArticleElement(Page page,
Rectangle2D box)
|
Method Summary | |
---|---|
boolean |
delete()
Deletes this bead removing also its references on the page and its article thread. |
Article |
getArticle()
Gets the thread article this bead belongs to. |
Rectangle2D |
getBox()
Gets the location on the page in default user space units. |
ArticleElement |
getNext()
Gets the next bead. |
Page |
getPage()
Gets the location page. |
ArticleElement |
getPrevious()
Gets the previous bead. |
boolean |
isHead()
Gets whether this is the first bead in its thread. |
void |
setBox(Rectangle2D value)
|
static ArticleElement |
wrap(PdfDirectObject baseObject)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, clone, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArticleElement(Page page, Rectangle2D box)
Method Detail |
---|
public static ArticleElement wrap(PdfDirectObject baseObject)
public boolean delete()
delete
in class PdfObjectWrapper<PdfDictionary>
public Article getArticle()
public Rectangle2D getBox()
public ArticleElement getNext()
public Page getPage()
public ArticleElement getPrevious()
public boolean isHead()
public void setBox(Rectangle2D value)
getBox()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |