EditableDocument Class |
Namespace: GroupDocs.Editor
The EditableDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllResources |
Returns a list of all existing resources: all stylesheets, images from HTML and all stylesheets, fonts
|
![]() | Audio |
Returns a list of audio resources
|
![]() | Css |
Returns a list of CSS resources
|
![]() | Fonts |
Allows to obtain external font resources, which are used by this HTML document
|
![]() | Images |
Allows to obtain external image resources (raster images), which are used by this HTML document
|
![]() | IsDisposed |
Determines whether this Editable document was already disposed (true) or not (false)
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this Editable document instance, disposing its content and making its methods and properties non-working
|
![]() ![]() | FromBodyMarkupAndResourceFolder |
Static factory, that creates an instance of EditableDocument from a specified HTML markup,
that doesn't contain an HTML header, but only inner markup of HTML BODY element, and from resources, located in the folder, specified by the full path
|
![]() ![]() | FromFile |
Static factory, that creates an instance of EditableDocument from a HTML file,
that is specified by a path to the *.html file itself and a folder with linked resources
|
![]() ![]() | FromMarkup |
Static factory, that creates an instance of EditableDocument from specified HTML markup and a set of corresponding linked resources
|
![]() ![]() | FromMarkupAndResourceFolder |
Static factory, that creates an instance of EditableDocument from a specified HTML markup and from resources, located in the folder, specified by the full path
|
![]() | GetBodyContent |
Returns a body of the HTML document (content between opening and closing BODY tags without these tags) as a string.
|
![]() | GetBodyContent(String) |
Returns a body of the HTML document (content between opening and closing BODY tags without these tags) as a string,
where links to the external resources contain specified prefix.
|
![]() | GetContent |
Returns overall content of the HTML document as a string.
|
![]() | GetContent(String, String) |
Returns overall content of the HTML document as a string, where links to the external resources contain specified prefix.
|
![]() | GetCssContent |
Returns content of all external stylesheets as a list of strings, where one string represents one stylesheet.
Returns empty list, if there is no CSS for this document.
|
![]() | GetCssContent(String, String) |
Returns content of all external stylesheets as a list of strings, where one string represents one stylesheet.
Specified prefix will be applied to every link to the external resource in every resultant stylesheet.
Returns empty list, if there is no CSS for this document.
|
![]() | GetEmbeddedHtml |
Returns all content of this HTML document with all related resources in a form of a single string, where all resources are embedded inside the
HTML markup in a base64-encoded form.
|
![]() | Save(String) |
Saves this HTML document to the file on specified path, where HTML markup will be stored, and to the accompanying folder with resources.
|
![]() | Save(String, String) |
Saves this HTML document to the file on specified path, where HTML markup will be stored, and to the accompanying folder with resources,
which is located on specified path.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Event, which occurs when this Editable document is disposed, right after finishing the disposing process
|