public class TextStyle extends Object
Change the visual style of the text for an item in the project view.
Constructor and Description |
---|
TextStyle() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
String |
getFontFamily() |
int |
getFontStyle()
FontStyle of the text style font. |
int |
getItemType()
TextItemType of the text style. |
float |
getSizeInPoints()
Size in points of the text style font.
|
void |
setColor(Color value) |
void |
setFontFamily(String familyName) |
void |
setFontStyle(int value) |
void |
setItemType(int value) |
void |
setSizeInPoints(float value) |
public String getFontFamily()
public void setFontFamily(String familyName)
public int getFontStyle()
FontStyle
of the text style font.
public void setFontStyle(int value)
public float getSizeInPoints()
Size in points of the text style font.
public void setSizeInPoints(float value)
public Color getColor()
public void setColor(Color value)
public int getItemType()
TextItemType
of the text style.
public void setItemType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.