|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Color in aspose.pdf |
---|
Fields in aspose.pdf declared as Color | |
---|---|
protected Color |
UncolouredTilingPattern.color
|
Methods in aspose.pdf that return Color | |
---|---|
Color |
Cell.getBackgroundColor()
Gets a Color object that indicates the background color of the cell. |
Color |
FloatingBox.getBackgroundColor()
Gets a Color object that indicates the background color of the floating
box. |
Color |
ImageInfo.getBackgroundColor()
|
Color |
Pdf.getBackgroundColor()
Gets a Color object that indicates the
background color of the pdf. |
Color |
Row.getBackgroundColor()
Gets a Color object that indicates the background color of the
row. |
Color |
Section.getBackgroundColor()
Gets a Color object that indicates the background color of the |
Color |
Table.getBackgroundColor()
Gets a Color object that indicates the
background color of the table. |
Color |
TextInfo.getBackgroundColor()
Gets the background color of the text paragraph. |
Color |
Heading.getBulletColor()
Deprecated. This function is now obsolete. You should use getLabelColor() to set the color of bullet/label. |
Color |
GraphInfo.getColor()
Gets a Color object that indicates the color of the graph. |
Color |
TextInfo.getColor()
Gets a Color object that indicates the color of the text. |
Color |
UncolouredTilingPattern.getColor()
Returns a color of tile. |
Color |
Canvas.getFillColor()
Gets a Color object that indicates the background color of the canvas. |
Color |
GraphInfo.getFillColor()
Gets a Color object that indicates the fill color of the graph. |
Color |
Attachment.getIconColor()
Gets a Color object that indicates the color of the icon. |
Color |
Heading.getLabelColor()
Gets a Color object that indicates the color of the
bullet/label. |
Color |
TextInfo.getOutlineColor()
Gets a Color object that indicates outline color of the text. |
Methods in aspose.pdf with parameters of type Color | |
---|---|
boolean |
Color.isSame(Color color)
A boolean value indicates whether two Color are the same |
void |
Cell.setBackgroundColor(Color backColor)
Sets a Color object that indicates the
background color of the cell. |
void |
FloatingBox.setBackgroundColor(Color value)
Sets a Color object that indicates the background color of the floating
box. |
void |
ImageInfo.setBackgroundColor(Color backgroundColor)
Specifies сolor that is used as background for stencil mask image. |
void |
Pdf.setBackgroundColor(Color value)
Sets a Color object that indicates the
background color of the pdf. |
void |
Row.setBackgroundColor(Color backColor)
Sets a Color object that indicates the background color of the
row. |
void |
Section.setBackgroundColor(Color value)
Sets a Color object that indicates the background color of the |
void |
Table.setBackgroundColor(Color value)
Sets a Color object that indicates the
background color of the table. |
void |
TextInfo.setBackgroundColor(Color bgColor)
Sets the background color of the text paragraph. |
void |
Heading.setBulletColor(Color value)
Deprecated. This function is now obsolete. You should use setLabelColor() to set the color of bullet/label. |
void |
GraphInfo.setColor(Color value)
Sets a Color object that indicates the color of the graph. |
void |
HatchingPattern.setColor(Color color)
|
void |
TextInfo.setColor(Color textColor)
Set a Color object that indicates the color of the text. |
void |
UncolouredTilingPattern.setColor(Color color)
Sets a color of tile. |
void |
Canvas.setFillColor(Color backColor)
Sets a Color object that indicates the
background color of the canvas. |
void |
GraphInfo.setFillColor(Color value)
Sets a Color object that indicates the fill color of the graph. |
void |
Attachment.setIconColor(Color value)
Sets a Color object that indicates the color of the icon. |
void |
Heading.setLabelColor(Color value)
Sets a Color object that indicates the color of the
bullet/label. |
void |
TextInfo.setOutlineColor(Color outlineColor)
Set a Color object that indicates outline color of the text. |
Constructors in aspose.pdf with parameters of type Color | |
---|---|
BorderInfo(int borderSide,
Color borderColor)
Constructor - initializes a new instance of the BorderInfo class. |
|
BorderInfo(int borderSide,
float borderWidth,
Color borderColor)
Constructor - initializes a new instance of the BorderInfo class. |
|
UncolouredTilingPattern(Color color)
Initializes a new instance of the UncolouredTilingPattern with specified Color object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |