|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteFont
This class contains the font attributes (font name, font size, color, and so on) for an object.
Access
Method Summary | |
---|---|
int |
getColor()
This property returns or sets the primary color of the object. |
double |
getHeight()
This property returns or sets the height of the font, and the unit is 1/100 mm. |
java.lang.String |
getName()
This property returns or sets the name of the font. |
int |
getUnderline()
This property specifies the underline type of the font. |
double |
getWeight()
This property returns or sets the weight of the font. |
boolean |
isBold()
This property returns or sets whether the font is bold. |
boolean |
isItalic()
This property specifies whether the font style is italic. |
boolean |
isStrikethrough()
This property specifies whether the font is struck with a horizontal line. |
void |
setBold(boolean bold)
This property returns or sets whether the font is bold. |
void |
setColor(int color)
This property returns or sets the primary color of the object. |
void |
setHeight(double height)
This property returns or sets the height of the font, and the unit is 1/100 mm. |
void |
setItalic(boolean italic)
This property specifies whether the font style is italic. |
void |
setName(java.lang.String type)
This property returns or sets the name of the font. |
void |
setStrikethrough(boolean strikethrough)
This property specifies whether the font is struck with a horizontal line. |
void |
setUnderline(int underline)
This property specifies the underline type of the font. |
void |
setWeight(double weight)
This property returns or sets the weight of the font. |
Method Detail |
---|
boolean isBold() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setColor(int color) throws RemoteEclipseAPIException
color
-
RemoteEclipseAPIException
double getHeight() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setHeight(double height) throws RemoteEclipseAPIException
height
-
RemoteEclipseAPIException
boolean isItalic() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setItalic(boolean italic) throws RemoteEclipseAPIException
italic
-
RemoteEclipseAPIException
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setName(java.lang.String type) throws RemoteEclipseAPIException
type
-
RemoteEclipseAPIException
boolean isStrikethrough() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setStrikethrough(boolean strikethrough) throws RemoteEclipseAPIException
strikethrough
-
RemoteEclipseAPIException
int getUnderline() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setUnderline(int underline) throws RemoteEclipseAPIException
underline
-
RemoteEclipseAPIException
double getWeight() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setWeight(double weight) throws RemoteEclipseAPIException
weight
-
RemoteEclipseAPIException
void setBold(boolean bold) throws RemoteEclipseAPIException
bold
-
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |