DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class OutputIntentList

java.lang.Object
  |
  +--com.cete.dynamicpdf.OutputIntentList

public class OutputIntentList
extends java.lang.Object

Represents a collection of output intents.

Licensing:
This property is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 void add(OutputIntent outputIntent)
          Adds an OutputIntent object to the output intent list.
 OutputIntent getOutputIntent(int index)
          Gets the output intent object at the specified index.
 int getSize()
          Gets the number of output intents in the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()
Gets the number of output intents in the list.


getOutputIntent

public OutputIntent getOutputIntent(int index)
Gets the output intent object at the specified index.


add

public void add(OutputIntent outputIntent)
Adds an OutputIntent object to the output intent list.

Parameters:
outputIntent - The OutputIntent object to be added.
See Also:
OutputIntent

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software