|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPostScriptColor
Provides access to members that control the post script color.
| Method Summary | |
|---|---|
String |
getSpotDescription()
The description of the spot plate. |
short |
getSpotPercentage()
The saturation of the spot plate. |
boolean |
isOverprint()
Indicates if the color overprints. |
boolean |
isSpotColor()
Indicates if the color is a spot color. |
void |
setOverprint(boolean flag)
Indicates if the color overprints. |
void |
setSpotColor(boolean isSpot)
Indicates if the color is a spot color. |
void |
setSpotDescription(String desc)
The description of the spot plate. |
void |
setSpotPercentage(short percent)
The saturation of the spot plate. |
| Method Detail |
|---|
void setOverprint(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOverprint()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpotColor(boolean isSpot)
throws IOException,
AutomationException
isSpot - The isSpot (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSpotColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpotDescription(String desc)
throws IOException,
AutomationException
desc - The desc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSpotDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpotPercentage(short percent)
throws IOException,
AutomationException
percent - The percent (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getSpotPercentage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||