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