HtmlSaveOptions.CssSavingInfo

Inheritance: java.lang.Object, com.aspose.pdf.HtmlSaveOptions.CssSavingInfo

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

Methods

MethodDescription
getContentStreamSet by converter. Represents binary content of saved CSS
getCssNumberSet 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
getSupposedURLSet 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
setContentStreamSet by converter. Represents binary content of saved CSS
setCssNumberSet 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
setSupposedURLSet 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

getContentStream

public InputStream getContentStream()

Set by converter. Represents binary content of saved CSS

Returns: InputStream instance

getCssNumber

public int getCssNumber()

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

Returns: int value

getSupposedURL

public String getSupposedURL()

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

Returns: String value

setContentStream

Set by converter. Represents binary content of saved CSS

setCssNumber

public void setCssNumber(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

Parameters:

ParameterTypeDescription
cssNumberint value

setSupposedURL

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