Name | Description | |
---|---|---|
![]() | ContainsData | Queries whether data is present in the specified format. |
![]() | ContainsEMF | Checks whether this data object contains an EMF+ data. |
![]() | ContainsRaster | Checks whether this data object contains a raster image |
![]() | ContainsRTF | Checks whether this data object contains an RTF text data. |
![]() | ContainsText | Checks whether this data object contains a text string |
![]() | GetData | Tries to get data in the specified format. Returns null, if data in the specified format does not exists or its retrieval failed. Returns a format specific object instance in case the data was successfully retrived. |
![]() | GetEMF | Loads an EMF+ bytes from the data object. |
![]() | GetFormats | Gets an array of the formats in which data can be obtained. |
![]() | GetRaster | Loads a raster image from the data object |
![]() | GetRTF | Loads an RTF bytes from the data object. |
![]() | GetText | Loads a text string from the data object |
![]() | IsReadOnly | Determines whether this a readonly data object. |
![]() | SetData | Sets a data object in the specified data format. Throws an exception if the specified object is not a valid instance for the passed format. |
![]() | SetEMF | Stores the specified EMF+ bytes in the data object. |
![]() | SetRaster | Stores the specified raster image in the data object |
![]() | SetRTF | Stores the specified RTF bytes in the data object. |
![]() | SetText | Stores the specified text string in the data object |