Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
HtmlSaveOptions.CssSavingStrategy |
HtmlSaveOptions.getCustomCssSavingStrategy()
This field can contain saving strategy that must be used (if present) during conversion of
Pdf to Html for handling of saving of CSSes related to created HTML document as whole or to
it's pages(if several HTMLpages are generated) If You want handle CSS file in some specific
way, that just please create relevant method and Assign delegate created from it to this
property.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlSaveOptions.setCustomCssSavingStrategy(HtmlSaveOptions.CssSavingStrategy customCssSavingStrategy)
This field can contain saving strategy that must be used (if present) during conversion of
Pdf to Html for handling of saving of CSSes related to created HTML document as whole or to
it's pages(if several HTMLpages are generated) If You want handle CSS file in some specific
way, that just please create relevant method and Assign delegate created from it to this
property.
|