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


In This Topic
    NTextFormat Class Members
    In This Topic

    The following tables list the members exposed by NTextFormat.

    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 Propertystatic (Shared in Visual Basic)Represents the Microsoft Word (DOCX) text format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Electronic Publication (EPUB) text format.  
    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 Propertystatic (Shared in Visual Basic)Represents the HTML text 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)
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron Binary text format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron XML text format.  
    Public Propertystatic (Shared in Visual Basic)Represents the PDF text format.  
    Public Propertystatic (Shared in Visual Basic)Represents the RTF text format.  
    Public Propertystatic (Shared in Visual Basic)Represents the TXT text format.  
    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 (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Protected MethodLoads a document from the given stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodLoads a document from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodOverridden. Overriden to validate the document integrity  
    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 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<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Protected MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NRichTextDocument,NTextLoadSettings,NTextSaveSettings>)
    Internal MethodOverridden.   
    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