public class StyleFlag
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAlignments() | |
void | setAlignments(booleanvalue) | |
Alignment setting will be applied. | ||
boolean | getAll() | |
void | setAll(booleanvalue) | |
All properties will be applied. | ||
boolean | getBorders() | |
void | setBorders(booleanvalue) | |
All borders settings will be applied. | ||
boolean | getBottomBorder() | |
void | setBottomBorder(booleanvalue) | |
Bottom border settings will be applied. | ||
boolean | getCellShading() | |
void | setCellShading(booleanvalue) | |
Cell shading setting will be applied. | ||
boolean | getDiagonalDownBorder() | |
void | setDiagonalDownBorder(booleanvalue) | |
Diagonal down border settings will be applied. | ||
boolean | getDiagonalUpBorder() | |
void | setDiagonalUpBorder(booleanvalue) | |
Diagonal up border settings will be applied. | ||
boolean | getFont() | |
void | setFont(booleanvalue) | |
Font settings will be applied. | ||
boolean | getFontBold() | |
void | setFontBold(booleanvalue) | |
Font bold setting will be applied. | ||
boolean | getFontColor() | |
void | setFontColor(booleanvalue) | |
Font color setting will be applied. | ||
boolean | getFontItalic() | |
void | setFontItalic(booleanvalue) | |
Font italic setting will be applied. | ||
boolean | getFontName() | |
void | setFontName(booleanvalue) | |
Font name setting will be applied. | ||
boolean | getFontScript() | |
void | setFontScript(booleanvalue) | |
Font script setting will be applied. | ||
boolean | getFontSize() | |
void | setFontSize(booleanvalue) | |
Font size setting will be applied. | ||
boolean | getFontStrike() | |
void | setFontStrike(booleanvalue) | |
Font strikeout setting will be applied. | ||
boolean | getFontUnderline() | |
void | setFontUnderline(booleanvalue) | |
Font underline setting will be applied. | ||
boolean | getHideFormula() | |
void | setHideFormula(booleanvalue) | |
Hide formula setting will be applied. | ||
boolean | getHorizontalAlignment() | |
void | setHorizontalAlignment(booleanvalue) | |
Horizontal alignment setting will be applied. | ||
boolean | getIndent() | |
void | setIndent(booleanvalue) | |
Indent level setting will be applied. | ||
boolean | getLeftBorder() | |
void | setLeftBorder(booleanvalue) | |
Left border settings will be applied. | ||
boolean | getLocked() | |
void | setLocked(booleanvalue) | |
Locked setting will be applied. | ||
boolean | getNumberFormat() | |
void | setNumberFormat(booleanvalue) | |
Number format setting will be applied. | ||
boolean | getQuotePrefix() | |
void | setQuotePrefix(booleanvalue) | |
Hide formula setting will be applied. | ||
boolean | getRightBorder() | |
void | setRightBorder(booleanvalue) | |
Right border settings will be applied. | ||
boolean | getRotation() | |
void | setRotation(booleanvalue) | |
Rotation setting will be applied. | ||
boolean | getShrinkToFit() | |
void | setShrinkToFit(booleanvalue) | |
Shrink to fit setting will be applied. | ||
boolean | getTextDirection() | |
void | setTextDirection(booleanvalue) | |
Text direction setting will be applied. | ||
boolean | getTopBorder() | |
void | setTopBorder(booleanvalue) | |
Top border settings will be applied. | ||
boolean | getVerticalAlignment() | |
void | setVerticalAlignment(booleanvalue) | |
Vertical alignment setting will be applied. | ||
boolean | getWrapText() | |
void | setWrapText(booleanvalue) | |
Wrap text setting will be applied. |
public boolean getAll() / public void setAll(boolean value)
public boolean getBorders() / public void setBorders(boolean value)
public boolean getLeftBorder() / public void setLeftBorder(boolean value)
public boolean getRightBorder() / public void setRightBorder(boolean value)
public boolean getTopBorder() / public void setTopBorder(boolean value)
public boolean getBottomBorder() / public void setBottomBorder(boolean value)
public boolean getDiagonalDownBorder() / public void setDiagonalDownBorder(boolean value)
public boolean getDiagonalUpBorder() / public void setDiagonalUpBorder(boolean value)
public boolean getFont() / public void setFont(boolean value)
public boolean getFontSize() / public void setFontSize(boolean value)
public boolean getFontName() / public void setFontName(boolean value)
public boolean getFontColor() / public void setFontColor(boolean value)
public boolean getFontBold() / public void setFontBold(boolean value)
public boolean getFontItalic() / public void setFontItalic(boolean value)
public boolean getFontUnderline() / public void setFontUnderline(boolean value)
public boolean getFontStrike() / public void setFontStrike(boolean value)
public boolean getFontScript() / public void setFontScript(boolean value)
public boolean getNumberFormat() / public void setNumberFormat(boolean value)
public boolean getAlignments() / public void setAlignments(boolean value)
public boolean getHorizontalAlignment() / public void setHorizontalAlignment(boolean value)
public boolean getVerticalAlignment() / public void setVerticalAlignment(boolean value)
public boolean getIndent() / public void setIndent(boolean value)
public boolean getRotation() / public void setRotation(boolean value)
public boolean getWrapText() / public void setWrapText(boolean value)
public boolean getShrinkToFit() / public void setShrinkToFit(boolean value)
public boolean getTextDirection() / public void setTextDirection(boolean value)
public boolean getCellShading() / public void setCellShading(boolean value)
public boolean getLocked() / public void setLocked(boolean value)
public boolean getHideFormula() / public void setHideFormula(boolean value)
public boolean getQuotePrefix() / public void setQuotePrefix(boolean value)