public static class HtmlSaveOptions.CssSavingInfo extends Object
This class represents set of data that related to custom saving of CSS during conversion of PDF to HTML format
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.IO.Stream |
ContentStream
Set by converter.
|
int |
CssNumber
Set by converter.
|
String |
SupposedURL
Set by converter.
|
public int CssNumber
Set by converter. During conversion several CSS-files are created . This properties shows ordinal of saved CSS-file during conversion. It can be used in logic of custom code to decide how to process or where to save CSS content
public String SupposedURL
Set by converter. Supposed file name that goes from converter to code of custom method Can be used in custom code to decide how to process or where to save content
public com.aspose.ms.System.IO.Stream ContentStream
Set by converter. Represents binary content of saved CSS
Copyright © 2018 Aspose. All Rights Reserved.