public class CdrFill extends CdrDictionaryItem
The cdr fill
CdrObjectContainer| Constructor and Description |
|---|
CdrFill() |
| Modifier and Type | Method and Description |
|---|---|
CdrColor |
getColor1()
Gets the color1.
|
CdrColor |
getColor2()
Gets the color2.
|
short |
getFillType()
Gets the type of the fill.
|
CdrGradient |
getGradient()
Gets the gradient.
|
CdrImageFill |
getImageFill()
Gets the image fill.
|
void |
setColor1(CdrColor value)
Sets the color1.
|
void |
setColor2(CdrColor value)
Sets the color2.
|
void |
setFillType(short value)
Sets the type of the fill.
|
void |
setGradient(CdrGradient value)
Sets the gradient.
|
void |
setImageFill(CdrImageFill value)
Sets the image fill.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final short getFillType()
Gets the type of the fill.
public final void setFillType(short value)
Sets the type of the fill.
value - the type of the fill.public final CdrColor getColor1()
Gets the color1.
public final void setColor1(CdrColor value)
Sets the color1.
value - the color1.public final CdrColor getColor2()
Gets the color2.
public final void setColor2(CdrColor value)
Sets the color2.
value - the color2.public final CdrGradient getGradient()
Gets the gradient.
public final void setGradient(CdrGradient value)
Sets the gradient.
value - the gradient.public final CdrImageFill getImageFill()
Gets the image fill.
public final void setImageFill(CdrImageFill value)
Sets the image fill.
value - the image fill.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.