HtmlSaveOptions
Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions, com.aspose.pdf.UnifiedSaveOptions
All Implemented Interfaces: com.aspose.pdf.IPageSetOptions, com.aspose.pdf.IPipelineOptions
public class HtmlSaveOptions extends UnifiedSaveOptions implements IPageSetOptions, IPipelineOptions
Save options for export to Html format
Constructors
Constructor | Description |
---|---|
HtmlSaveOptions() | Initializes a new instance of the HtmlSaveOptions class. |
HtmlSaveOptions(int documentType) | Initializes a new instance of the HtmlSaveOptions class. |
HtmlSaveOptions(boolean fixedLayout) | Initializes a new instance of the HtmlSaveOptions class. |
HtmlSaveOptions(int documentType, boolean fixedLayout) | Initializes a new instance of the HtmlSaveOptions class. |
Methods
Method | Description |
---|---|
getCustomProgressHandler() | This handler can be used to handle conversion progress events f.e. |
setCustomProgressHandler(UnifiedSaveOptions.ConversionProgressEventHandler customProgressHandler) | This handler can be used to handle conversion progress events f.e. |
isSaveFullFont() | Indicates that full font will be saved, supports only True Type Fonts. |
setSaveFullFont(boolean saveFullFont) | Indicates that full font will be saved, supports only True Type Fonts. |
getAntialiasingProcessing() | This parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML |
setAntialiasingProcessing(int antialiasingProcessing) | This parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML |
isSaveTransparentTexts() | Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). |
setSaveTransparentTexts(boolean saveTransparentTexts) | Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). |
isSaveShadowedTextsAsTransparentTexts() | Pdf can contain texts that are shadowed by another elements (f.e. |
setSaveShadowedTextsAsTransparentTexts(boolean saveShadowedTextsAsTransparentTexts) | Pdf can contain texts that are shadowed by another elements (f.e. |
getFontSavingMode() | Defines font saving mode that will be used during saving of PDF to desirable format |
setFontSavingMode(int fontSavingMode) | Defines font saving mode that will be used during saving of PDF to desirable format |
getPageBorderIfAny() | This attribute represents set of settings used for drawing border (if any) in result HTML document around area that represent source PDF page. |
setPageBorderIfAny(SaveOptions.BorderInfo pageBorderIfAny) | This attribute represents set of settings used for drawing border (if any) in result HTML document around area that represent source PDF page. |
getPageMarginIfAny() | This attribute represents set of extra page margin (if any) in result HTML document around area that represent source PDF page. |
setPageMarginIfAny(SaveOptions.MarginInfo pageMarginIfAny) | This attribute represents set of extra page margin (if any) in result HTML document around area that represent source PDF page. |
getLettersPositioningMethod() | Sets mode of positioning of letters in words in result HTML |
setLettersPositioningMethod(int lettersPositioningMethod) | Sets mode of positioning of letters in words in result HTML |
getExcludeFontNameList() | List of PDF embedded font names that not be embedded in HTML. |
setExcludeFontNameList(String[] excludeFontNameList) | List of PDF embedded font names that not be embedded in HTML. |
getCustomResourceSavingStrategy() | This field can contain saving strategy that must be used (if present) during conversion for customized handling of created referenced resource files (like images and fonts) related to nodes of saved HTML. |
setCustomResourceSavingStrategy(HtmlSaveOptions.ResourceSavingStrategy customResourceSavingStrategy) | This field can contain saving strategy that must be used (if present) during conversion for customized handling of created referenced resource files (like images and fonts) related to nodes of saved HTML. |
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. |
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. |
getCustomHtmlSavingStrategy() | Result of conversion can contain one or several HTML-pages You can assign to this property delegate created from custom method that implements processing of one HTML-page(to be accurately - markup-HTML, without external linked files if any) that was created during conversion. |
setCustomHtmlSavingStrategy(HtmlSaveOptions.HtmlPageMarkupSavingStrategy customHtmlSavingStrategy) | Result of conversion can contain one or several HTML-pages You can assign to this property delegate created from custom method that implements processing of one HTML-page(to be accurately - markup-HTML, without external linked files if any) that was created during conversion. |
getCustomStrategyOfCssUrlCreation() | This field can contain custom method that returns URL (Or URL template if multipage generation is on - see details below) of subject CSS as it should be put in generated result HTML. |
setCustomStrategyOfCssUrlCreation(HtmlSaveOptions.CssUrlMakingStrategy customStrategyOfCssUrlCreation) | This field can contain custom method that returns URL (Or URL template if multipage generation is on - see details below) of subject CSS as it should be put in generated result HTML. |
getSpecialFolderForSvgImages() | Gets or sets path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. |
setSpecialFolderForSvgImages(String specialFolderForSvgImages) | Gets or sets path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. |
getSpecialFolderForAllImages() | Gets or sets path to directory to which must be saved any images if they are encountered during saving of document as HTML. |
setSpecialFolderForAllImages(String specialFolderForAllImages) | Gets or sets path to directory to which must be saved any images if they are encountered during saving of document as HTML. |
getCssClassNamesPrefix() | When PDFtoHTML converter generates result CSSs, CSS class names (something like “.stl_01 {}” … |
setCssClassNamesPrefix(String cssClassNamesPrefix) | When PDFtoHTML converter generates result CSSs, CSS class names (something like “.stl_01 {}” … |
getPartsEmbeddingMode() | It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities |
setPartsEmbeddingMode(int partsEmbeddingMode) | It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities |
getHtmlMarkupGenerationMode() | Sometimes specific reqirments to generation of HTML markup are present. |
setHtmlMarkupGenerationMode(int htmlMarkupGenerationMode) | Sometimes specific reqirments to generation of HTML markup are present. |
getRasterImagesSavingMode() | Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML |
setRasterImagesSavingMode(int rasterImagesSavingMode) | Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML |
isRemoveEmptyAreasOnTopAndBottom() | Defines whether in created HTML will be removed top and bottom empty area without any content (if any). |
setRemoveEmptyAreasOnTopAndBottom(boolean removeEmptyAreasOnTopAndBottom) | Defines whether in created HTML will be removed top and bottom empty area without any content (if any). |
getFontEncodingStrategy() | Defines encoding special rule to tune PDF decoding for current document |
setFontEncodingStrategy(byte fontEncodingStrategy) | Defines encoding special rule to tune PDF decoding for current document |
isPagesFlowTypeDependsOnViewersScreenSize() | If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages will be put into one big result HTML file. |
setPagesFlowTypeDependsOnViewersScreenSize(boolean pagesFlowTypeDependsOnViewersScreenSize) | If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages will be put into one big result HTML file. |
isTrySaveTextUnderliningAndStrikeoutingInCss() | PDF itself does not contain underlining markers for texts. |
setTrySaveTextUnderliningAndStrikeoutingInCss(boolean trySaveTextUnderliningAndStrikeoutingInCss) | PDF itself does not contain underlining markers for texts. |
getDocumentType() | Gets the HtmlDocumentTypeInternal . |
setDocumentType(int value) | Sets the HtmlDocumentType . |
isCompressSvgGraphicsIfAny() | Gets the flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving |
setCompressSvgGraphicsIfAny(boolean value) | Sets the flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving |
isSplitCssIntoPages() | When multipage-mode selected(i.e ‘SplitIntoPages’ is ’true’), then this attribute defines whether should be created separate CSS-file for each result HTML page. |
setSplitCssIntoPages(boolean value) | When multipage-mode selected(i.e ‘SplitIntoPages’ is ’true’), then this attribute defines whether should be created separate CSS-file for each result HTML page. |
isSplitIntoPages() | Gets the flag that indicates whether each page of source document will be converted into it’s own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. |
setSplitIntoPages(boolean value) | Sets the flag that indicates whether each page of source document will be converted into it’s own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. |
getExplicitListOfSavedPages() | With this property You can explicitely define what pages of document should be converted. |
setExplicitListOfSavedPages(int[] value) | With this property You can explicitely define what pages of document should be converted. |
isFixedLayout() | Gets a value indicating whether that HTML is created as fixed layout. |
setFixedLayout(boolean value) | Sets a value indicating whether that HTML is created as fixed layout. |
getImageResolution() | Gets or sets resolution for image rendering. |
setImageResolution(int value) | Gets or sets resolution for image rendering. |
getDefaultFontName() | Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. |
setDefaultFontName(String value) | Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. |
getBatchSize() | Defines batch size if batched conversion is applicable to source and destination formats pair. |
setBatchSize(int value) | Defines batch size if batched conversion is applicable to source and destination formats pair. |
getFontSources() | Font sources of pre-saved fonts. |
getAdditionalMarginWidthInPoints() | If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages wont be not split into different HTML pages, but will be put into one big result HTML file. |
setAdditionalMarginWidthInPoints(int value) | If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages wont be not split into different HTML pages, but will be put into one big result HTML file. |
isUseZOrder() | If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. |
setUseZOrder(boolean value) | If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. |
isConvertMarkedContentToLayers() | If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with “data-pdflayer” attribute specifying a layer name. |
setConvertMarkedContentToLayers(boolean value) | If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with “data-pdflayer” attribute specifying a layer name. |
getMinimalLineWidth() | This attribute sets minimal width of graphic path line. |
setMinimalLineWidth(float value) | This attribute sets minimal width of graphic path line. |
isPreventGlyphsGrouping() | This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. |
setPreventGlyphsGrouping(boolean value) | This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. |
isSimpleTextboxModeGrouping() | This attribute specifies a sequential grouping of glyphs and words into strings For example tags and words has different order in converted HTML and you want them to match. |
setSimpleTextboxModeGrouping(boolean value) | This attribute specifies a sequential grouping of glyphs and words into strings For example tags and words has different order in converted HTML and you want them to match. |
setRenderTextAsImage(boolean value) | If attribute RenderTextAsImage set to true, the text from the source becomes an image in HTML. |
isRenderTextAsImage() | If attribute RenderTextAsImage set to true, the text from the source becomes an image in HTML. |
getTitle() | Gets or sets HTML page title. |
setTitle(String value) | Gets or sets HTML page title. |
HtmlSaveOptions()
public HtmlSaveOptions()
Initializes a new instance of the HtmlSaveOptions class.
HtmlSaveOptions(int documentType)
public HtmlSaveOptions(int documentType)
Initializes a new instance of the HtmlSaveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
documentType | int | The HtmlDocumentTypeInternal . |
HtmlSaveOptions(boolean fixedLayout)
public HtmlSaveOptions(boolean fixedLayout)
Initializes a new instance of the HtmlSaveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
fixedLayout | boolean | boolean value |
HtmlSaveOptions(int documentType, boolean fixedLayout)
public HtmlSaveOptions(int documentType, boolean fixedLayout)
Initializes a new instance of the HtmlSaveOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
documentType | int | The HtmlDocumentTypeInternal . |
fixedLayout | boolean | if set to true HTML is created as fixed layout. |
getCustomProgressHandler()
public UnifiedSaveOptions.ConversionProgressEventHandler getCustomProgressHandler()
This handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler’s code that shows progress on console is :
public static void ConvertWithShowingProgress()
{
(new com.aspose.pdf.License()).setLicense("Aspose.Total.lic");
Document doc = new Document("Booklet.pdf");
HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.CustomProgressHandler = new com.aspose.pdf.UnifiedSaveOptions.ConversionProgressEventHandler() {
public void invoke(
UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo) {
showProgressOnConsole(eventInfo);
}
};
doc.save("Booklet.doc", saveOptions);
}
public static void showProgressOnConsole(HtmlSaveOptions.ProgressEventHandlerInfo eventInfo)
{
switch (eventInfo.EventType)
{
case HtmlSaveOptions.ProgressEventType.TotalProgress:
System.out.println(String.format("%s - Conversion progress : %d % .", (new Date()).toString(), eventInfo.Value));
break;
case HtmlSaveOptions.ProgressEventType.SourcePageAnalized:
System.out.println(String.format("%s - Source page %d of %d analyzed.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
case HtmlSaveOptions.ProgressEventType.ResultPageCreated:
System.out.println(String.format("%s - Result page's %d of %d layout created.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
case HtmlSaveOptions.ProgressEventType.ResultPageSaved:
System.out.println(String.format("%s - Result page %d of %d exported.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
default:
break;
}
}
Returns: ConversionProgressEventHandler - ConversionProgressEventHandler instance
setCustomProgressHandler(UnifiedSaveOptions.ConversionProgressEventHandler customProgressHandler)
public void setCustomProgressHandler(UnifiedSaveOptions.ConversionProgressEventHandler customProgressHandler)
This handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler’s code that shows progress on console is :
public static void ConvertWithShowingProgress()
{
(new com.aspose.pdf.License()).setLicense("Aspose.Total.lic");
Document doc = new Document("Booklet.pdf");
HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.CustomProgressHandler = new com.aspose.pdf.UnifiedSaveOptions.ConversionProgressEventHandler() {
public void invoke(
UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo) {
showProgressOnConsole(eventInfo);
}
};
doc.save("Booklet.doc", saveOptions);
}
public static void showProgressOnConsole(HtmlSaveOptions.ProgressEventHandlerInfo eventInfo)
{
switch (eventInfo.EventType)
{
case HtmlSaveOptions.ProgressEventType.TotalProgress:
System.out.println(String.format("%s - Conversion progress : %d % .", (new Date()).toString(), eventInfo.Value));
break;
case HtmlSaveOptions.ProgressEventType.SourcePageAnalized:
System.out.println(String.format("%s - Source page %d of %d analyzed.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
case HtmlSaveOptions.ProgressEventType.ResultPageCreated:
System.out.println(String.format("%s - Result page's %d of %d layout created.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
case HtmlSaveOptions.ProgressEventType.ResultPageSaved:
System.out.println(String.format("%s - Result page %d of %d exported.", (new Date()).toString(), eventInfo.Value, eventInfo.MaxValue));
break;
default:
break;
}
}
Parameters:
Parameter | Type | Description |
---|---|---|
customProgressHandler | ConversionProgressEventHandler | ConversionProgressEventHandler instance |
isSaveFullFont()
public boolean isSaveFullFont()
Indicates that full font will be saved, supports only True Type Fonts. By default SaveFullFont = false and the converter saves the subset of the initial font needed to display the text of the document.
Returns: boolean - boolean value
setSaveFullFont(boolean saveFullFont)
public void setSaveFullFont(boolean saveFullFont)
Indicates that full font will be saved, supports only True Type Fonts. By default SaveFullFont = false and the converter saves the subset of the initial font needed to display the text of the document.
Parameters:
Parameter | Type | Description |
---|---|---|
saveFullFont | boolean | boolean value |
getAntialiasingProcessing()
public int getAntialiasingProcessing()
This parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML
Returns: int - AntialiasingProcessingType element
setAntialiasingProcessing(int antialiasingProcessing)
public void setAntialiasingProcessing(int antialiasingProcessing)
This parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML
Parameters:
Parameter | Type | Description |
---|---|---|
antialiasingProcessing | int | AntialiasingProcessingType element |
isSaveTransparentTexts()
public boolean isSaveTransparentTexts()
Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML
Returns: boolean - boolean value
setSaveTransparentTexts(boolean saveTransparentTexts)
public void setSaveTransparentTexts(boolean saveTransparentTexts)
Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML
Parameters:
Parameter | Type | Description |
---|---|---|
saveTransparentTexts | boolean | boolean value |
isSaveShadowedTextsAsTransparentTexts()
public boolean isSaveShadowedTextsAsTransparentTexts()
Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard)
Returns: boolean - boolean value
setSaveShadowedTextsAsTransparentTexts(boolean saveShadowedTextsAsTransparentTexts)
public void setSaveShadowedTextsAsTransparentTexts(boolean saveShadowedTextsAsTransparentTexts)
Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard)
Parameters:
Parameter | Type | Description |
---|---|---|
saveShadowedTextsAsTransparentTexts | boolean | boolean value |
getFontSavingMode()
public int getFontSavingMode()
Defines font saving mode that will be used during saving of PDF to desirable format
Returns: int - FontSavingModes element
setFontSavingMode(int fontSavingMode)
public void setFontSavingMode(int fontSavingMode)
Defines font saving mode that will be used during saving of PDF to desirable format
Parameters:
Parameter | Type | Description |
---|---|---|
fontSavingMode | int | FontSavingModes element |
getPageBorderIfAny()
public SaveOptions.BorderInfo getPageBorderIfAny()
This attribute represents set of settings used for drawing border (if any) in result HTML document around area that represent source PDF page. In essence it concerns of showing of page’s paper edges, not page border referenced in PDF page itself.
Returns: BorderInfo - BorderInfo instance
setPageBorderIfAny(SaveOptions.BorderInfo pageBorderIfAny)
public void setPageBorderIfAny(SaveOptions.BorderInfo pageBorderIfAny)
This attribute represents set of settings used for drawing border (if any) in result HTML document around area that represent source PDF page. In essence it concerns of showing of page’s paper edges, not page border referenced in PDF page itself.
Parameters:
Parameter | Type | Description |
---|---|---|
pageBorderIfAny | BorderInfo | BorderInfo instance |
getPageMarginIfAny()
public SaveOptions.MarginInfo getPageMarginIfAny()
This attribute represents set of extra page margin (if any) in result HTML document around area that represent source PDF page.
Returns: MarginInfo - MarginInfo instance
setPageMarginIfAny(SaveOptions.MarginInfo pageMarginIfAny)
public void setPageMarginIfAny(SaveOptions.MarginInfo pageMarginIfAny)
This attribute represents set of extra page margin (if any) in result HTML document around area that represent source PDF page.
Parameters:
Parameter | Type | Description |
---|---|---|
pageMarginIfAny | MarginInfo | MarginInfo instance |
getLettersPositioningMethod()
public int getLettersPositioningMethod()
Sets mode of positioning of letters in words in result HTML
Returns: int - LettersPositioningMethods element
setLettersPositioningMethod(int lettersPositioningMethod)
public void setLettersPositioningMethod(int lettersPositioningMethod)
Sets mode of positioning of letters in words in result HTML
Parameters:
Parameter | Type | Description |
---|---|---|
lettersPositioningMethod | int | LettersPositioningMethods element |
getExcludeFontNameList()
public String[] getExcludeFontNameList()
List of PDF embedded font names that not be embedded in HTML.
Returns: java.lang.String[] - array of String elements
setExcludeFontNameList(String[] excludeFontNameList)
public void setExcludeFontNameList(String[] excludeFontNameList)
List of PDF embedded font names that not be embedded in HTML.
Parameters:
Parameter | Type | Description |
---|---|---|
excludeFontNameList | java.lang.String[] | array of String elements |
getCustomResourceSavingStrategy()
public HtmlSaveOptions.ResourceSavingStrategy getCustomResourceSavingStrategy()
This field can contain saving strategy that must be used (if present) during conversion for customized handling of created referenced resource files (like images and fonts) related to nodes of saved HTML. That strategy must process resources and return string that represents desirable URL of saved resource in generated HTML.
Returns: ResourceSavingStrategy - ResourceSavingStrategy instance
setCustomResourceSavingStrategy(HtmlSaveOptions.ResourceSavingStrategy customResourceSavingStrategy)
public void setCustomResourceSavingStrategy(HtmlSaveOptions.ResourceSavingStrategy customResourceSavingStrategy)
This field can contain saving strategy that must be used (if present) during conversion for customized handling of created referenced resource files (like images and fonts) related to nodes of saved HTML. That strategy must process resources and return string that represents desirable URL of saved resource in generated HTML.
Parameters:
Parameter | Type | Description |
---|---|---|
customResourceSavingStrategy | ResourceSavingStrategy | ResourceSavingStrategy instance |
getCustomCssSavingStrategy()
public HtmlSaveOptions.CssSavingStrategy 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.
Returns: CssSavingStrategy - CssSavingStrategy instance
setCustomCssSavingStrategy(HtmlSaveOptions.CssSavingStrategy customCssSavingStrategy)
public void 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.
Parameters:
Parameter | Type | Description |
---|---|---|
customCssSavingStrategy | CssSavingStrategy | CssSavingStrategy instance |
getCustomHtmlSavingStrategy()
public HtmlSaveOptions.HtmlPageMarkupSavingStrategy getCustomHtmlSavingStrategy()
Result of conversion can contain one or several HTML-pages You can assign to this property delegate created from custom method that implements processing of one HTML-page(to be accurately - markup-HTML, without external linked files if any) that was created during conversion. In such case processing (like saving of paage’s HTML in stream or disk) can be done in that custom code . In such case all the necessary actions for saving of HTML page must be undertaken in code of supplied method, because saving of result in code of converter will be not in use . If processing for this or that case for some reason must be done by converter’s code itself, not in custom code, please set in custom code flag ‘CustomProcessingCancelled’ of ‘htmlSavingInfo’ parameter’s variable : it will signal to converter that all the necessary steps for processing of that resource must be done in converter itself in same way as if there was no any external custom code for procesing .
Returns: HtmlPageMarkupSavingStrategy - HtmlPageMarkupSavingStrategy instance
setCustomHtmlSavingStrategy(HtmlSaveOptions.HtmlPageMarkupSavingStrategy customHtmlSavingStrategy)
public void setCustomHtmlSavingStrategy(HtmlSaveOptions.HtmlPageMarkupSavingStrategy customHtmlSavingStrategy)
Result of conversion can contain one or several HTML-pages You can assign to this property delegate created from custom method that implements processing of one HTML-page(to be accurately - markup-HTML, without external linked files if any) that was created during conversion. In such case processing (like saving of paage’s HTML in stream or disk) can be done in that custom code . In such case all the necessary actions for saving of HTML page must be undertaken in code of supplied method, because saving of result in code of converter will be not in use . If processing for this or that case for some reason must be done by converter’s code itself, not in custom code, please set in custom code flag ‘CustomProcessingCancelled’ of ‘htmlSavingInfo’ parameter’s variable : it will signal to converter that all the necessary steps for processing of that resource must be done in converter itself in same way as if there was no any external custom code for procesing .
Parameters:
Parameter | Type | Description |
---|---|---|
customHtmlSavingStrategy | HtmlPageMarkupSavingStrategy | HtmlPageMarkupSavingStrategy instance |
getCustomStrategyOfCssUrlCreation()
public HtmlSaveOptions.CssUrlMakingStrategy getCustomStrategyOfCssUrlCreation()
This field can contain custom method that returns URL (Or URL template if multipage generation is on - see details below) of subject CSS as it should be put in generated result HTML. F.e. if You want converter put some specific URL instead of standard CSS file name into generated CSS, then You should just create and put into this property method that generates desirable URL. If flag ‘SplitCssIntoPages’ set, then this custom strategy (if any) must return not exact URL of CSS but rather template string that (after substitution of placeholder with page number with String.Format() function inside converter) can be resolved into URL for this or that page’s CSS’ URL. Examples of expected return string in such case are: ‘SomeTargetLocation-page_{0}.css’,’../PartHandlers/GetCss.aspx?DocumentId=45654&CssPage={0 } ’ )
Returns: CssUrlMakingStrategy - CssUrlMakingStrategy instance
setCustomStrategyOfCssUrlCreation(HtmlSaveOptions.CssUrlMakingStrategy customStrategyOfCssUrlCreation)
public void setCustomStrategyOfCssUrlCreation(HtmlSaveOptions.CssUrlMakingStrategy customStrategyOfCssUrlCreation)
This field can contain custom method that returns URL (Or URL template if multipage generation is on - see details below) of subject CSS as it should be put in generated result HTML. F.e. if You want converter put some specific URL instead of standard CSS file name into generated CSS, then You should just create and put into this property method that generates desirable URL. If flag ‘SplitCssIntoPages’ set, then this custom strategy (if any) must return not exact URL of CSS but rather template string that (after substitution of placeholder with page number with String.Format() function inside converter) can be resolved into URL for this or that page’s CSS’ URL. Examples of expected return string in such case are: ‘SomeTargetLocation-page_{0}.css’,’../PartHandlers/GetCss.aspx?DocumentId=45654&CssPage={0 } ’ )
Parameters:
Parameter | Type | Description |
---|---|---|
customStrategyOfCssUrlCreation | CssUrlMakingStrategy | CssUrlMakingStrategy instance |
getSpecialFolderForSvgImages()
public String getSpecialFolderForSvgImages()
Gets or sets path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.
Returns: java.lang.String - String value
setSpecialFolderForSvgImages(String specialFolderForSvgImages)
public void setSpecialFolderForSvgImages(String specialFolderForSvgImages)
Gets or sets path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.
Parameters:
Parameter | Type | Description |
---|---|---|
specialFolderForSvgImages | java.lang.String | String value |
getSpecialFolderForAllImages()
public String getSpecialFolderForAllImages()
Gets or sets path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.
Returns: java.lang.String - String value
setSpecialFolderForAllImages(String specialFolderForAllImages)
public void setSpecialFolderForAllImages(String specialFolderForAllImages)
Gets or sets path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.
Parameters:
Parameter | Type | Description |
---|---|---|
specialFolderForAllImages | java.lang.String | String value |
getCssClassNamesPrefix()
public String getCssClassNamesPrefix()
When PDFtoHTML converter generates result CSSs, CSS class names (something like “.stl_01 {}” … “.stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix For example, if You want that all class names start with ‘my_prefix_’ (i.e. were something like ‘my_prefix_1’ … ‘my_prefix_NNN’ ) , then just assign ‘my_prefix_’ to this property before conversion. If this property will stay untouched(i.e. null will be leaved as value ), then converter will generate class names itself (it will be something like “.stl_01 {}” … “.stl_NN {}”)
Returns: java.lang.String - String value
setCssClassNamesPrefix(String cssClassNamesPrefix)
public void setCssClassNamesPrefix(String cssClassNamesPrefix)
When PDFtoHTML converter generates result CSSs, CSS class names (something like “.stl_01 {}” … “.stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix For example, if You want that all class names start with ‘my_prefix_’ (i.e. were something like ‘my_prefix_1’ … ‘my_prefix_NNN’ ) , then just assign ‘my_prefix_’ to this property before conversion. If this property will stay untouched(i.e. null will be leaved as value ), then converter will generate class names itself (it will be something like “.stl_01 {}” … “.stl_NN {}”)
Parameters:
Parameter | Type | Description |
---|---|---|
cssClassNamesPrefix | java.lang.String | String value |
getPartsEmbeddingMode()
public int getPartsEmbeddingMode()
It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities
Returns: int - PartsEmbeddingModes element
setPartsEmbeddingMode(int partsEmbeddingMode)
public void setPartsEmbeddingMode(int partsEmbeddingMode)
It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities
Parameters:
Parameter | Type | Description |
---|---|---|
partsEmbeddingMode | int | PartsEmbeddingModes element |
getHtmlMarkupGenerationMode()
public int getHtmlMarkupGenerationMode()
Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments.
Returns: int - HtmlMarkupGenerationModes element
setHtmlMarkupGenerationMode(int htmlMarkupGenerationMode)
public void setHtmlMarkupGenerationMode(int htmlMarkupGenerationMode)
Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments.
Parameters:
Parameter | Type | Description |
---|---|---|
htmlMarkupGenerationMode | int | HtmlMarkupGenerationModes element |
getRasterImagesSavingMode()
public int getRasterImagesSavingMode()
Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML
Returns: int - RasterImagesSavingModes element
setRasterImagesSavingMode(int rasterImagesSavingMode)
public void setRasterImagesSavingMode(int rasterImagesSavingMode)
Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML
Parameters:
Parameter | Type | Description |
---|---|---|
rasterImagesSavingMode | int | RasterImagesSavingModes element |
isRemoveEmptyAreasOnTopAndBottom()
public boolean isRemoveEmptyAreasOnTopAndBottom()
Defines whether in created HTML will be removed top and bottom empty area without any content (if any).
Returns: boolean - boolean value
setRemoveEmptyAreasOnTopAndBottom(boolean removeEmptyAreasOnTopAndBottom)
public void setRemoveEmptyAreasOnTopAndBottom(boolean removeEmptyAreasOnTopAndBottom)
Defines whether in created HTML will be removed top and bottom empty area without any content (if any).
Parameters:
Parameter | Type | Description |
---|---|---|
removeEmptyAreasOnTopAndBottom | boolean | boolean value |
getFontEncodingStrategy()
public byte getFontEncodingStrategy()
Defines encoding special rule to tune PDF decoding for current document
Returns: byte - FontEncodingRules element
setFontEncodingStrategy(byte fontEncodingStrategy)
public void setFontEncodingStrategy(byte fontEncodingStrategy)
Defines encoding special rule to tune PDF decoding for current document
Parameters:
Parameter | Type | Description |
---|---|---|
fontEncodingStrategy | byte | FontEncodingRules element |
isPagesFlowTypeDependsOnViewersScreenSize()
public boolean isPagesFlowTypeDependsOnViewersScreenSize()
If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. Suppose width of screen on viewer side is big enough to put 2 or more pages one near other in horizontal direction. If this flag set to true, then this opportunity will be used (as many pages will be shown in horizontal direction one near another as it possible, then next horizontal group of pages will be shown under first one ). Otherwise pages will flow in such way: next page goes always under previous one.
Returns: boolean - boolean value
setPagesFlowTypeDependsOnViewersScreenSize(boolean pagesFlowTypeDependsOnViewersScreenSize)
public void setPagesFlowTypeDependsOnViewersScreenSize(boolean pagesFlowTypeDependsOnViewersScreenSize)
If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. Suppose width of screen on viewer side is big enough to put 2 or more pages one near other in horizontal direction. If this flag set to true, then this opportunity will be used (as many pages will be shown in horizontal direction one near another as it possible, then next horizontal group of pages will be shown under first one ). Otherwise pages will flow in such way: next page goes always under previous one.
Parameters:
Parameter | Type | Description |
---|---|---|
pagesFlowTypeDependsOnViewersScreenSize | boolean | boolean value |
isTrySaveTextUnderliningAndStrikeoutingInCss()
public boolean isTrySaveTextUnderliningAndStrikeoutingInCss()
PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text’s underlining and put this info into CSS instead of drawing of underlining graphically
Returns: boolean - boolean value
setTrySaveTextUnderliningAndStrikeoutingInCss(boolean trySaveTextUnderliningAndStrikeoutingInCss)
public void setTrySaveTextUnderliningAndStrikeoutingInCss(boolean trySaveTextUnderliningAndStrikeoutingInCss)
PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text’s underlining and put this info into CSS instead of drawing of underlining graphically
Parameters:
Parameter | Type | Description |
---|---|---|
trySaveTextUnderliningAndStrikeoutingInCss | boolean | boolean value |
getDocumentType()
public int getDocumentType()
Gets the HtmlDocumentTypeInternal .
Returns: int - The HtmlDocumentTypeInternal .
setDocumentType(int value)
public void setDocumentType(int value)
Sets the HtmlDocumentType .
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The HtmlDocumentType . |
isCompressSvgGraphicsIfAny()
public boolean isCompressSvgGraphicsIfAny()
Gets the flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving
Value: The HtmlDocumentType .
Returns: boolean - boolean value
setCompressSvgGraphicsIfAny(boolean value)
public void setCompressSvgGraphicsIfAny(boolean value)
Sets the flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving
Value: The HtmlDocumentType .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
isSplitCssIntoPages()
public boolean isSplitCssIntoPages()
When multipage-mode selected(i.e ‘SplitIntoPages’ is ’true’), then this attribute defines whether should be created separate CSS-file for each result HTML page. By default this attribute is false, so, will be created one big common CSS for all created pages. Summary size of all CSSes generated in this mode(one CSS per page) usually much more than size of one big CSS file, because in former case CSS classes are duplicates in such case in several CSS files for each page. So, this setting is worse to be used only when You are interested in future processing of each HTML page independently, and therefore size of CSS of each one page taken apart is the most critical issue.
Returns: boolean - boolean value
setSplitCssIntoPages(boolean value)
public void setSplitCssIntoPages(boolean value)
When multipage-mode selected(i.e ‘SplitIntoPages’ is ’true’), then this attribute defines whether should be created separate CSS-file for each result HTML page. By default this attribute is false, so, will be created one big common CSS for all created pages. Summary size of all CSSes generated in this mode(one CSS per page) usually much more than size of one big CSS file, because in former case CSS classes are duplicates in such case in several CSS files for each page. So, this setting is worse to be used only when You are interested in future processing of each HTML page independently, and therefore size of CSS of each one page taken apart is the most critical issue.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
isSplitIntoPages()
public boolean isSplitIntoPages()
Gets the flag that indicates whether each page of source document will be converted into it’s own target HTML document, i.e whether result HTML will be splitted into several HTML-pages.
Returns: boolean - boolean value
setSplitIntoPages(boolean value)
public void setSplitIntoPages(boolean value)
Sets the flag that indicates whether each page of source document will be converted into it’s own target HTML document, i.e whether result HTML will be splitted into several HTML-pages.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
getExplicitListOfSavedPages()
public final int[] getExplicitListOfSavedPages()
With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1…[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. If this list is null (as it is by default), all pages will be converted. If any page number of this list will go out of range of present pages(1-[amountOfPagesInDocument]) exception will be thrown.
Returns: int[]
setExplicitListOfSavedPages(int[] value)
public final void setExplicitListOfSavedPages(int[] value)
With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1…[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. If this list is null (as it is by default), all pages will be converted. If any page number of this list will go out of range of present pages(1-[amountOfPagesInDocument]) exception will be thrown.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] |
isFixedLayout()
public boolean isFixedLayout()
Gets a value indicating whether that HTML is created as fixed layout.
Returns: boolean - value: true if [fixed layout]; otherwise, false .
setFixedLayout(boolean value)
public void setFixedLayout(boolean value)
Sets a value indicating whether that HTML is created as fixed layout.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | : true if [fixed layout]; otherwise, false . |
getImageResolution()
public int getImageResolution()
Gets or sets resolution for image rendering.
Returns: int - Value: Resolution
setImageResolution(int value)
public void setImageResolution(int value)
Gets or sets resolution for image rendering.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | Value: Resolution |
getDefaultFontName()
public String getDefaultFontName()
Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used.
Returns: java.lang.String - String value: Font name
setDefaultFontName(String value)
public void setDefaultFontName(String value)
Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | Font name |
getBatchSize()
public final int getBatchSize()
Defines batch size if batched conversion is applicable to source and destination formats pair.
Returns: int
setBatchSize(int value)
public final void setBatchSize(int value)
Defines batch size if batched conversion is applicable to source and destination formats pair.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getFontSources()
public FontSourceCollection getFontSources()
Font sources of pre-saved fonts.
Returns: FontSourceCollection - FontSourceCollection object
Fonts may be saved preliminarily for cache purpose and then passed into Html conversion process. For example it may be useful in document splitting scenario and processing document pages in multiple threads with single set of fonts.
getAdditionalMarginWidthInPoints()
public int getAdditionalMarginWidthInPoints()
If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages wont be not split into different HTML pages, but will be put into one big result HTML file. But each source PDF page will be represented with it’s own rectangle area in HTML (if necessary that areas can be bordered to show page paper edges with special attribute ‘PageBorderIfAny’. This parameter defines width of margin that will be forcibly left around that output HTML-areas that represent pages of source PDF document.In essence it defines guaranteed interval between HTML-representations of PDF “paper” pages such mode of conversion.
Returns: int - int value
setAdditionalMarginWidthInPoints(int value)
public void setAdditionalMarginWidthInPoints(int value)
If attribute ‘SplitOnPages=false’, than whole HTML representing all input PDF pages wont be not split into different HTML pages, but will be put into one big result HTML file. But each source PDF page will be represented with it’s own rectangle area in HTML (if necessary that areas can be bordered to show page paper edges with special attribute ‘PageBorderIfAny’. This parameter defines width of margin that will be forcibly left around that output HTML-areas that represent pages of source PDF document.In essence it defines guaranteed interval between HTML-representations of PDF “paper” pages such mode of conversion.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | int value |
isUseZOrder()
public boolean isUseZOrder()
If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects.
Returns: boolean - boolean value
setUseZOrder(boolean value)
public void setUseZOrder(boolean value)
If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
isConvertMarkedContentToLayers()
public boolean isConvertMarkedContentToLayers()
If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with “data-pdflayer” attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content.
Returns: boolean - boolean value
setConvertMarkedContentToLayers(boolean value)
public void setConvertMarkedContentToLayers(boolean value)
If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with “data-pdflayer” attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
getMinimalLineWidth()
public float getMinimalLineWidth()
This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers.
Returns: float - float value
setMinimalLineWidth(float value)
public void setMinimalLineWidth(float value)
This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | float value |
isPreventGlyphsGrouping()
public boolean isPreventGlyphsGrouping()
This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true.
Returns: boolean - boolean value
setPreventGlyphsGrouping(boolean value)
public void setPreventGlyphsGrouping(boolean value)
This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
isSimpleTextboxModeGrouping()
public final boolean isSimpleTextboxModeGrouping()
This attribute specifies a sequential grouping of glyphs and words into strings For example tags and words has different order in converted HTML and you want them to match. This parameter will be applied to document only when the value of FixedLayout attribute is true.
Returns: boolean - boolean value
setSimpleTextboxModeGrouping(boolean value)
public final void setSimpleTextboxModeGrouping(boolean value)
This attribute specifies a sequential grouping of glyphs and words into strings For example tags and words has different order in converted HTML and you want them to match. This parameter will be applied to document only when the value of FixedLayout attribute is true.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
setRenderTextAsImage(boolean value)
public void setRenderTextAsImage(boolean value)
If attribute RenderTextAsImage set to true, the text from the source becomes an image in HTML. May be useful to make text unselectable or HTML text is not rendered properly.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean value |
isRenderTextAsImage()
public boolean isRenderTextAsImage()
If attribute RenderTextAsImage set to true, the text from the source becomes an image in HTML. May be useful to make text unselectable or HTML text is not rendered properly.
Returns: boolean - boolean value
getTitle()
public final String getTitle()
Gets or sets HTML page title.
Returns: java.lang.String - String value
setTitle(String value)
public final void setTitle(String value)
Gets or sets HTML page title.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String value |