@Deprecated public class ComparisonFont extends ComparisonFontBase
class AdapterFont
Constructor and Description |
---|
ComparisonFont(com.aspose.cells.Font asposeFont)
Deprecated.
Initializes a new instance of the
ComparisonFont class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
Color |
getColor()
Deprecated.
Gets or sets the color.
|
com.aspose.ms.System.Drawing.Color |
getColorInternal()
Deprecated.
Get color internal color.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
int |
getSize()
Deprecated.
Gets or sets the size.
|
int |
getStrikeType()
Deprecated.
Gets or sets the type of the strike.
|
int |
getUnderline()
Deprecated.
Gets or sets the underline.
|
boolean |
isBold()
Deprecated.
Gets or sets a value indicating whether this instance is bold.
|
boolean |
isItalic()
Deprecated.
Gets or sets a value indicating whether this instance is italic.
|
boolean |
isNormalizeHeights()
Deprecated.
Gets or sets a value indicating whether this instance is normalize heights.
|
boolean |
isStrikeout()
Deprecated.
Gets or sets a value indicating whether this instance is strikeout.
|
boolean |
isSubscript()
Deprecated.
Gets or sets a value indicating whether this instance is subscript.
|
boolean |
isSuperscript()
Deprecated.
Gets or sets a value indicating whether this instance is superscript.
|
void |
setBold(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is bold.
|
void |
setColor(Color value)
Deprecated.
Gets or sets the color.
|
void |
setFontProperties(ComparisonFontBase targetFont)
Deprecated.
Sets the font properties.
|
void |
setItalic(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is italic.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setNormalizeHeights(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is normalize heights.
|
void |
setSize(int value)
Deprecated.
Gets or sets the size.
|
void |
setStrikeout(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is strikeout.
|
void |
setStrikeType(int value)
Deprecated.
Gets or sets the type of the strike.
|
void |
setSubscript(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is subscript.
|
void |
setSuperscript(boolean value)
Deprecated.
Gets or sets a value indicating whether this instance is superscript.
|
void |
setUnderline(int value)
Deprecated.
Gets or sets the underline.
|
getCellsColorInternal
public ComparisonFont(com.aspose.cells.Font asposeFont)
Initializes a new instance of the ComparisonFont
class.
asposeFont
- The aspose font.public Color getColor()
Gets or sets the color.
Value: The color.getColor
in class ComparisonFontBase
public com.aspose.ms.System.Drawing.Color getColorInternal()
ComparisonFontBase
getColorInternal
in class ComparisonFontBase
public void setColor(Color value)
Gets or sets the color.
Value: The color.setColor
in class ComparisonFontBase
value
- the valuepublic boolean isBold()
Gets or sets a value indicating whether this instance is bold.
Value:true
if this instance is bold; otherwise, false
.isBold
in class ComparisonFontBase
public void setBold(boolean value)
Gets or sets a value indicating whether this instance is bold.
Value:true
if this instance is bold; otherwise, false
.setBold
in class ComparisonFontBase
value
- the valuepublic boolean isItalic()
Gets or sets a value indicating whether this instance is italic.
Value:true
if this instance is italic; otherwise, false
.isItalic
in class ComparisonFontBase
public void setItalic(boolean value)
Gets or sets a value indicating whether this instance is italic.
Value:true
if this instance is italic; otherwise, false
.setItalic
in class ComparisonFontBase
value
- the valuepublic boolean isNormalizeHeights()
Gets or sets a value indicating whether this instance is normalize heights.
Value:true
if this instance is normalize heights; otherwise, false
.isNormalizeHeights
in class ComparisonFontBase
public void setNormalizeHeights(boolean value)
Gets or sets a value indicating whether this instance is normalize heights.
Value:true
if this instance is normalize heights; otherwise, false
.setNormalizeHeights
in class ComparisonFontBase
value
- the valuepublic boolean isStrikeout()
Gets or sets a value indicating whether this instance is strikeout.
Value:true
if this instance is strikeout; otherwise, false
.isStrikeout
in class ComparisonFontBase
public void setStrikeout(boolean value)
Gets or sets a value indicating whether this instance is strikeout.
Value:true
if this instance is strikeout; otherwise, false
.setStrikeout
in class ComparisonFontBase
value
- the valuepublic boolean isSubscript()
Gets or sets a value indicating whether this instance is subscript.
Value:true
if this instance is subscript; otherwise, false
.isSubscript
in class ComparisonFontBase
public void setSubscript(boolean value)
Gets or sets a value indicating whether this instance is subscript.
Value:true
if this instance is subscript; otherwise, false
.setSubscript
in class ComparisonFontBase
value
- the valuepublic boolean isSuperscript()
Gets or sets a value indicating whether this instance is superscript.
Value:true
if this instance is superscript; otherwise, false
.isSuperscript
in class ComparisonFontBase
public void setSuperscript(boolean value)
Gets or sets a value indicating whether this instance is superscript.
Value:true
if this instance is superscript; otherwise, false
.setSuperscript
in class ComparisonFontBase
value
- the valuepublic String getName()
Gets or sets the name.
Value: The name.getName
in class ComparisonFontBase
public void setName(String value)
Gets or sets the name.
Value: The name.setName
in class ComparisonFontBase
value
- the valuepublic int getSize()
Gets or sets the size.
Value: The size.getSize
in class ComparisonFontBase
public void setSize(int value)
Gets or sets the size.
Value: The size.setSize
in class ComparisonFontBase
value
- the valuepublic int getStrikeType()
Gets or sets the type of the strike.
Value: The type of the strike.getStrikeType
in class ComparisonFontBase
public void setStrikeType(int value)
Gets or sets the type of the strike.
Value: The type of the strike.setStrikeType
in class ComparisonFontBase
value
- the valuepublic int getUnderline()
Gets or sets the underline.
Value: The underline.getUnderline
in class ComparisonFontBase
public void setUnderline(int value)
Gets or sets the underline.
Value: The underline.setUnderline
in class ComparisonFontBase
value
- the valuepublic void setFontProperties(ComparisonFontBase targetFont)
Sets the font properties.
setFontProperties
in class ComparisonFontBase
targetFont
- The target font.public Object getAsposeObject()
getAsposeObject
in class ComparisonFontBase
Copyright © 2018. All rights reserved.