|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.CommonWrapper
com.spire.xls.core.spreadsheet.AddtionalFormatWrapper
public class AddtionalFormatWrapper
| Constructor Summary | |
|---|---|
AddtionalFormatWrapper(XlsWorkbook book)
|
|
| Method Summary | |
|---|---|
void |
beginUpdate()
This method should be called before several updates to the object will take place. |
void |
endUpdate()
This method should be called after several updates to the object took place. |
java.awt.Color |
getBackgroundColor()
Gets fill background color. |
ExcelColors |
getBackgroundKnownColor()
Gets index of fill background excel color. |
OColor |
getBottomBorderColor()
Gets bottom border color. |
LineStyleType |
getBottomBorderLineStyle()
Gets line style of the bottom border. |
java.awt.Color |
getColor()
Gets the cell shading color. |
OColor |
getDiagonalBorderColor()
Gets diagonal border color. |
LineStyleType |
getDiagonalDownBorderLineStyle()
Gets line style of the diagonal border. |
boolean |
getDiagonalDownVisible()
Indicates whether diagonal down line is visible. |
LineStyleType |
getDiagonalUpBorderLineStyle()
Gets line style of the diagonal border. |
boolean |
getDiagonalUpVisible()
Indicates whether diagonal up line is visible. |
int |
getExtendedFormatIndex()
Gets extended format index. |
ExcelPatternType |
getFillPattern()
Gets fill pattern type. |
com.spire.ms.System.Drawing.Color |
getForegroundColor()
Gets fill foreground color. |
ExcelColors |
getForegroundKnownColor()
Gets fill foreground excel color. |
boolean |
getFormulaHidden()
True if the formula will be hidden when the worksheet is protected. |
HorizontalAlignType |
getHorizontalAlignment()
Returns the horizontal alignment for the specified object. |
boolean |
getIncludeAlignment()
True if the style includes the add indent, horizontal alignment, vertical alignment, wrap text, and orientation properties. |
boolean |
getIncludeBorder()
True if the style includes the color, knowncolor, linestyle, and weight border properties |
boolean |
getIncludeFont()
True if the style includes the background, bold, color, knowncolor, fontstyle, italic, name, outlinefont, shadow, size, strikethrough, subscript, superscript, and underline font properties. |
boolean |
getIncludeNumberFormat()
True if the style includes the numberformat property. |
boolean |
getIncludePatterns()
True if the style includes the color, knowncolor, invertifnegative, pattern, patterncolor, and patternknowncolor interior properties. |
boolean |
getIncludeProtection()
True if the style includes the FormulaHidden and Locked protection properties. |
int |
getIndentLevel()
Returns or sets the indent level for the style. |
boolean |
getJustifyLast()
Represents justify text alignment |
ExcelColors |
getKnownColor()
Gets the cell shading excel color. |
OColor |
getLeftBorderColor()
Gets left border color. |
LineStyleType |
getLeftBorderLineStyle()
Gets line style of the left border. |
boolean |
getLocked()
True if the object is locked; False if the object can be modified when the sheet is protected. |
java.lang.String |
getNumberFormat()
Returns or sets the format code for the object. |
int |
getNumberFormatIndex()
Gets format index. |
java.lang.String |
getNumberFormatLocal()
Returns or sets the format code for the object as a string in the language of the user. |
INumberFormat |
getNumberFormatSettings()
Returns object that describes number format. |
java.awt.Color |
getPatternColor()
Returns the color of the interior pattern. |
ExcelColors |
getPatternKnownColor()
Returns the excel color of the interior. |
ReadingOrderType |
getReadingOrder()
Returns or sets the reading order for the specified object. |
OColor |
getRightBorderColor()
Gets right border color. |
LineStyleType |
getRightBorderLineStyle()
Gets line style of the right border. |
int |
getRotation()
The text orientation. |
boolean |
getShrinkToFit()
True if text automatically shrinks to fit in the available column width. |
OColor |
getTopBorderColor()
Gets top border color. |
LineStyleType |
getTopBorderLineStyle()
Gets line style of the top border. |
VerticalAlignType |
getVerticalAlignment()
Returns the vertical alignment of the specified object. |
boolean |
getWrapText()
True if microsoft excel wraps the text in the object. |
boolean |
isFirstSymbolApostrophe()
If true then first symbol in cell is apostrophe. |
void |
setBackgroundColor(java.awt.Color color)
Sets fill background color. |
void |
setColor(java.awt.Color color)
sets the cell shading color. |
void |
setPatternColor(java.awt.Color color)
Sets the color of the interior pattern. |
| Methods inherited from interface com.spire.xls.core.IStyle |
|---|
getBuiltIn, getInterior, getName, isInitialized |
| Methods inherited from interface com.spire.xls.core.IExtendedFormat |
|---|
getBorders, getFont, isFirstSymbolApostrophe, isModified, setFillPattern, setFormulaHidden, setHorizontalAlignment, setIncludeAlignment, setIncludeFont, setIncludeNumberFormat, setIncludePatterns, setIncludeProtection, setIndentLevel, setKnownColor, setLocked, setNumberFormat, setNumberFormatIndex, setNumberFormatLocal, setPatternKnownColor, setReadingOrder, setRotation, setShrinkToFit, setVerticalAlignment, setWrapText |
| Constructor Detail |
|---|
public AddtionalFormatWrapper(XlsWorkbook book)
| Method Detail |
|---|
public OColor getBottomBorderColor()
public OColor getTopBorderColor()
public OColor getLeftBorderColor()
public OColor getRightBorderColor()
public OColor getDiagonalBorderColor()
public LineStyleType getLeftBorderLineStyle()
public LineStyleType getRightBorderLineStyle()
public LineStyleType getTopBorderLineStyle()
public LineStyleType getBottomBorderLineStyle()
public LineStyleType getDiagonalUpBorderLineStyle()
public LineStyleType getDiagonalDownBorderLineStyle()
public boolean getDiagonalUpVisible()
public boolean getDiagonalDownVisible()
public ExcelPatternType getFillPattern()
getFillPattern in interface IExtendedFormatpublic int getExtendedFormatIndex()
public ExcelColors getBackgroundKnownColor()
public java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color color)
public ExcelColors getForegroundKnownColor()
public com.spire.ms.System.Drawing.Color getForegroundColor()
public int getNumberFormatIndex()
getNumberFormatIndex in interface IExtendedFormatpublic HorizontalAlignType getHorizontalAlignment()
getHorizontalAlignment in interface IExtendedFormatpublic boolean getIncludeAlignment()
getIncludeAlignment in interface IExtendedFormatpublic boolean getIncludeBorder()
getIncludeBorder in interface IExtendedFormatpublic boolean getIncludeFont()
getIncludeFont in interface IExtendedFormatpublic boolean getIncludeNumberFormat()
getIncludeNumberFormat in interface IExtendedFormatpublic boolean getIncludePatterns()
getIncludePatterns in interface IExtendedFormatpublic boolean getIncludeProtection()
getIncludeProtection in interface IExtendedFormatpublic int getIndentLevel()
getIndentLevel in interface IExtendedFormatpublic boolean getFormulaHidden()
getFormulaHidden in interface IExtendedFormatpublic boolean getLocked()
getLocked in interface IExtendedFormatpublic boolean getJustifyLast()
getJustifyLast in interface IExtendedFormatpublic java.lang.String getNumberFormat()
getNumberFormat in interface IExtendedFormatpublic java.lang.String getNumberFormatLocal()
getNumberFormatLocal in interface IExtendedFormatpublic INumberFormat getNumberFormatSettings()
getNumberFormatSettings in interface IExtendedFormatpublic ReadingOrderType getReadingOrder()
getReadingOrder in interface IExtendedFormatpublic int getRotation()
getRotation in interface IExtendedFormatpublic boolean getShrinkToFit()
getShrinkToFit in interface IExtendedFormatpublic VerticalAlignType getVerticalAlignment()
getVerticalAlignment in interface IExtendedFormatpublic boolean getWrapText()
getWrapText in interface IExtendedFormatpublic boolean isFirstSymbolApostrophe()
isFirstSymbolApostrophe in interface IExtendedFormatpublic ExcelColors getPatternKnownColor()
getPatternKnownColor in interface IExtendedFormatpublic java.awt.Color getPatternColor()
getPatternColor in interface IExtendedFormatpublic void setPatternColor(java.awt.Color color)
setPatternColor in interface IExtendedFormatpublic ExcelColors getKnownColor()
getKnownColor in interface IExtendedFormatpublic java.awt.Color getColor()
getColor in interface IExtendedFormatpublic void setColor(java.awt.Color color)
setColor in interface IExtendedFormatpublic void beginUpdate()
beginUpdate in interface IOptimizedUpdatebeginUpdate in class CommonWrapperpublic void endUpdate()
endUpdate in interface IOptimizedUpdateendUpdate in class CommonWrapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||