Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
Modifier and Type | Field and Description |
---|---|
Color |
Heading.BackColorInTOC
Gets or sets a Color of the corresponding line in Table of Contents.
|
Color |
Cell.BackgroundColor
Gets or sets a
Aspose.Pdf.Generator.Color object that indicates the background color of the
cell. |
Color |
FloatingBox.BackgroundColor
Gets or sets a
Aspose.Pdf.Generator.Color object that indicates the background color of the
floating box. |
Color |
LegacyPdf.BackgroundColor
Gets or sets a
Aspose.Pdf.Generator.Color object that indicates the background color of the
pdf. |
Color |
Row.BackgroundColor
Gets or sets a
Aspose.Pdf.Generator.Color object that indicates the background color of the
row. |
Color |
Section.BackgroundColor
Gets or sets a
Aspose.Pdf.Color object that indicates the background color of the
section. |
Color |
Table.BackgroundColor
Gets or sets a
Aspose.Pdf.Generator.LegacyXmlModel.Color object that indicates the background color of the table. |
Color |
TextInfo.BackgroundColor |
Color |
GraphInfo.Color
Indicates the color of the graph.
|
Color |
TextInfo.Color |
Color |
Canvas.FillColor
Gets or sets a
Aspose.Pdf.Generator.Color object that indicates the background color of the
canvas. |
Color |
CircleNote.FillColor
Gets or sets a value that indicates fill color.
|
Color |
GraphInfo.FillColor
Gets or sets a
Color object that indicates the fill color of the graph. |
Color |
SquareNote.FillColor
Gets or sets a value that indicates fill color.
|
Color |
TextMarkupNote.FillColor
Gets or sets a value that indicates fill color.
|
Color |
Attachment.IconColor
Represents a
Color object that indicates the color of the icon. |
Color |
TextInfo.StrokeColor |
Modifier and Type | Method and Description |
---|---|
Color |
ImageInfo.getBackgroundColor()
Color that is used as background for stencil mask image.
|
Color |
Heading.getBulletColor()
.
|
Color |
UncolouredTilingPattern.getColor()
Returns a color of tile.
|
Color |
GradientAxialShading.getEndColor() |
Color |
GradientRadialShading.getEndColor() |
Color |
Heading.getLabelColor()
Gets or sets a
Color value that indicates the color of the bullet/label. |
Color |
GradientAxialShading.getStartColor() |
Color |
GradientRadialShading.getStartColor() |
Modifier and Type | Method and Description |
---|---|
void |
ImageInfo.setBackgroundColor(Color value) |
void |
Heading.setBulletColor(Color value) |
void |
HatchingPattern.setColor(Color color) |
void |
UncolouredTilingPattern.setColor(Color color)
Sets a color of tile.
|
void |
GradientAxialShading.setEndColor(Color value) |
void |
GradientRadialShading.setEndColor(Color value) |
void |
Heading.setLabelColor(Color value) |
void |
GradientAxialShading.setStartColor(Color value) |
void |
GradientRadialShading.setStartColor(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)
Initializes a new instance of the
T:Aspose.Pdf.Generator.LegacyXmlModel with specified T:Aspose.Pdf.Color object. |
Copyright © 2014 Aspose. All Rights Reserved.