Package | Description |
---|---|
com4j.stdole |
com4j binding for stdole library.
|
com4j.tlbimp.def |
com4j binding for type library.
|
Modifier and Type | Method and Description |
---|---|
void |
IFont.addRefHfont(int hFont) |
IEnumVARIANT |
IEnumVARIANT.clone() |
IFont |
IFont.clone() |
int |
IPicture.getAttributes()
Getter method for the COM property "Attributes"
|
boolean |
IFont.getBold()
Getter method for the COM property "Bold"
|
short |
IFont.getCharset()
Getter method for the COM property "Charset"
|
int |
IPicture.getCurDC()
Getter method for the COM property "CurDC"
|
int |
IPicture.getHandle()
Getter method for the COM property "Handle"
|
int |
IPicture.getHeight()
Getter method for the COM property "Height"
|
int |
IFont.getHFont()
Getter method for the COM property "hFont"
|
int |
IPicture.getHPal()
Getter method for the COM property "hPal"
|
boolean |
IFont.getItalic()
Getter method for the COM property "Italic"
|
boolean |
IPicture.getKeepOriginalFormat()
Getter method for the COM property "KeepOriginalFormat"
|
String |
IFont.getName()
Getter method for the COM property "Name"
|
BigDecimal |
IFont.getSize()
Getter method for the COM property "Size"
|
boolean |
IFont.getStrikethrough()
Getter method for the COM property "Strikethrough"
|
short |
IPicture.getType()
Getter method for the COM property "Type"
|
boolean |
IFont.getUnderline()
Getter method for the COM property "Underline"
|
short |
IFont.getWeight()
Getter method for the COM property "Weight"
|
int |
IPicture.getWidth()
Getter method for the COM property "Width"
|
void |
IFont.isEqual(IFont pfontOther) |
int |
IEnumVARIANT.next(int celt,
Object rgvar) |
void |
IPicture.pictureChanged() |
void |
IFont.releaseHfont(int hFont) |
void |
IPicture.render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
Buffer prcWBounds) |
void |
IEnumVARIANT.reset() |
int |
IPicture.saveAsFile(Buffer pstm,
boolean fSaveMemCopy) |
void |
IPicture.selectPicture(int hdcIn,
Holder<Integer> phdcOut,
Holder<Integer> phbmpOut) |
void |
IFont.setBold(boolean pbold)
Setter method for the COM property "Bold"
|
void |
IFont.setCharset(short pcharset)
Setter method for the COM property "Charset"
|
void |
IPicture.setHdc(int hdc) |
void |
IPicture.setHPal(int phpal)
Setter method for the COM property "hPal"
|
void |
IFont.setItalic(boolean pitalic)
Setter method for the COM property "Italic"
|
void |
IPicture.setKeepOriginalFormat(boolean pfkeep)
Setter method for the COM property "KeepOriginalFormat"
|
void |
IFont.setName(String pname)
Setter method for the COM property "Name"
|
void |
IFont.setRatio(int cyLogical,
int cyHimetric) |
void |
IFont.setSize(BigDecimal psize)
Setter method for the COM property "Size"
|
void |
IFont.setStrikethrough(boolean pstrikethrough)
Setter method for the COM property "Strikethrough"
|
void |
IFont.setUnderline(boolean punderline)
Setter method for the COM property "Underline"
|
void |
IFont.setWeight(short pweight)
Setter method for the COM property "Weight"
|
void |
IEnumVARIANT.skip(int celt) |
Modifier and Type | Method and Description |
---|---|
int |
IWTypeLib.count() |
int |
IInterfaceDecl.countBaseInterfaces()
count the number of the base interfaces
|
int |
IEnumDecl.countConstants() |
int |
ICoClassDecl.countImplementedInterfaces()
count the number of the interfaces implemented by this co-class
|
int |
IInterface.countMethods() |
int |
IInterface.countProperties() |
ITypeDecl |
IInterfaceDecl.getBaseInterface(int index)
gets the base interface
|
IType |
ISafeArrayType.getComponentType() |
IConstant |
IEnumDecl.getConstant(int index) |
Variant |
IParam.getDefaultValue() |
IType |
ITypedefDecl.getDefinition() |
int |
IMethod.getDispId() |
int |
IProperty.getDispId() |
IInterfaceDecl |
IInterfaceDecl.getDispInterface()
get the IDispatch interface of this custom interface.
|
int |
IMethod.getFlags() |
GUID |
ICoClassDecl.getGUID() |
GUID |
IInterface.getGUID() |
String |
IMethod.getHelpString() |
String |
IConstant.getHelpString() |
String |
IProperty.getHelpString() |
String |
ITypeDecl.getHelpString() |
String |
IWTypeLib.getHelpString() |
IImplementedInterfaceDecl |
ICoClassDecl.getImplementedInterface(int index)
gets an interface implemented by this co-class
|
InvokeKind |
IMethod.getKind() |
TypeKind |
ITypeDecl.getKind() |
GUID |
IWTypeLib.getLibid() |
IMethod |
IInterface.getMethod(int idx) |
String |
IMethod.getName() |
String |
IPrimitiveType.getName() |
String |
IConstant.getName() |
String |
IProperty.getName() |
String |
ITypeDecl.getName() |
String |
IWTypeLib.getName() |
String |
IParam.getName() |
IParam |
IMethod.getParam(int idx) |
int |
IMethod.getParamCount() |
IWTypeLib |
ITypeDecl.getParent() |
IType |
IPtrType.getPointedAtType() |
IProperty |
IInterface.getProperty(int idx) |
IType |
IMethod.getReturnType() |
IType |
IConstant.getType() |
IType |
IProperty.getType() |
ITypeDecl |
IImplementedInterfaceDecl.getType()
gets the definition of the interface
|
IType |
IParam.getType() |
ITypeDecl |
IWTypeLib.getType(int index) |
int |
IConstant.getValue() |
VarType |
IPrimitiveType.getVarType() |
int |
IMethod.getVtableIndex() |
IInterfaceDecl |
IDispInterfaceDecl.getVtblInterface()
get the vtable interface of this dispatch interface.
|
boolean |
ICoClassDecl.isCreatable()
checks if this co-class is creatable
|
boolean |
IImplementedInterfaceDecl.isDefault()
is this the default source/sink?
|
boolean |
IInterface.isDual()
return true if this interface is a dual interface
|
boolean |
IParam.isIn() |
boolean |
IParam.isLCID() |
boolean |
IParam.isOptional() |
boolean |
IParam.isOut() |
boolean |
IImplementedInterfaceDecl.isRestricted()
is restricted?
|
boolean |
IParam.isRetval() |
boolean |
IImplementedInterfaceDecl.isSource()
is this a sink?
|
boolean |
IMethod.isVarArg() |
Copyright © 2014. All rights reserved.