@Deprecated public class ComparisonStyle extends ComparisonStyleBase
class AdapterStyle
Constructor and Description |
---|
ComparisonStyle(com.aspose.cells.Cell asposeCell)
Deprecated.
Initializes a new instance of the
ComparisonStyle class. |
ComparisonStyle(com.aspose.cells.Cell asposeCell,
boolean checkBorders)
Deprecated.
Initializes a new instance of the
ComparisonStyle class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
Color |
getBackgroundColor()
Deprecated.
Gets or sets the color of the background.
|
com.aspose.ms.System.Drawing.Color |
getBackgroundColorInternal()
Deprecated.
Get background color internal color.
|
IComparisonBorderCollection |
getBorders()
Deprecated.
Gets the borders.
|
ComparisonFontBase |
getFont()
Deprecated.
Gets the font.
|
Color |
getForegroundColor()
Deprecated.
Gets or sets the color of the foreground.
|
com.aspose.ms.System.Drawing.Color |
getForegroundColorInternal()
Deprecated.
Gets foreground color internal.
|
int |
getHorizontalAlignment()
Deprecated.
Gets or sets the horizontal alignment.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
int |
getNumber()
Deprecated.
Gets or sets the number.
|
int |
getRotationAngle()
Deprecated.
Gets or sets the rotation angle.
|
boolean |
getShrinkToFit()
Deprecated.
Gets or sets a value indicating whether [shrink to fit].
|
int |
getTextDirection()
Deprecated.
Gets or sets the text direction.
|
int |
getVerticalAlignment()
Deprecated.
Gets or sets the vertical alignment.
|
boolean |
isDateTime()
Deprecated.
Gets a value indicating whether this instance is date time.
|
boolean |
isFormulaHidden()
Deprecated.
Gets or sets a value indicating whether this instance is formula hidden.
|
boolean |
isGradient()
Deprecated.
Gets or sets a value indicating whether this instance is gradient.
|
boolean |
isJustifyDistributed()
Deprecated.
Gets or sets a value indicating whether this instance is justify distributed.
|
boolean |
isLocked()
Deprecated.
Gets or sets a value indicating whether this instance is locked.
|
boolean |
isPercent()
Deprecated.
Gets a value indicating whether this instance is percent.
|
boolean |
isTextWrapped()
Deprecated.
Gets or sets a value indicating whether this instance is text wrapped.
|
void |
setBackgroundColor(Color value)
Deprecated.
Gets or sets the color of the background.
|
void |
setForegroundColor(Color value)
Deprecated.
Gets or sets the color of the foreground.
|
void |
setFormulaHidden(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is formula hidden.
|
void |
setGradient(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is gradient.
|
void |
setHorizontalAlignment(int value)
Deprecated.
Gets or sets the horizontal alignment.
|
void |
setJustifyDistributed(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is justify distributed.
|
void |
setLocked(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is locked.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setNumber(int value)
Deprecated.
Gets or sets the number.
|
void |
setRotationAngle(int value)
Deprecated.
Gets or sets the rotation angle.
|
void |
setShrinkToFit(boolean value)
Deprecated.
Gets or sets a value indicating whether [shrink to fit].
|
void |
setTextDirection(int value)
Deprecated.
Gets or sets the text direction.
|
void |
setTextWrapped(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is text wrapped.
|
void |
setVerticalAlignment(int value)
Deprecated.
Gets or sets the vertical alignment.
|
getBackgroundColorCellsInternal, getForegroundColorCellsInternal, setBorders, setDateTime, setFont, setPercent
public ComparisonStyle(com.aspose.cells.Cell asposeCell)
Initializes a new instance of the ComparisonStyle
class.
asposeCell
- The aspose cell.public ComparisonStyle(com.aspose.cells.Cell asposeCell, boolean checkBorders)
Initializes a new instance of the ComparisonStyle
class.
asposeCell
- The aspose cell.checkBorders
- if set to true
[check borders].public Color getForegroundColor()
Gets or sets the color of the foreground.
Value: The color of the foreground.getForegroundColor
in class ComparisonStyleBase
public com.aspose.ms.System.Drawing.Color getForegroundColorInternal()
getForegroundColorInternal
in class ComparisonStyleBase
public void setForegroundColor(Color value)
Gets or sets the color of the foreground.
Value: The color of the foreground.setForegroundColor
in class ComparisonStyleBase
value
- the valuepublic int getHorizontalAlignment()
Gets or sets the horizontal alignment.
Value: The horizontal alignment.getHorizontalAlignment
in class ComparisonStyleBase
public void setHorizontalAlignment(int value)
Gets or sets the horizontal alignment.
Value: The horizontal alignment.setHorizontalAlignment
in class ComparisonStyleBase
value
- the valuepublic int getVerticalAlignment()
Gets or sets the vertical alignment.
Value: The vertical alignment.getVerticalAlignment
in class ComparisonStyleBase
public void setVerticalAlignment(int value)
Gets or sets the vertical alignment.
Value: The vertical alignment.setVerticalAlignment
in class ComparisonStyleBase
value
- the valuepublic int getRotationAngle()
Gets or sets the rotation angle.
Value: The rotation angle.getRotationAngle
in class ComparisonStyleBase
public void setRotationAngle(int value)
Gets or sets the rotation angle.
Value: The rotation angle.setRotationAngle
in class ComparisonStyleBase
value
- the valuepublic ComparisonFontBase getFont()
Gets the font.
Value: The font.getFont
in class ComparisonStyleBase
public Color getBackgroundColor()
Gets or sets the color of the background.
Value: The color of the background.getBackgroundColor
in class ComparisonStyleBase
public com.aspose.ms.System.Drawing.Color getBackgroundColorInternal()
ComparisonStyleBase
getBackgroundColorInternal
in class ComparisonStyleBase
public void setBackgroundColor(Color value)
Gets or sets the color of the background.
Value: The color of the background.setBackgroundColor
in class ComparisonStyleBase
value
- the valuepublic boolean isDateTime()
Gets a value indicating whether this instance is date time.
Value:true
if this instance is date time; otherwise, false
.isDateTime
in class ComparisonStyleBase
public boolean isFormulaHidden()
Gets or sets a value indicating whether this instance is formula hidden.
Value:true
if this instance is formula hidden; otherwise, false
.isFormulaHidden
in class ComparisonStyleBase
public void setFormulaHidden(boolean value)
Gets or sets a value indicating whether this instance is formula hidden.
Value:true
if this instance is formula hidden; otherwise, false
.setFormulaHidden
in class ComparisonStyleBase
value
- the valuepublic boolean isGradient()
Gets or sets a value indicating whether this instance is gradient.
Value:true
if this instance is gradient; otherwise, false
.isGradient
in class ComparisonStyleBase
public void setGradient(boolean value)
Gets or sets a value indicating whether this instance is gradient.
Value:true
if this instance is gradient; otherwise, false
.setGradient
in class ComparisonStyleBase
value
- the valuepublic boolean isJustifyDistributed()
Gets or sets a value indicating whether this instance is justify distributed.
Value:true
if this instance is justify distributed; otherwise, false
.isJustifyDistributed
in class ComparisonStyleBase
public void setJustifyDistributed(boolean value)
Gets or sets a value indicating whether this instance is justify distributed.
Value:true
if this instance is justify distributed; otherwise, false
.setJustifyDistributed
in class ComparisonStyleBase
value
- the valuepublic boolean isLocked()
Gets or sets a value indicating whether this instance is locked.
Value:true
if this instance is locked; otherwise, false
.isLocked
in class ComparisonStyleBase
public void setLocked(boolean value)
Gets or sets a value indicating whether this instance is locked.
Value:true
if this instance is locked; otherwise, false
.setLocked
in class ComparisonStyleBase
value
- the valuepublic boolean isPercent()
Gets a value indicating whether this instance is percent.
Value:true
if this instance is percent; otherwise, false
.isPercent
in class ComparisonStyleBase
public boolean isTextWrapped()
Gets or sets a value indicating whether this instance is text wrapped.
Value:true
if this instance is text wrapped; otherwise, false
.isTextWrapped
in class ComparisonStyleBase
public void setTextWrapped(boolean value)
Gets or sets a value indicating whether this instance is text wrapped.
Value:true
if this instance is text wrapped; otherwise, false
.setTextWrapped
in class ComparisonStyleBase
value
- the valuepublic String getName()
Gets or sets the name.
Value: The name.getName
in class ComparisonStyleBase
public void setName(String value)
Gets or sets the name.
Value: The name.setName
in class ComparisonStyleBase
value
- the valuepublic int getNumber()
Gets or sets the number.
Value: The number.getNumber
in class ComparisonStyleBase
public void setNumber(int value)
Gets or sets the number.
Value: The number.setNumber
in class ComparisonStyleBase
value
- the valuepublic boolean getShrinkToFit()
Gets or sets a value indicating whether [shrink to fit].
Value:true
if [shrink to fit]; otherwise, false
.getShrinkToFit
in class ComparisonStyleBase
public void setShrinkToFit(boolean value)
Gets or sets a value indicating whether [shrink to fit].
Value:true
if [shrink to fit]; otherwise, false
.setShrinkToFit
in class ComparisonStyleBase
value
- the valuepublic int getTextDirection()
Gets or sets the text direction.
Value: The text direction.getTextDirection
in class ComparisonStyleBase
public void setTextDirection(int value)
Gets or sets the text direction.
Value: The text direction.setTextDirection
in class ComparisonStyleBase
value
- the valuepublic IComparisonBorderCollection getBorders()
Gets the borders.
Value: The borders.getBorders
in class ComparisonStyleBase
public Object getAsposeObject()
getAsposeObject
in class ComparisonStyleBase
Copyright © 2018. All rights reserved.