NevronOpenVision
Nevron.Nov.UI Namespace / NDataObject Class
Fields Methods


NDataObject Class Members

The following tables list the members exposed by NDataObject.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)The empty data object (readonly with no data)  
Top
Public Methods
 NameDescription
Public MethodQueries whether data is present in the specified format.  
Public MethodChecks whether this data object contains an EMF+ data.  
Public MethodChecks whether this data object contains a raster image  
Public MethodChecks whether this data object contains an RTF text data.  
Public MethodChecks whether this data object contains a text string  
Public MethodTries 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.  
Public MethodLoads an EMF+ bytes from the data object.  
Public MethodGets an array of the formats in which data can be obtained.  
Public MethodLoads a raster image from the data object  
Public MethodLoads an RTF bytes from the data object.  
Public MethodLoads a text string from the data object  
Public MethodDetermines whether this a readonly data object.  
Public MethodSets a data object in the specified data format. Throws an exception if the specified object is not a valid instance for the passed format.  
Public MethodStores the specified EMF+ bytes in the data object.  
Public MethodStores the specified raster image in the data object  
Public MethodStores the specified RTF bytes in the data object.  
Public MethodStores the specified text string in the data object  
Top
Protected Methods
 NameDescription
Internal Method  
Top
See Also