Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.figure | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.xml |
Modifier and Type | Field and Description |
---|---|
static Color |
DefaultTextInfo.textColor |
Modifier and Type | Method and Description |
---|---|
Color |
Heading.getBackColorInTOC()
Gets or sets a Color of the corresponding line in Table of Contents.
|
Color |
Cell.getBackgroundColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the
background color of the cell. |
Color |
FloatingBox.getBackgroundColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the
floating box. |
Color |
ImageInfo.getBackgroundColor()
Color that is used as background for stencil mask image.
|
Color |
Pdf.getBackgroundColor()
Gets a
aspose.pdf.Color object that indicates the background
color of the pdf. |
Color |
Row.getBackgroundColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the
row. |
Color |
Section.getBackgroundColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the
background color of the section. |
Color |
ShadingGradientPattern.getBackgroundColor() |
Color |
Table.getBackgroundColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the table. |
Color |
TextInfo.getBackgroundColor()
Gets or sets the background color of the text paragraph.
|
Color |
Heading.getBulletColor()
.
|
Color |
BackgroundColorPart.getColor() |
Color |
GraphInfo.getColor()
Gets or sets a
Color object that indicates the color of the
graph. |
Color |
TextInfo.getColor()
Indicates the color of the text.
|
Color |
UncolouredTilingPattern.getColor()
Returns a color of tile.
|
Color |
GradientAxialShading.getEndColor() |
Color |
GradientRadialShading.getEndColor() |
Color |
Canvas.getFillColor()
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the
canvas. |
Color |
CircleNote.getFillColor()
Gets or sets a value that indicates fill color.
|
Color |
GraphInfo.getFillColor()
Gets or sets a
Color object that indicates the fill color of
the graph. |
Color |
SquareNote.getFillColor()
Gets or sets a value that indicates fill color.
|
Color |
TextMarkupNote.getFillColor()
Gets or sets a value that indicates fill color.
|
Color |
TextInfo.getFirstLetterColor()
Gets or sets the background color of the first letter in paragraph.
|
Color |
TextInfo.getFirstLineColor()
Gets or sets the background color of the text paragraph.
|
Color |
Attachment.getIconColor()
Represents a
Color object that indicates the color of the
icon. |
Color |
Heading.getLabelColor()
Gets or sets a
Color value that indicates the color of the
bullet/label. |
Color |
GradientAxialShading.getStartColor() |
Color |
GradientRadialShading.getStartColor() |
Color |
TextInfo.getStrokeColor()
Gets or sets the stroke color of the text paragraph.
|
Modifier and Type | Method and Description |
---|---|
void |
BackgroundColorParts.add(Color color,
float startPosY) |
boolean |
Color.isNotNullAndSameAs(Color color) |
void |
Heading.setBackColorInTOC(Color value) |
void |
Cell.setBackgroundColor(Color value) |
void |
FloatingBox.setBackgroundColor(Color value) |
void |
ImageInfo.setBackgroundColor(Color value) |
void |
Pdf.setBackgroundColor(Color value)
Sets a
aspose.pdf.Color object that indicates the background
color of the pdf. |
void |
Row.setBackgroundColor(Color value) |
void |
Section.setBackgroundColor(Color value) |
void |
Table.setBackgroundColor(Color value) |
void |
TextInfo.setBackgroundColor(Color value) |
void |
Heading.setBulletColor(Color value) |
void |
GraphInfo.setColor(Color value) |
void |
HatchingPattern.setColor(Color color) |
void |
TextInfo.setColor(Color value) |
void |
UncolouredTilingPattern.setColor(Color color_0)
Sets a color of tile.
|
void |
GradientAxialShading.setEndColor(Color value) |
void |
GradientRadialShading.setEndColor(Color value) |
void |
Canvas.setFillColor(Color value) |
void |
CircleNote.setFillColor(Color value) |
void |
GraphInfo.setFillColor(Color value) |
void |
SquareNote.setFillColor(Color value) |
void |
TextMarkupNote.setFillColor(Color value) |
void |
TextInfo.setFirstLetterColor(Color value) |
void |
TextInfo.setFirstLineColor(Color value) |
void |
Attachment.setIconColor(Color value) |
void |
Heading.setLabelColor(Color value) |
void |
GradientAxialShading.setStartColor(Color value) |
void |
GradientRadialShading.setStartColor(Color value) |
void |
TextInfo.setStrokeColor(Color value) |
Constructor and Description |
---|
BorderInfo(int borderSide,
Color borderColor)
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide,
float borderWidth,
Color borderColor)
Initializes a new instance of the
BorderInfo class. |
GradientAxialShading(Color startColor,
Color endColor) |
GradientAxialShading(Color startColor,
Color endColor,
Function func) |
GradientRadialShading(Color startColor,
Color endColor) |
GradientRadialShading(Color startColor,
Color endColor,
Function func) |
UncolouredTilingPattern(Color color_0)
Initializes a new instance of the
T:Aspose.Pdf.UncolouredTilingPattern with specified T:Aspose.Pdf.Color object. |
Constructor and Description |
---|
FillInfo(float[] fillArea,
Color startCol,
Color endCol) |
Modifier and Type | Method and Description |
---|---|
static Color |
PdfConverter.toPdfColor(com.aspose.ms.System.Drawing.Color color) |
static Color |
PdfConverter.toPdfColor(String colorAsString,
com.aspose.ms.System.Drawing.Color defaultColor,
boolean[] parseSuccessful) |
Modifier and Type | Method and Description |
---|---|
static float[] |
ColorBase.colorToFloatArray(Color color) |
static void |
ColorBase.setPdfColor(GeneratorBase gen,
Color color,
String mode) |
Copyright © 2016 Aspose. All Rights Reserved.