|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.OutputIntentList
public class OutputIntentList
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 |
---|
public int size()
public OutputIntent getOutputIntent(int index)
index
- the index of the output intent.
public void add(OutputIntent outputIntent)
OutputIntent
object to the output intent list.
outputIntent
- The OutputIntent
object to be added.OutputIntent
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |