|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShapeLineFormat
public class XlsShapeLineFormat
| Constructor Summary | |
|---|---|
XlsShapeLineFormat(java.lang.Object parent,
XlsShape innershape)
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getBackColor()
Represents background color. |
ExcelColors |
getBackKnownColor()
Represents background color index. |
ShapeArrowLengthType |
getBeginArrowheadLength()
Represents begin arrow head length. |
ShapeArrowStyleType |
getBeginArrowHeadStyle()
Represents begin arrow head style. |
ShapeArrowWidthType |
getBeginArrowheadWidth()
Represents begin arrow head width. |
ShapeDashLineStyleType |
getDashStyle()
Represents the dash style for the specified line. |
ShapeArrowLengthType |
getEndArrowheadLength()
Represents end arrow head length. |
ShapeArrowStyleType |
getEndArrowHeadStyle()
Represents end arrow head style. |
ShapeArrowWidthType |
getEndArrowheadWidth()
Represents end arrow head width. |
java.awt.Color |
getForeColor()
Represents foreground color. |
ExcelColors |
getForeKnownColor()
Represents foreground color index. |
boolean |
getNoFill()
Getts and Setts the m_bNoFill; |
GradientPatternType |
getPattern()
Represents line pattern. |
ShapeLineStyleType |
getStyle()
Represents line style. |
double |
getTransparency()
Represents line transparency. |
boolean |
getVisible()
Represents if line format is visible. |
double |
getWeight()
Represents weight of the line in pts.( 0 - 1584 ) |
boolean |
hasPattern()
Indicates if current line format contain pattern. |
boolean |
isRound()
Indicates whether join is round. |
void |
setBackColor(java.awt.Color value)
Represents background color. |
void |
setBackKnownColor(ExcelColors value)
Represents background color index. |
void |
setBeginArrowheadLength(ShapeArrowLengthType value)
Represents begin arrow head length. |
void |
setBeginArrowHeadStyle(ShapeArrowStyleType value)
Represents begin arrow head style. |
void |
setBeginArrowheadWidth(ShapeArrowWidthType value)
Represents begin arrow head width. |
void |
setDashStyle(ShapeDashLineStyleType value)
Represents the dash style for the specified line. |
void |
setEndArrowheadLength(ShapeArrowLengthType value)
Represents end arrow head length. |
void |
setEndArrowHeadStyle(ShapeArrowStyleType value)
Represents end arrow head style. |
void |
setEndArrowheadWidth(ShapeArrowWidthType value)
Represents end arrow head width. |
void |
setForeColor(java.awt.Color value)
Represents foreground color. |
void |
setForeKnownColor(ExcelColors value)
Represents foreground color index. |
void |
setNoFill(boolean value)
Getts and Setts the m_bNoFill; |
void |
setStyle(ShapeLineStyleType value)
Represents line style. |
void |
setTransparency(double value)
Represents line transparency. |
void |
setVisible(boolean value)
Represents if line format is visible. |
void |
setWeight(double value)
Represents weight of the line in pts.( 0 - 1584 ) |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IShapeLineFormat |
|---|
hasPattern, setPattern |
| Constructor Detail |
|---|
public XlsShapeLineFormat(java.lang.Object parent,
XlsShape innershape)
| Method Detail |
|---|
public double getWeight()
getWeight in interface IShapeLineFormatpublic void setWeight(double value)
setWeight in interface IShapeLineFormatpublic java.awt.Color getForeColor()
getForeColor in interface IShapeLineFormatpublic void setForeColor(java.awt.Color value)
setForeColor in interface IShapeLineFormatpublic java.awt.Color getBackColor()
getBackColor in interface IShapeLineFormatpublic void setBackColor(java.awt.Color value)
setBackColor in interface IShapeLineFormatpublic ExcelColors getForeKnownColor()
getForeKnownColor in interface IShapeLineFormatpublic void setForeKnownColor(ExcelColors value)
setForeKnownColor in interface IShapeLineFormatpublic ExcelColors getBackKnownColor()
getBackKnownColor in interface IShapeLineFormatpublic void setBackKnownColor(ExcelColors value)
setBackKnownColor in interface IShapeLineFormatpublic ShapeArrowStyleType getBeginArrowHeadStyle()
getBeginArrowHeadStyle in interface IShapeLineFormatpublic void setBeginArrowHeadStyle(ShapeArrowStyleType value)
setBeginArrowHeadStyle in interface IShapeLineFormatpublic ShapeArrowStyleType getEndArrowHeadStyle()
getEndArrowHeadStyle in interface IShapeLineFormatpublic void setEndArrowHeadStyle(ShapeArrowStyleType value)
setEndArrowHeadStyle in interface IShapeLineFormatpublic ShapeArrowLengthType getBeginArrowheadLength()
getBeginArrowheadLength in interface IShapeLineFormatpublic void setBeginArrowheadLength(ShapeArrowLengthType value)
setBeginArrowheadLength in interface IShapeLineFormatpublic ShapeArrowLengthType getEndArrowheadLength()
getEndArrowheadLength in interface IShapeLineFormatpublic void setEndArrowheadLength(ShapeArrowLengthType value)
setEndArrowheadLength in interface IShapeLineFormatpublic ShapeArrowWidthType getBeginArrowheadWidth()
getBeginArrowheadWidth in interface IShapeLineFormatpublic void setBeginArrowheadWidth(ShapeArrowWidthType value)
setBeginArrowheadWidth in interface IShapeLineFormatpublic ShapeArrowWidthType getEndArrowheadWidth()
getEndArrowheadWidth in interface IShapeLineFormatpublic void setEndArrowheadWidth(ShapeArrowWidthType value)
setEndArrowheadWidth in interface IShapeLineFormatpublic ShapeDashLineStyleType getDashStyle()
getDashStyle in interface IShapeLineFormatpublic void setDashStyle(ShapeDashLineStyleType value)
setDashStyle in interface IShapeLineFormatpublic ShapeLineStyleType getStyle()
getStyle in interface IShapeLineFormatpublic void setStyle(ShapeLineStyleType value)
setStyle in interface IShapeLineFormatpublic double getTransparency()
getTransparency in interface IShapeLineFormatpublic void setTransparency(double value)
setTransparency in interface IShapeLineFormatpublic boolean getVisible()
getVisible in interface IShapeLineFormatpublic void setVisible(boolean value)
setVisible in interface IShapeLineFormatpublic GradientPatternType getPattern()
getPattern in interface IShapeLineFormatpublic boolean hasPattern()
hasPattern in interface IShapeLineFormatpublic boolean isRound()
public boolean getNoFill()
public void setNoFill(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||