Methods

deepClone() → Object

Creates deep copy of this instance.

Returns

Object 

getCompressionLevel()

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.

getCompressionType()

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.

getExtentX()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the horizontal extent of the metafile.

getExtentY()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the vertical extent of the metafile.

getForeignType()

Data type. The value of the property is ForeignType integer constant.

getImageData()

Represents image of ole object as byte array.

getMappingMode()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the metafile mapping mode.

getObjectData()

Represents embedded ole object data as byte array.

getObjectHeight()

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.

getObjectSourceFullName()

Returns the source full name of the source file for the linked OLE object. Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..

getObjectType()

If the ForeignType attribute is "Object", the ForeignData element must also have an ObjectType attribute. The value of the property is ObjectType integer constant.

getObjectWidth()

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.

getShowAsIcon()

This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value of the property is BOOL integer constant.

getValue()

Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.

setCompressionLevel()

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.

setCompressionType()

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.

setExtentX()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the horizontal extent of the metafile.

setExtentY()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the vertical extent of the metafile.

setForeignType()

Data type. The value of the property is ForeignType integer constant.

setImageData()

Represents image of ole object as byte array.

setMappingMode()

This attribute is only meaningful if the foreign data is a metafile. The value indicates the metafile mapping mode.

setObjectData()

Represents embedded ole object data as byte array.

setObjectHeight()

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.

setObjectSourceFullName()

Returns the source full name of the source file for the linked OLE object. Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..

setObjectType()

If the ForeignType attribute is "Object", the ForeignData element must also have an ObjectType attribute. The value of the property is ObjectType integer constant.

setObjectWidth()

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.

setShowAsIcon()

This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value of the property is BOOL integer constant.

setValue()

Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.