public class PatternFillSettings extends BaseFillSettings
Pattern fill effect settings
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets the color.
|
int |
getFillType()
The fill type
|
double |
getHorizontalOffset()
Gets the horizontal offset.
|
boolean |
getLinked()
Gets a value indicating whether this
PatternFillSettings is linked. |
String |
getPatternId()
Gets the pattern identifier.
|
String |
getPatternName()
Gets the name of the pattern.
|
String |
getPointType()
Gets the type of the point.
|
double |
getScale()
Gets the scale.
|
double |
getVerticalOffset()
Gets the vertical offset.
|
void |
setColor(Color value)
Sets the color.
|
void |
setHorizontalOffset(double value)
Sets the horizontal offset.
|
void |
setLinked(boolean value)
Sets a value indicating whether this
PatternFillSettings is linked. |
void |
setPatternId(String value)
Sets the pattern identifier.
|
void |
setPatternName(String value)
Sets the name of the pattern.
|
void |
setPointType(String value)
Sets the type of the point.
|
void |
setScale(double value)
Sets the scale.
|
void |
setVerticalOffset(double value)
Sets the vertical offset.
|
public final Color getColor()
Gets the color.
Value: The color.public final void setColor(Color value)
Sets the color.
Value: The color.value
- the color.public int getFillType()
The fill type
getFillType
in class BaseFillSettings
public final boolean getLinked()
Gets a value indicating whether this PatternFillSettings
is linked.
true
if linked; otherwise, false
.PatternFillSettings
is linked.public final void setLinked(boolean value)
Sets a value indicating whether this PatternFillSettings
is linked.
true
if linked; otherwise, false
.value
- a value indicating whether this PatternFillSettings
is linked.public final double getScale()
Gets the scale.
Value: The scale.public final void setScale(double value)
Sets the scale.
Value: The scale.value
- the scale.public final String getPointType()
Gets the type of the point.
Value: The type of the point.public final void setPointType(String value)
Sets the type of the point.
Value: The type of the point.value
- the type of the point.public final String getPatternName()
Gets the name of the pattern.
Value: The name of the pattern.public final void setPatternName(String value)
Sets the name of the pattern.
Value: The name of the pattern.value
- the name of the pattern.public final String getPatternId()
Gets the pattern identifier.
Value: The pattern identifier.public final void setPatternId(String value)
Sets the pattern identifier.
Value: The pattern identifier.value
- the pattern identifier.public final double getHorizontalOffset()
Gets the horizontal offset.
Value: The horizontal offset.public final void setHorizontalOffset(double value)
Sets the horizontal offset.
Value: The horizontal offset.value
- the horizontal offset.public final double getVerticalOffset()
Gets the vertical offset.
Value: The vertical offset.public final void setVerticalOffset(double value)
Sets the vertical offset.
Value: The vertical offset.value
- the vertical offset.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.