Property Getters/Setters Summary | ||
---|---|---|
function | getCompressionLevel() | |
function | 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 hundreths of a percent. | ||
function | getCompressionType() | |
function | 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. | ||
function | getExtentX() | |
function | setExtentX(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the horizontal extent of the metafile. | ||
function | getExtentY() | |
function | setExtentY(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the vertical extent of the metafile. | ||
function | getForeignType() | |
function | setForeignType(value) | |
Data type. The value of the property is ForeignType integer constant. | ||
function | getImageData() | |
function | setImageData(value) | |
Represents image of ole object as byte array. | ||
function | getMappingMode() | |
function | setMappingMode(value) | |
This attribute is only meaningful if the foreign data is a metafile. The value indicates the metafile mapping mode. | ||
function | getObjectData() | |
function | setObjectData(value) | |
Represents embedded ole object data as byte array. | ||
function | getObjectHeight() | |
function | 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. | ||
function | getObjectSourceFullName() | |
function | setObjectSourceFullName(value) | |
Returns the source full name of the source file for the linked OLE object. | ||
function | getObjectType() | |
function | 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. | ||
function | getObjectWidth() | |
function | 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. | ||
function | getShowAsIcon() | |
function | 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. | ||
function | getValue() | |
function | setValue(value) | |
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Property Getters/Setters Detail |
---|
getImageData/setImageData : byte[] | |
function getImageData() / function setImageData(value) |
getObjectData/setObjectData : byte[] | |
function getObjectData() / function setObjectData(value) |
getForeignType/setForeignType : Number | |
function getForeignType() / function setForeignType(value) |
getObjectType/setObjectType : Number | |
function getObjectType() / function setObjectType(value) |
getShowAsIcon/setShowAsIcon : Number | |
function getShowAsIcon() / function setShowAsIcon(value) |
getObjectWidth/setObjectWidth : Number | |
function getObjectWidth() / function setObjectWidth(value) |
getObjectHeight/setObjectHeight : Number | |
function getObjectHeight() / function setObjectHeight(value) |
getMappingMode/setMappingMode : Number | |
function getMappingMode() / function setMappingMode(value) |
getExtentX/setExtentX : Number | |
function getExtentX() / function setExtentX(value) |
getExtentY/setExtentY : Number | |
function getExtentY() / function setExtentY(value) |
getCompressionType/setCompressionType : Number | |
function getCompressionType() / function setCompressionType(value) |
getCompressionLevel/setCompressionLevel : Number | |
function getCompressionLevel() / function setCompressionLevel(value) |
getValue/setValue : byte[] | |
function getValue() / function setValue(value) |
getObjectSourceFullName/setObjectSourceFullName : String | |
function getObjectSourceFullName() / function setObjectSourceFullName(value) |
Method Detail |
---|
deepClone | |
function deepClone() |