HtmlSaveOptions.CssSavingInfo

Inheritance: java.lang.Object

public static class HtmlSaveOptions.CssSavingInfo

This class represents set of data that related to custom saving of CSS during conversion of PDF to HTML format

Methods

MethodDescription
getCssNumber()Set by converter.
setCssNumber(int cssNumber)Set by converter.
getSupposedURL()Set by converter.
setSupposedURL(String supposedURL)Set by converter.
getContentStream()Set by converter.
setContentStream(InputStream contentStream)Set by converter.

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 - int value

setCssNumber(int cssNumber)

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
cssNumberintint 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: java.lang.String - String value

setSupposedURL(String supposedURL)

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

Parameters:

ParameterTypeDescription
supposedURLjava.lang.StringString value

getContentStream()

public InputStream getContentStream()

Set by converter. Represents binary content of saved CSS

Returns: java.io.InputStream - InputStream instance

setContentStream(InputStream contentStream)

public void setContentStream(InputStream contentStream)

Set by converter. Represents binary content of saved CSS

Parameters:

ParameterTypeDescription
contentStreamjava.io.InputStreamInputStream instance