Property Getters/Setters Summary | ||
---|---|---|
method | getCompressionLevel() | |
method | setCompressionLevel(value) | |
This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the level of compression applied to the file. Compression level is measured in hundreds of a percent. | ||
method | getCompressionType() | |
method | setCompressionType(value) | |
This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the type of compression applied to the file. The value of the property is CompressionType integer constant. | ||
method | getExtentX() | |
method | setExtentX(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the horizontal extent of the metafile. | ||
method | getExtentY() | |
method | setExtentY(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the vertical extent of the metafile. | ||
method | getForeignType() | |
method | setForeignType(value) | |
Data type. The value of the property is ForeignType integer constant. | ||
method | getImageData() | |
method | setImageData(value) | |
Represents image of ole object as byte array. | ||
method | getMappingMode() | |
method | setMappingMode(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the metafile mapping mode. | ||
method | getObjectData() | |
method | setObjectData(value) | |
Represents embedded ole object data as byte array. | ||
method | getObjectHeight() | |
method | setObjectHeight(value) | |
This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value expresses the height of the object in page units. | ||
method | getObjectSourceFullName() | |
method | setObjectSourceFullName(value) | |
Returns the source full name of the source file for the linked OLE object. | ||
method | getObjectType() | |
method | setObjectType(value) | |
If the ForeignType attribute is "Object", the ForeignData element must also have an ObjectType attribute. The value of the property is ObjectType integer constant. | ||
method | getObjectWidth() | |
method | setObjectWidth(value) | |
This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value expresses the width of the object in page units. | ||
method | getShowAsIcon() | |
method | setShowAsIcon(value) | |
This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value of the property is BOOL integer constant. | ||
method | getValue() | |
method | setValue(value) | |
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data. |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
byte[] getImageData() / setImageData(value)
byte[] getObjectData() / setObjectData(value)
int getForeignType() / setForeignType(value)
int getObjectType() / setObjectType(value)
int getShowAsIcon() / setShowAsIcon(value)
float getObjectWidth() / setObjectWidth(value)
float getObjectHeight() / setObjectHeight(value)
int getMappingMode() / setMappingMode(value)
float getExtentX() / setExtentX(value)
float getExtentY() / setExtentY(value)
int getCompressionType() / setCompressionType(value)
float getCompressionLevel() / setCompressionLevel(value)
byte[] getValue() / setValue(value)
String getObjectSourceFullName() / setObjectSourceFullName(value)