Nevron Open Vision Documentation
Nevron.Nov.Text.Formats Namespace / NImageTextFormat Class
Fields Properties Methods


In This Topic
    NImageTextFormat Class Members
    In This Topic

    The following tables list the members exposed by NImageTextFormat.

    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns true if the format can load a document from stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyOverridden. Returns true if the format can save a text document to a stream  
    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 PropertyOverridden. Gets the file signature of this document format.  
    Public PropertyGets the mime type. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the name of the format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Loads a document from the specified file. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Public MethodLoads a document from from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Public MethodOverloaded. Loads the document form the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Public MethodSaves the document to the specified file (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Public MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Public MethodOverloaded. Saves the specified document to the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Protected MethodOverridden.   
    Protected MethodLoads a document from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodOverriden to validate the document integrity (Inherited from Nevron.Nov.Text.Formats.NTextFormat)
    Protected MethodCalled when the document has been saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodCalled when the document has failed to be saved successfully (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodCalled when the document is about to be saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodOverridden. Called when the format is used  
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Text.Formats.NTextFormat)
    Protected MethodOverridden.   
    Protected MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Text.Formats.NTextFormat)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Top
    See Also