intarsys PDF library API

de.intarsys.pdf.pd
Class PDActionGoToR

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.pd.PDObject
          extended by de.intarsys.pdf.pd.PDAction
              extended by de.intarsys.pdf.pd.PDActionGoToR
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport

public class PDActionGoToR
extends PDAction

The GoToR action.

When executed the action focuses a viewer to a new destination.


Nested Class Summary
static class PDActionGoToR.MetaClass
          The meta class implementation
 
Field Summary
static COSName CN_ActionType_GoToR
           
static COSName DK_D
           
static COSName DK_F
           
static COSName DK_NewWindow
           
static PDActionGoToR.MetaClass META
          The meta class instance
 
Fields inherited from class de.intarsys.pdf.pd.PDAction
CN_Type_Action, DK_Next, DK_S
 
Fields inherited from class de.intarsys.pdf.pd.PDObject
DK_Subtype, DK_Type
 
Method Summary
 COSName cosGetExpectedActionType()
          The action type expected for a PDAction of the instantiated class.
 PDDestination getDestination()
           
 File getFile()
           
 void invalidateCaches()
          Invalidate all local caches as the base object may have changed.
 boolean isNewWindow()
           
 
Methods inherited from class de.intarsys.pdf.pd.PDAction
addNext, cosGetActionType, getNext, removeNext
 
Methods inherited from class de.intarsys.pdf.pd.PDObject
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

META

public static final PDActionGoToR.MetaClass META
The meta class instance


CN_ActionType_GoToR

public static final COSName CN_ActionType_GoToR

DK_D

public static final COSName DK_D

DK_F

public static final COSName DK_F

DK_NewWindow

public static final COSName DK_NewWindow
Method Detail

cosGetExpectedActionType

public COSName cosGetExpectedActionType()
Description copied from class: PDAction
The action type expected for a PDAction of the instantiated class.

Specified by:
cosGetExpectedActionType in class PDAction
Returns:
The action type expected for a PDAction of the instantiated class.

getDestination

public PDDestination getDestination()

getFile

public File getFile()

isNewWindow

public boolean isNewWindow()

invalidateCaches

public void invalidateCaches()
Description copied from class: COSBasedObject
Invalidate all local caches as the base object may have changed.

Overrides:
invalidateCaches in class COSBasedObject

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.