|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.ExcelInterior
public class ExcelInterior
Used to get or set interior settings.
| Constructor Summary | |
|---|---|
ExcelInterior(IInterior interior)
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Returns or sets the cell shading color. |
ExcelPatternType |
getFillPattern()
Gets / Sets XlsFill pattern. |
ExcelGradient |
getGradient()
Returns gradient object for this extended format. |
ExcelColors |
getKnownColor()
Returns or sets the color of the interior. |
java.awt.Color |
getPatternColor()
Returns or sets the color of the interior pattern as an System.Drawing.Color value. |
ExcelColors |
getPatternKnownColor()
Returns or sets the color of the interior pattern as an index into the current color palette. |
void |
setColor(java.awt.Color value)
Returns or sets the cell shading color. |
void |
setFillPattern(ExcelPatternType fillPattern)
Gets / Sets XlsFill pattern. |
void |
setKnownColor(ExcelColors value)
Returns or sets the color of the interior. |
void |
setPatternColor(java.awt.Color value)
Returns or sets the color of the interior pattern as an System.Drawing.Color value. |
void |
setPatternColor(com.spire.ms.System.Drawing.Color value)
|
void |
setPatternKnownColor(ExcelColors value)
Returns or sets the color of the interior pattern as an index into the current color palette. |
| Constructor Detail |
|---|
public ExcelInterior(IInterior interior)
| Method Detail |
|---|
public ExcelColors getPatternKnownColor()
IInterior
getPatternKnownColor in interface IInteriorpublic void setPatternKnownColor(ExcelColors value)
IInterior
setPatternKnownColor in interface IInteriorpublic java.awt.Color getPatternColor()
IInterior
getPatternColor in interface IInteriorpublic void setPatternColor(java.awt.Color value)
IInterior
setPatternColor in interface IInteriorpublic void setPatternColor(com.spire.ms.System.Drawing.Color value)
public ExcelColors getKnownColor()
IInterior
getKnownColor in interface IInteriorpublic void setKnownColor(ExcelColors value)
IInterior
setKnownColor in interface IInteriorpublic java.awt.Color getColor()
IInterior
getColor in interface IInteriorpublic void setColor(java.awt.Color value)
IInterior
setColor in interface IInteriorpublic ExcelGradient getGradient()
getGradient in interface IInteriorpublic ExcelPatternType getFillPattern()
IInterior
getFillPattern in interface IInteriorpublic void setFillPattern(ExcelPatternType fillPattern)
IInterior
setFillPattern in interface IInterior
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||