DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class OutputIntentList

java.lang.Object
  extended by 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 size()
          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

size

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

Returns:
the list size.

getOutputIntent

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

Parameters:
index - the index of the output intent.
Returns:
the output intent related to the 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 DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software