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