java.lang.Object
com.aspose.cells.StyleFlag
public class StyleFlag
- extends java.lang.Object
Represents flags which indicates applied formatting properties.
Constructor Summary |
StyleFlag()
Constructs an object with all flags as false.
|
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.