intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDForm

Packages that use PDForm
de.intarsys.pdf.content.common Some common implementations on PDF content stream. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDForm in de.intarsys.pdf.content.common
 

Methods in de.intarsys.pdf.content.common that return PDForm
static PDForm CSContentTools.getFormClipped(PDPage page, double border)
          Get a PDForm containing all graphics artifacts on the page (stemming from the content stream).
 

Uses of PDForm in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDForm
 PDForm PDAppearance.getAppearance(COSName key, COSName state)
          The PDForm for state state.
 PDForm PDAppearance.getDownAppearance(COSName state)
           
static PDForm PDAppearanceTools.getDownAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /D (down) appearance for the state "state".
 PDForm PDAppearance.getNormalAppearance(COSName state)
           
static PDForm PDAppearanceTools.getNormalAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /N (normal) appearance for the state "state".
 PDForm PDAppearance.getRolloverAppearance(COSName state)
           
static PDForm PDAppearanceTools.getRolloverAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /R (rollover) appearance for the state "state".
 

Methods in de.intarsys.pdf.pd with parameters of type PDForm
static PDResources PDFormTools.getResources(PDForm form)
          Get or create the PDResourceDict for the PDForm lazy.
 void PDAppearance.setDownAppearance(COSName state, PDForm form)
           
 void PDAppearance.setNormalAppearance(COSName state, PDForm form)
           
 void PDAppearance.setRolloverAppearance(COSName state, PDForm form)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.