SourceForge.net Logo
aXSL API 0.2

org.axsl.pdf
Interface PdfDestination


public interface PdfDestination

A PDF Destination.


Method Summary
 void registerName(java.lang.String name)
          Registers a name for this destination, turning it into a "named destination".
 

Method Detail

registerName

void registerName(java.lang.String name)
                  throws PdfException
Registers a name for this destination, turning it into a "named destination".

Parameters:
name - The name that should be assigned to this destination.
Throws:
PdfException - If a (different) name has already been assigned to this destination, or if the name being registered has already been registered for a different destination.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.