Namespace EasyXLS
Class ExcelStyle
System.Object
EasyXLS.ExcelStyle
public class ExcelStyle
extends System.Object
This class stores the style information like font name, font size, font bold, font italic, word wrap,
font underline style, font subscript, font superscript, font strikethrough, background color,
foreground color, horizontal alignment, vertical alignment, number or date format,
cell locked or hidden, shrink, border type, border color.
A style can be assigned to a cell, column or a range of cells.
-
Constructor Summary
ConstructorDescriptionDefines an instance of the style.ExcelStyle(System.Drawing.Color background)
Defines an instance of the style that is initialized with background color.ExcelStyle(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground)
Defines an instance of the style that is initialized with font settings.ExcelStyle(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground, System.Drawing.Color background)
Defines an instance of the style that is initialized with font and background settings. -
Method Summary
Modifier and TypeMethodDescriptionClone()
Creates and returns a copy of this object.System.Drawing.Color
Returns the background color of the style.Returns the background color of the style.System.Drawing.Color
Returns the color of the bottom border.int
Returns the style of the bottom border.Returns the color of the bottom border.System.String
Returns the data type of the style.System.Drawing.Color
Returns the color of the diagonal border.int
Returns the style of the diagonal down border.Returns the color of the diagonal border.int
Returns the style of the diagonal up border.System.String
getFont()
Returns the name of the style font.int
Returns the size of the style font.System.Drawing.Color
Returns the foreground color of the style.Returns the foreground color of the style.System.String
Returns the number/date format of the style.System.Drawing.Color
Returns the first color of the gradient fill.System.Drawing.Color
Returns the second color of the gradient fill.int
Returns the shading style of the gradient fill.Returns the first color of the gradient fill.Returns the second color of the gradient fill.System.String
Returns the horizontal alignment of the style.int
Returns the indent of the style.System.Drawing.Color
Returns the color of the left border.int
Returns the style of the left border.Returns the color of the left border.int
Returns the pattern of the style.System.Drawing.Color
Returns the pattern color of the style.Returns the pattern color of the style.System.Drawing.Color
Returns the color of the right border.int
Returns the style of the right border.Returns the color of the right border.int
Returns the text direction of the styleint
Returns the text rotation of the style.System.Drawing.Color
Returns the color of the top border.int
Returns the style of the top border.Returns the color of the top border.int
Returns the underline style of the style font.System.String
Returns the vertical alignment of the style.bool
Returns true if the font is the body font, false otherwise.bool
IsBold()
Returns the bold setting of the style font.bool
IsEqual(ExcelStyle xlsCompare)
Compares two styles.bool
Returns true if the font is the headings font, false otherwise.bool
Returns the hidden setting of the style.bool
IsItalic()
Returns the italic setting of the style font.bool
Returns the justify distributed setting of the style font.bool
IsLocked()
Returns the locked setting of the style.bool
Returns the merge cell option of the stylebool
IsShrink()
Returns the shrink setting of the style.bool
Returns the strikethrough setting of the style font.bool
Returns the subscript setting of the style font.bool
Returns the superscript setting of the style font.bool
IsWrap()
Returns the wrap setting of the style.void
setBackground(ThemeColor themeColor)
Sets the background color of the style.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
setBackground(System.Drawing.Color color)
Sets the background color of the style.void
Sets the body font.void
setBold(bool isBold)
Sets the bold option of the style font.void
setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
void
setBorderColors(System.Drawing.Color borderTop, System.Drawing.Color borderBottom, System.Drawing.Color borderLeft, System.Drawing.Color borderRight)
Sets the border colors of the style.void
setBorderStyles(int borderTop, int borderBottom, int borderLeft, int borderRight)
Sets the border styles of the style.void
setBottomColor_Border(ThemeColor themeColor)
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
void
setBottomColor_Border(System.Drawing.Color color)
Sets the color of the bottom border.void
setBottomStyle_Border(int borderStyle)
Sets the style of the bottom border.void
setDataType(System.String dataType)
Sets the data type of the style.void
setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)
Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.
void
setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, System.Drawing.Color borderColor)
Sets the diagonal borders.void
setFont(System.String fontName)
Sets the name of the style font.void
setFontSize(int fontSize)
Sets the size of the style font.void
setForeground(ThemeColor themeColor)
Sets the foreground color of the style.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
setForeground(System.Drawing.Color color)
Sets the foreground color of the style.void
setFormat(System.String format)
Sets the number/date format of the style.void
setGradientColor1(ThemeColor themeColor1)
Sets the first color of the gradient fill.void
setGradientColor1(System.Drawing.Color color1)
Sets the first color of the gradient fill.void
setGradientColor2(ThemeColor themeColor2)
Sets the second color of the gradient fill.void
setGradientColor2(System.Drawing.Color color2)
Sets the second color of the gradient fill.void
setGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle)
Sets the gradient fill for the style.void
setGradientFill(System.Drawing.Color color1, System.Drawing.Color color2, int shadingStyle)
Sets the gradient fill for the style.void
setGradientShadingStyle(int shadingStyle)
Sets the shading style of the gradient fill.void
Sets the headings font.void
setHiddenFormula(bool isHidden)
Sets the hidden option of the style.void
setHorizontalAlignment(System.String horizontalAlignment)
Sets the horizontal alignment of the style.void
setIndent(int indent)
Sets the indent of the style.void
setItalic(bool isItalic)
Sets the italic option of the style font.void
setJustifyDistributed(bool isJustifyDistributed)
Sets the justify distributed option of the style font.void
setLeftColor_Border(ThemeColor themeColor)
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
void
setLeftColor_Border(System.Drawing.Color color)
Sets the color of the left border.void
setLeftStyle_Border(int borderStyle)
Sets the style of the left border.void
setLocked(bool isLocked)
Sets the locked option of the style.void
setPattern(int pattern)
Sets the pattern of the style.void
setPatternColor(ThemeColor themeColor)
Sets the pattern color of the style.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.
void
setPatternColor(System.Drawing.Color color)
Sets the pattern color of the style.void
setRightColor_Border(ThemeColor themeColor)
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
void
setRightColor_Border(System.Drawing.Color color)
Sets the color of the right border.void
setRightStyle_Border(int borderStyle)
Sets the style of the right border.void
setShrink(bool isShrink)
Sets the shrink option of the style.void
setStrikethrough(bool isStrikethrough)
Sets the strikethrough option of the style font.void
setSubscript(bool isSubscript)
Sets the subscript option of the style font.void
setSuperscript(bool isSuperscript)
Sets the superscript option of the style font.void
setTextDirection(int textDirection)
Sets the text direction of the style.void
setTextRotation(int textRotation)
Sets the text rotation of the style.void
setTopColor_Border(ThemeColor themeColor)
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
void
setTopColor_Border(System.Drawing.Color color)
Sets the color of the top border.void
setTopStyle_Border(int borderStyle)
Sets the style of the top border.void
setUnderlineStyle(int underlineStyle)
Sets the underline style of the style font.void
setVerticalAlignment(System.String verticalAlignment)
Sets the vertical alignment of the style.void
setWrap(bool isWrap)
Sets the wrap option of the style.Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelStyle
public ExcelStyle()Defines an instance of the style. -
ExcelStyle
public ExcelStyle(System.Drawing.Color background)Defines an instance of the style that is initialized with background color.- Parameters:
background
- the background color of the style
-
ExcelStyle
public ExcelStyle(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground)Defines an instance of the style that is initialized with font settings.- Parameters:
fontName
- the name of the style fontfontSize
- the size of the style fontisBold
- the bold option of the style fontisItalic
- the italic option of the style fontforeground
- the foreground color of the style
-
ExcelStyle
public ExcelStyle(System.String fontName, int fontSize, bool isBold, bool isItalic, System.Drawing.Color foreground, System.Drawing.Color background)Defines an instance of the style that is initialized with font and background settings.- Parameters:
fontName
- the name of the style fontfontSize
- the size of the style fontisBold
- the bold option of the style fontisItalic
- the italic option of the style fontforeground
- the foreground color of the stylebackground
- the background color of the style
-
-
Method Details
-
getFormat
public System.String getFormat()Returns the number/date format of the style. Possible values are available inFormat
class.- Returns:
- the number/date format of the style
- See Also:
setFormat(System.String)
-
setFormat
public void setFormat(System.String format)Sets the number/date format of the style. Possible values are available inFormat
class.- Parameters:
format
- the number/date format of the style- See Also:
getFormat()
-
getHorizontalAlignment
public System.String getHorizontalAlignment()Returns the horizontal alignment of the style. Possible values are available inAlignment
class.- Returns:
- the horizontal alignment of the style
- See Also:
setHorizontalAlignment(System.String)
-
setHorizontalAlignment
public void setHorizontalAlignment(System.String horizontalAlignment)Sets the horizontal alignment of the style. Possible values are available inAlignment
class.- Parameters:
horizontalAlignment
- the horizontal alignment of the style- See Also:
getHorizontalAlignment()
-
getVerticalAlignment
public System.String getVerticalAlignment()Returns the vertical alignment of the style. Possible values are available inAlignment
class.- Returns:
- the vertical alignment of the style
- See Also:
setVerticalAlignment(System.String)
-
setVerticalAlignment
public void setVerticalAlignment(System.String verticalAlignment)Sets the vertical alignment of the style. Possible values are available inAlignment
class.- Parameters:
verticalAlignment
- the vertical alignment of the style- See Also:
getVerticalAlignment()
-
IsJustifyDistributed
public bool IsJustifyDistributed()Returns the justify distributed setting of the style font. It can only be used for distributed alignment.- Returns:
- the justify distributed setting of the style font
- See Also:
setJustifyDistributed(bool)
-
setJustifyDistributed
public void setJustifyDistributed(bool isJustifyDistributed)Sets the justify distributed option of the style font. It can only be used for distributed alignment.- Parameters:
isJustifyDistributed
- the justify distributed option of the style font- See Also:
IsJustifyDistributed()
-
getIndent
public int getIndent()Returns the indent of the style.- Returns:
- the indent of the style.
- See Also:
setIndent(int)
-
setIndent
public void setIndent(int indent)Sets the indent of the style.- Parameters:
indent
- the indent of the style.- See Also:
getIndent()
-
getTextRotation
public int getTextRotation()Returns the text rotation of the style.- Returns:
- the text rotation of the style.
- See Also:
setTextRotation(int)
-
setTextRotation
public void setTextRotation(int textRotation)Sets the text rotation of the style.- Parameters:
textRotation
- the text rotation of the style.- See Also:
getTextRotation()
-
IsWrap
public bool IsWrap()Returns the wrap setting of the style.- Returns:
- the wrap setting of the style
- See Also:
setWrap(bool)
-
setWrap
public void setWrap(bool isWrap)Sets the wrap option of the style.- Parameters:
isWrap
- the wrap option of the style- See Also:
IsWrap()
-
IsShrink
public bool IsShrink()Returns the shrink setting of the style.- Returns:
- the shrink setting of the style
- See Also:
setShrink(bool)
-
setShrink
public void setShrink(bool isShrink)Sets the shrink option of the style.- Parameters:
isShrink
- the shrink option of the style- See Also:
IsShrink()
-
IsMergeCell
public bool IsMergeCell()Returns the merge cell option of the style- Returns:
- the merge cell option of the style
-
getTextDirection
public int getTextDirection()Returns the text direction of the style- Returns:
- the text direction of the style
- See Also:
setTextDirection(int)
-
setTextDirection
public void setTextDirection(int textDirection)Sets the text direction of the style.- Parameters:
textDirection
- the text direction of the style- See Also:
getTextDirection()
-
getFont
public System.String getFont()Returns the name of the style font.- Returns:
- the name of the style font
- See Also:
setFont(System.String)
-
setFont
public void setFont(System.String fontName)Sets the name of the style font.- Parameters:
fontName
- the name of the style font- See Also:
getFont()
-
IsHeadingsFont
public bool IsHeadingsFont()Returns true if the font is the headings font, false otherwise.- Returns:
- true if the font is the headings font, false otherwise
- See Also:
setHeadingsFont()
,setFont(System.String)
-
setHeadingsFont
public void setHeadingsFont()Sets the headings font.- See Also:
IsHeadingsFont()
,setFont(System.String)
-
IsBodyFont
public bool IsBodyFont()Returns true if the font is the body font, false otherwise.- Returns:
- true if the font is the body font, false otherwise
- See Also:
setBodyFont()
,setFont(System.String)
-
setBodyFont
public void setBodyFont()Sets the body font.- See Also:
IsBodyFont()
,setFont(System.String)
-
getFontSize
public int getFontSize()Returns the size of the style font.- Returns:
- the size of the style font
- See Also:
setFontSize(int)
-
setFontSize
public void setFontSize(int fontSize)Sets the size of the style font.- Parameters:
fontSize
- the size of the style font- See Also:
getFontSize()
-
IsBold
public bool IsBold()Returns the bold setting of the style font.- Returns:
- the bold setting of the style font
- See Also:
setBold(bool)
-
setBold
public void setBold(bool isBold)Sets the bold option of the style font.- Parameters:
isBold
- the bold option of the style font- See Also:
IsBold()
-
IsItalic
public bool IsItalic()Returns the italic setting of the style font.- Returns:
- the italic setting of the style font
- See Also:
setItalic(bool)
-
setItalic
public void setItalic(bool isItalic)Sets the italic option of the style font.- Parameters:
isItalic
- the italic option of the style font- See Also:
IsItalic()
-
getUnderlineStyle
public int getUnderlineStyle()Returns the underline style of the style font. Possible values are available inFontSettings
class.- Returns:
- the underline style of the style font
- See Also:
setUnderlineStyle(int)
-
setUnderlineStyle
public void setUnderlineStyle(int underlineStyle)Sets the underline style of the style font. Possible values are available inFontSettings
class.- Parameters:
underlineStyle
- underline style of the style font- See Also:
getUnderlineStyle()
-
getForeground
public System.Drawing.Color getForeground()Returns the foreground color of the style.- Returns:
- the foreground color of the style
- See Also:
setForeground(Color)
-
getForegroundThemeColor
Returns the foreground color of the style.- Returns:
- the foreground color of the style
- See Also:
setForeground(ThemeColor)
-
setForeground
public void setForeground(System.Drawing.Color color)Sets the foreground color of the style.- Parameters:
color
- the foreground color of the style- See Also:
getForeground()
-
setForeground
Sets the foreground color of the style.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the foreground color of the style- See Also:
getForegroundThemeColor()
-
IsStrikethrough
public bool IsStrikethrough()Returns the strikethrough setting of the style font.- Returns:
- the strikethrough setting of the style font
- See Also:
setStrikethrough(bool)
-
setStrikethrough
public void setStrikethrough(bool isStrikethrough)Sets the strikethrough option of the style font.- Parameters:
isStrikethrough
- the strikethrough option of the style font- See Also:
IsStrikethrough()
-
IsSuperscript
public bool IsSuperscript()Returns the superscript setting of the style font.- Returns:
- the superscript setting of the style font
- See Also:
setSuperscript(bool)
-
setSuperscript
public void setSuperscript(bool isSuperscript)Sets the superscript option of the style font.- Parameters:
isSuperscript
- the superscript option of the style font- See Also:
IsSuperscript()
-
IsSubscript
public bool IsSubscript()Returns the subscript setting of the style font.- Returns:
- the subscript setting of the style font
- See Also:
setSubscript(bool)
-
setSubscript
public void setSubscript(bool isSubscript)Sets the subscript option of the style font.- Parameters:
isSubscript
- the subscript option of the style font- See Also:
IsSubscript()
-
setBorderStyles
public void setBorderStyles(int borderTop, int borderBottom, int borderLeft, int borderRight)Sets the border styles of the style. Possible values are available inBorder
class.- Parameters:
borderTop
- the border style in the top of cellborderBottom
- the border style in the bottom of cellborderLeft
- the border style in the left of cellborderRight
- the border style in the right of cell- See Also:
getTopStyle_Border()
,getBottomStyle_Border()
,getLeftStyle_Border()
,getRightStyle_Border()
,setBorderColors(System.Drawing.Color, System.Drawing.Color, System.Drawing.Color, System.Drawing.Color)
-
getTopStyle_Border
public int getTopStyle_Border()Returns the style of the top border. Possible values are available inBorder
class.- Returns:
- the style of the top border
- See Also:
setTopStyle_Border(int)
-
setTopStyle_Border
public void setTopStyle_Border(int borderStyle)Sets the style of the top border. Possible values are available inBorder
class.- Parameters:
borderStyle
- the style of the top border- See Also:
getTopStyle_Border()
-
getBottomStyle_Border
public int getBottomStyle_Border()Returns the style of the bottom border. Possible values are available inBorder
class.- Returns:
- the style of the bottom border
- See Also:
setBottomStyle_Border(int)
-
setBottomStyle_Border
public void setBottomStyle_Border(int borderStyle)Sets the style of the bottom border. Possible values are available inBorder
class.- Parameters:
borderStyle
- the style of the bottom border- See Also:
getBottomStyle_Border()
-
getLeftStyle_Border
public int getLeftStyle_Border()Returns the style of the left border. Possible values are available inBorder
class.- Returns:
- the style of the left border
- See Also:
setLeftStyle_Border(int)
-
setLeftStyle_Border
public void setLeftStyle_Border(int borderStyle)Sets the style of the left border. Possible values are available inBorder
class.- Parameters:
borderStyle
- the style of the left border- See Also:
getLeftStyle_Border()
-
getRightStyle_Border
public int getRightStyle_Border()Returns the style of the right border. Possible values are available inBorder
class.- Returns:
- the style of the right border
- See Also:
setRightStyle_Border(int)
-
setRightStyle_Border
public void setRightStyle_Border(int borderStyle)Sets the style of the right border. Possible values are available inBorder
class.- Parameters:
borderStyle
- the style of the right border- See Also:
getRightStyle_Border()
-
setBorderColors
public void setBorderColors(System.Drawing.Color borderTop, System.Drawing.Color borderBottom, System.Drawing.Color borderLeft, System.Drawing.Color borderRight)Sets the border colors of the style.- Parameters:
borderTop
- the border color in the top of cellborderBottom
- the border color in the bottom of cellborderLeft
- the border color in the left of cellborderRight
- the border color in the right of cell- See Also:
getTopColor_Border()
,getBottomColor_Border()
,getLeftColor_Border()
,getRightColor_Border()
,setBorderStyles(int, int, int, int)
-
setBorderColors
public void setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
- Parameters:
borderTop
- the border color in the top of cellborderBottom
- the border color in the bottom of cellborderLeft
- the border color in the left of cellborderRight
- the border color in the right of cell- See Also:
getTopThemeColor_Border()
,getBottomThemeColor_Border()
,getLeftThemeColor_Border()
,getRightThemeColor_Border()
,setBorderStyles(int, int, int, int)
-
getTopColor_Border
public System.Drawing.Color getTopColor_Border()Returns the color of the top border.- Returns:
- the color of the top border
- See Also:
setTopColor_Border(System.Drawing.Color)
-
getTopThemeColor_Border
Returns the color of the top border.- Returns:
- the color of the top border
- See Also:
setTopColor_Border(ThemeColor)
-
setTopColor_Border
public void setTopColor_Border(System.Drawing.Color color)Sets the color of the top border.- Parameters:
color
- the color of the top border- See Also:
getTopColor_Border()
-
setTopColor_Border
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the color of the top border- See Also:
getTopThemeColor_Border()
-
getBottomColor_Border
public System.Drawing.Color getBottomColor_Border()Returns the color of the bottom border.- Returns:
- the color of the bottom border
- See Also:
setBottomColor_Border(Color)
-
getBottomThemeColor_Border
Returns the color of the bottom border.- Returns:
- the color of the bottom border
- See Also:
setBottomColor_Border(ThemeColor)
-
setBottomColor_Border
public void setBottomColor_Border(System.Drawing.Color color)Sets the color of the bottom border.- Parameters:
color
- the color of the bottom border- See Also:
getBottomColor_Border()
-
setBottomColor_Border
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the color of the bottom border- See Also:
getBottomThemeColor_Border()
-
getLeftColor_Border
public System.Drawing.Color getLeftColor_Border()Returns the color of the left border.- Returns:
- the color of the left border
- See Also:
setLeftColor_Border(Color)
-
getLeftThemeColor_Border
Returns the color of the left border.- Returns:
- the color of the left border
- See Also:
setLeftColor_Border(ThemeColor)
-
setLeftColor_Border
public void setLeftColor_Border(System.Drawing.Color color)Sets the color of the left border.- Parameters:
color
- the color of the left border- See Also:
getLeftColor_Border()
-
setLeftColor_Border
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the color of the left border- See Also:
getLeftThemeColor_Border()
-
getRightColor_Border
public System.Drawing.Color getRightColor_Border()Returns the color of the right border.- Returns:
- the color of the right border
- See Also:
setRightColor_Border(Color)
-
getRightThemeColor_Border
Returns the color of the right border.- Returns:
- the color of the right border
- See Also:
setRightColor_Border(ThemeColor)
-
setRightColor_Border
public void setRightColor_Border(System.Drawing.Color color)Sets the color of the right border.- Parameters:
color
- the color of the right border- See Also:
getRightColor_Border()
-
setRightColor_Border
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the color of the right border- See Also:
getRightThemeColor_Border()
-
setDiagonalBorder
public void setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, System.Drawing.Color borderColor)Sets the diagonal borders.- Parameters:
borderDiagonalUp
- true if the diagonal up border is setborderDiagonalDown
- true if the diagonal down border is setborderStyle
- the style of the diagonal border. Possible values are available inBorder
class.borderColor
- the color of the diagonal border- See Also:
getDiagonalUpStyle_Border()
,getDiagonalDownStyle_Border()
,getDiagonalColor_Border()
,setDiagonalBorder(bool,bool,int,ThemeColor)
-
setDiagonalBorder
public void setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.
- Parameters:
borderDiagonalUp
- true if the diagonal up border is setborderDiagonalDown
- true if the diagonal down border is setborderStyle
- the style of the diagonal border. Possible values are available inBorder
class.borderColor
- the color of the diagonal border- See Also:
getDiagonalUpStyle_Border()
,getDiagonalDownStyle_Border()
,getDiagonalColor_Border()
,setDiagonalBorder(bool,bool,int,Color)
-
getDiagonalUpStyle_Border
public int getDiagonalUpStyle_Border()Returns the style of the diagonal up border. Possible values are available inBorder
class.- Returns:
- the style of the diagonal up border
- See Also:
setDiagonalBorder(bool,bool,int,Color)
,setDiagonalBorder(bool,bool,int,ThemeColor)
-
getDiagonalDownStyle_Border
public int getDiagonalDownStyle_Border()Returns the style of the diagonal down border. Possible values are available inBorder
class.- Returns:
- the style of the diagonal down border
- See Also:
setDiagonalBorder(bool,bool,int,Color)
,setDiagonalBorder(bool,bool,int,ThemeColor)
-
getDiagonalColor_Border
public System.Drawing.Color getDiagonalColor_Border()Returns the color of the diagonal border.- Returns:
- the color of the diagonal border
- See Also:
setDiagonalBorder(bool,bool,int,Color)
-
getDiagonalThemeColor_Border
Returns the color of the diagonal border.- Returns:
- the color of the diagonal border
- See Also:
setDiagonalBorder(bool,bool,int,ThemeColor)
-
getBackground
public System.Drawing.Color getBackground()Returns the background color of the style.- Returns:
- the background color of the style
- See Also:
setBackground(Color)
-
getBackgroundThemeColor
Returns the background color of the style.- Returns:
- the background color of the style
- See Also:
setBackground(ThemeColor)
-
setBackground
public void setBackground(System.Drawing.Color color)Sets the background color of the style.- Parameters:
color
- the background color of the style- See Also:
getBackground()
-
setBackground
Sets the background color of the style.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the background color of the style- See Also:
getBackgroundThemeColor()
-
getPattern
public int getPattern()Returns the pattern of the style.- Returns:
- the pattern of the style
- See Also:
setPattern(int)
-
setPattern
public void setPattern(int pattern)Sets the pattern of the style.- Parameters:
pattern
- the pattern of the style- See Also:
getPattern()
-
getPatternColor
public System.Drawing.Color getPatternColor()Returns the pattern color of the style.- Returns:
- the pattern color of the style
- See Also:
setPatternColor(System.Drawing.Color)
-
getPatternThemeColor
Returns the pattern color of the style.- Returns:
- the pattern color of the style
- See Also:
setPatternColor(ThemeColor)
-
setPatternColor
public void setPatternColor(System.Drawing.Color color)Sets the pattern color of the style.- Parameters:
color
- the pattern color of the style- See Also:
getPatternColor()
-
setPatternColor
Sets the pattern color of the style.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.
- Parameters:
themeColor
- the pattern color of the style- See Also:
getPatternThemeColor()
-
getGradientColor1
public System.Drawing.Color getGradientColor1()Returns the first color of the gradient fill.- Returns:
- the first color of the gradient fill
- See Also:
setGradientFill(Color,Color,int)
-
setGradientColor1
public void setGradientColor1(System.Drawing.Color color1)Sets the first color of the gradient fill.- Parameters:
color1
- the first color of the gradient fill- See Also:
getGradientColor1()
-
getGradientColor2
public System.Drawing.Color getGradientColor2()Returns the second color of the gradient fill.- Returns:
- the second color of the gradient fill
- See Also:
setGradientFill(Color,Color,int)
-
setGradientColor2
public void setGradientColor2(System.Drawing.Color color2)Sets the second color of the gradient fill.- Parameters:
color2
- the second color of the gradient fill- See Also:
getGradientColor2()
-
setGradientFill
public void setGradientFill(System.Drawing.Color color1, System.Drawing.Color color2, int shadingStyle)Sets the gradient fill for the style.- Parameters:
color1
- the first color of the gradient fillcolor2
- the second color of the gradient fillshadingStyle
- the shading style of the gradient fill. Possible values are available inFill
class.- See Also:
setGradientFill(ThemeColor, ThemeColor, int)
,getGradientColor1()
,getGradientColor2()
,getGradientShadingStyle()
-
getGradientThemeColor1
Returns the first color of the gradient fill.- Returns:
- the first color of the gradient fill
- See Also:
setGradientFill(ThemeColor,ThemeColor,int)
-
setGradientColor1
Sets the first color of the gradient fill.- Parameters:
themeColor1
- the first color of the gradient fill- See Also:
getGradientThemeColor1()
-
getGradientThemeColor2
Returns the second color of the gradient fill.- Returns:
- the second color of the gradient fill
- See Also:
setGradientFill(ThemeColor,ThemeColor,int)
-
setGradientColor2
Sets the second color of the gradient fill.- Parameters:
themeColor2
- the second color of the gradient fill- See Also:
getGradientThemeColor2()
-
setGradientFill
Sets the gradient fill for the style.- Parameters:
themeColor1
- the first color of the gradient fillthemeColor2
- the second color of the gradient fillshadingStyle
- the shading style of the gradient fill. Possible values are available inFill
class.- See Also:
setGradientFill(Color, Color, int)
,getGradientThemeColor1()
,getGradientThemeColor2()
,getGradientShadingStyle()
-
getGradientShadingStyle
public int getGradientShadingStyle()Returns the shading style of the gradient fill. Possible values are available inFill
class.- Returns:
- the shading style of the gradient fill
- See Also:
setGradientShadingStyle(int)
-
setGradientShadingStyle
public void setGradientShadingStyle(int shadingStyle)Sets the shading style of the gradient fill. Possible values are available inFill
class.- Parameters:
shadingStyle
- the shading style of the gradient fill- See Also:
getGradientShadingStyle()
-
IsLocked
public bool IsLocked()Returns the locked setting of the style.- Returns:
- the locked setting of the style
- See Also:
setLocked(bool)
-
setLocked
public void setLocked(bool isLocked)Sets the locked option of the style.- Parameters:
isLocked
- the locked option of the style- See Also:
IsLocked()
-
IsHiddenFormula
public bool IsHiddenFormula()Returns the hidden setting of the style.- Returns:
- the hidden setting of the style
- See Also:
setHiddenFormula(bool)
-
setHiddenFormula
public void setHiddenFormula(bool isHidden)Sets the hidden option of the style.- Parameters:
isHidden
- the hidden option of the style- See Also:
IsHiddenFormula()
-
getDataType
public System.String getDataType()Returns the data type of the style. The default value is DataType.AUTOMATIC. Automatic data type can be resource and time consuming and we recommend using a defined one. Possible values are available inDataType
class.- Returns:
- the data type of the cell
- See Also:
setDataType(System.String)
-
setDataType
public void setDataType(System.String dataType)Sets the data type of the style. The default value is DataType.AUTOMATIC. Automatic data type can be resource and time consuming and we recommend using a defined one. Possible values are available inDataType
class.- Parameters:
dataType
- the data type of the cell- See Also:
getDataType()
-
Clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-
IsEqual
Compares two styles.- Parameters:
xlsCompare
- the style that will be compared to- Returns:
- true if the styles have the same settings
-