public class SetColorRenderingIntent extends Operator
Class representing ri operator (set color rendering intent).
Constructor and Description |
---|
SetColorRenderingIntent()
Initializes operator.
|
SetColorRenderingIntent(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
SetColorRenderingIntent(String intentName)
Set Color Rendering Intent operator constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getIntentName()
Gets or sets color rendering intent name.
|
void |
setIntentName(String value)
Gets or sets color rendering intent name.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetColorRenderingIntent()
Initializes operator.
public SetColorRenderingIntent(String intentName)
Set Color Rendering Intent operator constructor.
intentName
- Color Rendering Intent.public SetColorRenderingIntent(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
public String getIntentName()
Gets or sets color rendering intent name.
public void setIntentName(String value)
Gets or sets color rendering intent name.
value
- String object