public class StyleSettings extends Object
Class StyleSettings
Constructor and Description |
---|
StyleSettings()
Initializes a new instance of the
StyleSettings class. |
Modifier and Type | Method and Description |
---|---|
String |
getBeginSeparatorString()
Gets or sets the begin separator string.
|
boolean |
getBold()
Gets or sets a value indicating whether this
StyleSettings is bold. |
String |
getEndSeparatorString()
Gets or sets the end separator string.
|
Color |
getFontColor()
Gets or sets the color.
|
Color |
getHighlightColor()
Gets or sets the highlight color.
|
com.aspose.ms.System.Drawing.Color |
getHighlightColorInternal() |
boolean |
getItalic()
Gets or sets a value indicating whether this
StyleSettings is italic. |
boolean |
getStrikeThrough()
Gets or sets a value indicating whether [strike through].
|
boolean |
getUnderline()
Gets or sets a value indicating whether this
StyleSettings is underline. |
void |
setBeginSeparatorString(String value) |
void |
setBold(boolean value) |
void |
setEndSeparatorString(String value) |
void |
setFontColor(Color value) |
void |
setFontColor(com.aspose.ms.System.Drawing.Color value) |
void |
setHighlightColor(Color value)
Gets or sets the highlight color.
|
void |
setHighlightColor(com.aspose.ms.System.Drawing.Color value) |
void |
setItalic(boolean value) |
void |
setStrikeThrough(boolean value) |
void |
setUnderline(boolean value) |
public StyleSettings()
Initializes a new instance of the StyleSettings
class.
public String getBeginSeparatorString()
Gets or sets the begin separator string.
Value: The begin separator string.public boolean getBold()
Gets or sets a value indicating whether this StyleSettings
is bold.
true
if bold; otherwise, false
.public String getEndSeparatorString()
Gets or sets the end separator string.
Value: The end separator string.public Color getFontColor()
Gets or sets the color.
Value: The color.public final Color getHighlightColor()
Gets or sets the highlight color.
Value: The color.public com.aspose.ms.System.Drawing.Color getHighlightColorInternal()
public boolean getItalic()
Gets or sets a value indicating whether this StyleSettings
is italic.
true
if italic; otherwise, false
.public boolean getStrikeThrough()
Gets or sets a value indicating whether [strike through].
Value:true
if [strike through]; otherwise, false
.public boolean getUnderline()
Gets or sets a value indicating whether this StyleSettings
is underline.
true
if underline; otherwise, false
.public void setBeginSeparatorString(String value)
public void setBold(boolean value)
public void setEndSeparatorString(String value)
public void setFontColor(Color value)
public void setFontColor(com.aspose.ms.System.Drawing.Color value)
public final void setHighlightColor(Color value)
Gets or sets the highlight color.
Value: The color.public void setHighlightColor(com.aspose.ms.System.Drawing.Color value)
public void setItalic(boolean value)
public void setStrikeThrough(boolean value)
public void setUnderline(boolean value)
Copyright © 2019. All rights reserved.