|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.cells.StyleFlag
public class StyleFlag
Represents flags which indicates applied formatting properties.
| Constructor Summary | |
|---|---|
StyleFlag()
Constructs an object. |
|
| Method Summary | |
|---|---|
boolean |
isAll()
Indicates whether all properties will be applied. |
boolean |
isBorders()
Indicates whether all borders settings will be applied. |
boolean |
isBottomBorder()
Indicates whether bottom border settings will be applied. |
boolean |
isCellShading()
Indicates whether cell shading setting will be applied. |
boolean |
isDiagonalDownBorder()
Indicates whether diagonal down border settings will be applied. |
boolean |
isDiagonalUpBorder()
Indicates whether diagonal up border settings will be applied. |
boolean |
isFont()
Indicates whether font settings will be applied. |
boolean |
isFontBold()
Indicates whether font bold setting will be applied. |
boolean |
isFontColor()
Inicates whether font color setting will be applied. |
boolean |
isFontItalic()
Indicates whether font bold setting will be applied. |
boolean |
isFontName()
Indicates whether font name setting will be applied. |
boolean |
isFontScript()
Indicates whether font script setting will be applied. |
boolean |
isFontSize()
Indicates whether font size setting will be applied. |
boolean |
isFontStrike()
Indicates whether font stikeout setting will be applied. |
boolean |
isFontUnderline()
Indicates whether font underline setting will be applied. |
boolean |
isHorizontalAlignment()
Indicates whether horizontal alignment setting will be applied. |
boolean |
isIndent()
Indicates whehter Indent level setting will be applied. |
boolean |
isLeftBorder()
Indicates whether left border settings will be applied. |
boolean |
isLocked()
Indicates whether locked setting will be applied. |
boolean |
isNumberFormat()
Indicates whether number format setting will be applied. |
boolean |
isRightBorder()
Indicates whether right border settings will be applied. |
boolean |
isRotation()
Indicates whether rotation setting will be applied. |
boolean |
isShrinkToFit()
Indicates whether shrink to fit setting will be applied. |
boolean |
isTextDirection()
Indicates whether text direction setting will be applied. |
boolean |
isTopBorder()
Indicates whether top border settings will be applied. |
boolean |
isVerticalAlignment()
Indicates whether vertical alignment setting will be applied. |
boolean |
isWrapText()
Indicates whether wrap text setting will be applied. |
void |
setAll(boolean all)
All properties will be applied. |
void |
setBorders(boolean borders)
All borders settings will be applied. |
void |
setBottomBorder(boolean bottomBorder)
Bottom border settings will be applied. |
void |
setCellShading(boolean cellShading)
Cell shading setting will be applied. |
void |
setDiagonalDownBorder(boolean diagonalDownBorder)
Diagonal down border settings will be applied. |
void |
setDiagonalUpBorder(boolean diagonalUpBorder)
Diagonal up border settings will be applied. |
void |
setFont(boolean font)
Font settings will be applied. |
void |
setFontBold(boolean fontBold)
Font bold setting will be applied. |
void |
setFontColor(boolean fontColor)
Font color setting will be applied. |
void |
setFontItalic(boolean fontItalic)
Font bold setting will be applied. |
void |
setFontName(boolean fontName)
Font name setting will be applied. |
void |
setFontScript(boolean fontScript)
Font script setting will be applied. |
void |
setFontSize(boolean fontSize)
Font size setting will be applied. |
void |
setFontStrike(boolean fontStrike)
Font stikeout setting will be applied. |
void |
setFontUnderline(boolean fontUnderline)
Font underline setting will be applied. |
void |
setHorizontalAlignment(boolean horizontalAlignment)
Horizontal alignment setting will be applied. |
void |
setIndent(boolean indent)
Indent level setting will be applied. |
void |
setLeftBorder(boolean leftBorder)
Left border settings will be applied. |
void |
setLocked(boolean locked)
Locked setting will be applied. |
void |
setNumberFormat(boolean numberFormat)
Number format setting will be applied. |
void |
setRightBorder(boolean rightBorder)
Right border settings will be applied. |
void |
setRotation(boolean rotation)
Rotation setting will be applied. |
void |
setShrinkToFit(boolean shrinkToFit)
Shrink to fit setting will be applied. |
void |
setTextDirection(boolean textDirection)
Text direction setting will be applied. |
void |
setTopBorder(boolean topBorder)
Top border settings will be applied. |
void |
setVerticalAlignment(boolean verticalAlignment)
Vertical alignment setting will be applied. |
void |
setWrapText(boolean wrapText)
Wrap text setting will be applied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleFlag()
| Method Detail |
|---|
public void setAll(boolean all)
all - True:all properties will be applied.public boolean isAll()
public boolean isBorders()
public void setBorders(boolean borders)
borders - True : all borders settings will be applied.public boolean isLeftBorder()
public void setLeftBorder(boolean leftBorder)
leftBorder - True : left border settings will be applied.public boolean isRightBorder()
public void setRightBorder(boolean rightBorder)
rightBorder - True: right border settings will be applied.public boolean isBottomBorder()
public void setBottomBorder(boolean bottomBorder)
bottomBorder - True : bottom border settings will be applied.public boolean isTopBorder()
public void setTopBorder(boolean topBorder)
topBorder - True : top border settings will be applied.public boolean isDiagonalDownBorder()
public void setDiagonalDownBorder(boolean diagonalDownBorder)
diagonalDownBorder - True : diagonal down border settings will be applied.public boolean isDiagonalUpBorder()
public void setDiagonalUpBorder(boolean diagonalUpBorder)
diagonalUpBorder - True : diagonal up border settings will be applied.public boolean isFont()
public void setFont(boolean font)
font - True : font settings will be applied.public boolean isFontBold()
public void setFontBold(boolean fontBold)
fontBold - True:whether font bold setting will be applied.public boolean isFontColor()
public void setFontColor(boolean fontColor)
fontColor - True : font color setting will be applied.public boolean isFontItalic()
public void setFontItalic(boolean fontItalic)
fontItalic - True : font bold setting will be applied.public boolean isFontName()
public void setFontName(boolean fontName)
fontName - True: font name setting will be applied.public boolean isFontScript()
public void setFontScript(boolean fontScript)
fontScript - True : whether font script setting will be applied.public boolean isFontSize()
public void setFontSize(boolean fontSize)
fontSize - True : font size setting will be applied.public boolean isFontStrike()
public void setFontStrike(boolean fontStrike)
fontStrike - True : font stikeout setting will be applied.public boolean isFontUnderline()
public void setFontUnderline(boolean fontUnderline)
fontUnderline - font underline setting will be applied.public boolean isHorizontalAlignment()
public void setHorizontalAlignment(boolean horizontalAlignment)
horizontalAlignment - True : horizontal alignment setting will be applied.public boolean isIndent()
public void setIndent(boolean indent)
indent - True: Indent level setting will be applied.public boolean isLocked()
public void setLocked(boolean locked)
locked - True : locked setting will be applied.public boolean isNumberFormat()
public void setNumberFormat(boolean numberFormat)
numberFormat - True number format setting will be applied.public boolean isRotation()
public void setRotation(boolean rotation)
rotation - True: rotation setting will be applied.public boolean isShrinkToFit()
public void setShrinkToFit(boolean shrinkToFit)
shrinkToFit - True : shrink to fit setting will be applied.public boolean isTextDirection()
public void setTextDirection(boolean textDirection)
textDirection - True : text direction setting will be applied.public boolean isVerticalAlignment()
public void setVerticalAlignment(boolean verticalAlignment)
verticalAlignment - True: vertical alignment setting will be applied.public boolean isWrapText()
public void setWrapText(boolean wrapText)
wrapText - True: wrap text setting will be applied.public boolean isCellShading()
public void setCellShading(boolean cellShading)
cellShading - True : cell shading setting will be applied.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||