new MdlMoleculeWriter()
        Class to write Kekule.Molecule to MDL MOL 2000/3000 data.
    
    
    
    
    
    
- Source:
Extends
Methods
- 
    
        getMolecule(obj)
- 
    
    Get molecule data from an object.Parameters:Name Type Description objVariant - Source:
 
- 
    
        writeBlock(obj) → {String}
- 
    
    Write a text block for a suitable object.Parameters:Name Type Description objVariant Kekule object to write. - Inherited From:
- Source:
 Returns:Text written.- Type
- String