Editor Class |
Namespace: GroupDocs.Editor
The Editor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Editor(FuncStream) |
Initializes new Editor instance with specified input document (as a stream)
|
![]() | Editor(String) |
Initializes new Editor instance with specified input document (as a full file path)
|
![]() | Editor(FuncStream, FuncILoadOptions) |
Initializes new Editor instance with specified input document (as a stream) with its load options
|
![]() | Editor(String, FuncILoadOptions) |
Initializes new Editor instance with specified input document (as a full file path) with its load options
|
Name | Description | |
---|---|---|
![]() | IsDisposed |
Indicates whether this Editor instance was already disposed and cannot be used anymore (true) or it was not disposed yet and thus is active (false)
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this instance of Editor, so that it releases all internal resources and becomes unavailable for further usage
|
![]() | Edit |
Opens a previously loaded document for editing using default options by generating and returning an instance of 'EditableDocument' class, that, in turn, contains methods for producing HTML markup and associated resources.
|
![]() | Edit(IEditOptions) |
Opens a previously loaded document for editing using specified format-specific options by generating and returning an instance of 'EditableDocument' class, that, in turn, contains methods for producing HTML markup and associated resources.
|
![]() | GetDocumentInfo |
Returns metadata about the document, that was loaded to this 'Editor' instance
|
![]() | Save(EditableDocument, Stream, ISaveOptions) |
Converts specified edited document, represented as instance of 'EditableDocument', to the resultant document of specified format and saves its content to specified stream
|
![]() | Save(EditableDocument, String, ISaveOptions) |
Converts specified edited document, represented as instance of 'EditableDocument', to the resultant document of specified format and saves its content to file by specified file path
|
Name | Description | |
---|---|---|
![]() | Disposed |
Event, which occurs when this Editor instance is disposed with all its internal resources
|