Package | Description |
---|---|
com4j.stdole |
com4j binding for stdole library.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IFontDisp.getBold()
Getter method for the COM property "Bold"
|
short |
IFontDisp.getCharset()
Getter method for the COM property "Charset"
|
int |
IPictureDisp.getHandle()
Getter method for the COM property "Handle"
|
int |
IPictureDisp.getHeight()
Getter method for the COM property "Height"
|
int |
IPictureDisp.getHPal()
Getter method for the COM property "hPal"
|
boolean |
IFontDisp.getItalic()
Getter method for the COM property "Italic"
|
String |
IFontDisp.getName()
Getter method for the COM property "Name"
|
BigDecimal |
IFontDisp.getSize()
Getter method for the COM property "Size"
|
boolean |
IFontDisp.getStrikethrough()
Getter method for the COM property "Strikethrough"
|
short |
IPictureDisp.getType()
Getter method for the COM property "Type"
|
boolean |
IFontDisp.getUnderline()
Getter method for the COM property "Underline"
|
short |
IFontDisp.getWeight()
Getter method for the COM property "Weight"
|
int |
IPictureDisp.getWidth()
Getter method for the COM property "Width"
|
void |
IPictureDisp.render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
Buffer prcWBounds) |
void |
IFontDisp.setBold(boolean newValue)
Setter method for the COM property "Bold"
|
void |
IFontDisp.setCharset(short newValue)
Setter method for the COM property "Charset"
|
void |
IPictureDisp.setHandle(int newValue)
Setter method for the COM property "Handle"
|
void |
IPictureDisp.setHeight(int newValue)
Setter method for the COM property "Height"
|
void |
IPictureDisp.setHPal(int newValue)
Setter method for the COM property "hPal"
|
void |
IFontDisp.setItalic(boolean newValue)
Setter method for the COM property "Italic"
|
void |
IFontDisp.setName(String newValue)
Setter method for the COM property "Name"
|
void |
IFontDisp.setSize(BigDecimal newValue)
Setter method for the COM property "Size"
|
void |
IFontDisp.setStrikethrough(boolean newValue)
Setter method for the COM property "Strikethrough"
|
void |
IPictureDisp.setType(short newValue)
Setter method for the COM property "Type"
|
void |
IFontDisp.setUnderline(boolean newValue)
Setter method for the COM property "Underline"
|
void |
IFontDisp.setWeight(short newValue)
Setter method for the COM property "Weight"
|
void |
IPictureDisp.setWidth(int newValue)
Setter method for the COM property "Width"
|
Copyright © 2014. All rights reserved.