public interface IPatternFillSettings extends IFillSettings
Interface for Pattern fill settings
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalOffset()
Gets or sets the horizontal offset.
|
boolean |
getLinked()
Gets or sets a value indicating whether this
IPatternFillSettings is linked. |
int[] |
getPatternData()
Gets or sets the pattern data.
|
int |
getPatternHeight()
Gets or sets the height of the pattern.
|
String |
getPatternId()
Gets or sets the pattern identifier.
|
String |
getPatternName()
Gets or sets the name of the pattern.
|
int |
getPatternWidth()
Gets or sets the width of the pattern.
|
String |
getPointType()
Gets or sets the type of the point.
|
double |
getScale()
Gets or sets the scale.
|
int |
getVerticalOffset()
Gets or sets the vertical offset.
|
void |
setHorizontalOffset(int value)
Gets or sets the horizontal offset.
|
void |
setLinked(boolean value)
Gets or sets a value indicating whether this
IPatternFillSettings is linked. |
void |
setPatternData(int[] value)
Gets or sets the pattern data.
|
void |
setPatternHeight(int value)
Gets or sets the height of the pattern.
|
void |
setPatternId(String value)
Gets or sets the pattern identifier.
|
void |
setPatternName(String value)
Gets or sets the name of the pattern.
|
void |
setPatternWidth(int value)
Gets or sets the width of the pattern.
|
void |
setPointType(String value)
Gets or sets the type of the point.
|
void |
setScale(double value)
Gets or sets the scale.
|
void |
setVerticalOffset(int value)
Gets or sets the vertical offset.
|
getFillType
boolean getLinked()
Gets or sets a value indicating whether this IPatternFillSettings
is linked.
true
if linked; otherwise, false
.void setLinked(boolean value)
Gets or sets a value indicating whether this IPatternFillSettings
is linked.
true
if linked; otherwise, false
.double getScale()
Gets or sets the scale.
Value: The scale.void setScale(double value)
Gets or sets the scale.
Value: The scale.String getPointType()
Gets or sets the type of the point.
Value: The type of the point.void setPointType(String value)
Gets or sets the type of the point.
Value: The type of the point.String getPatternName()
Gets or sets the name of the pattern.
Value: The name of the pattern.void setPatternName(String value)
Gets or sets the name of the pattern.
Value: The name of the pattern.String getPatternId()
Gets or sets the pattern identifier.
Value: The pattern identifier.void setPatternId(String value)
Gets or sets the pattern identifier.
Value: The pattern identifier.int getHorizontalOffset()
Gets or sets the horizontal offset.
Value: The horizontal offset.void setHorizontalOffset(int value)
Gets or sets the horizontal offset.
Value: The horizontal offset.value
- int getVerticalOffset()
Gets or sets the vertical offset.
Value: The vertical offset.void setVerticalOffset(int value)
Gets or sets the vertical offset.
Value: The vertical offset.value
- int[] getPatternData()
Gets or sets the pattern data.
Value: The pattern data.void setPatternData(int[] value)
Gets or sets the pattern data.
Value: The pattern data.int getPatternWidth()
Gets or sets the width of the pattern.
Value: The width of the pattern.void setPatternWidth(int value)
Gets or sets the width of the pattern.
Value: The width of the pattern.int getPatternHeight()
Gets or sets the height of the pattern.
Value: The height of the pattern.void setPatternHeight(int value)
Gets or sets the height of the pattern.
Value: The height of the pattern.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.