EditableDocumentGetCssContent Method |
Name | Description | |
---|---|---|
![]() | 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.
|