Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NLibraryFormat Class
Properties Methods


In This Topic
    NLibraryFormat Class Members
    In This Topic

    The following tables list the members exposed by NLibraryFormat.

    Public Properties
     NameDescription
    Public PropertyReturns true if the format can load a document from stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyReturns true if the format can save a document to a stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the file extensions this format can have without the dot. For example: "docx", "html", "pdf", "rtf", etc. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the file signature of this document format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the mime type. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the name of the format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron Binary library format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron XML library format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio Stencil format (VSSX).  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio 2003-2010 Stencil format (VSS).  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio 2003-2010 XML Stencil format (VSX).  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Loads a document from the specified file. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Public MethodLoads a document from from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Public MethodOverloaded. Loads the document form the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Public MethodSaves the document to the specified file (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Public MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Public MethodOverloaded. Saves the specified document to the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Protected MethodLoads a document from the given stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodLoads a document from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodCalled when the document has been loaded (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodCalled when the document has been saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodCalled when the document has failed to be saved successfully (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodCalled when the document is about to be saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodCalled when the format is used. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal MethodOverridden.   
    Protected MethodSaves a document to the given stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Protected MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal MethodOverridden.   
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NLibraryDocument,NLibraryLoadSettings,NLibrarySaveSettings>)
    Top
    See Also