public class ColorSpaceResourceData extends Object
Represents a data structure that indicates the colorspace resource.
Modifier and Type | Field and Description |
---|---|
Color |
Alternate
Represents the alternate or base colorspace.
|
int |
ColorSpace |
boolean |
IsUsedOnCurrentPage
Represents this resource used on current page
|
String |
Name
Represents quoted separation name
|
int |
ObjectID
Represents object id of this resource.
|
Constructor and Description |
---|
ColorSpaceResourceData() |
Modifier and Type | Method and Description |
---|---|
boolean |
getIsUsedOnCurrentPage() |
void |
setColorSpace(int ColorSpace) |
void |
setIsUsedOnCurrentPage(boolean IsUsedOnCurrentPage) |
void |
setName(String Name) |
public int ObjectID
Represents object id of this resource.
public boolean IsUsedOnCurrentPage
Represents this resource used on current page
public String Name
Represents quoted separation name
public int ColorSpace
public Color Alternate
Represents the alternate or base colorspace.
public boolean getIsUsedOnCurrentPage()
public void setIsUsedOnCurrentPage(boolean IsUsedOnCurrentPage)
public void setName(String Name)
public void setColorSpace(int ColorSpace)
Copyright © 2016 Aspose. All Rights Reserved.