Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

If several Hash objects contain the same attribute, the chosen value is that of the first Hash object passed as a parameter which has this attribute.

 


Parameters

Hardis - Tableau personnalisé
alternateColorstrue

Hash

uriDescription

Hash object containing part or all of a URI description

Mandatory

Hash

uriPart?

One or more Hash objects each containing part of the URI description

Optional

...



For example

Pas de format
<#assign imageWidth = 200, imageHeight = 300 /><#assign>
<#assign uriFirstPart = {"scheme": "https",
"host": "picsum.photos"} /><#assign>
<#assign uriSecondPart = {"path": imageWidth + "/" + imageHeight,
	"queryparams": {"gravity": "east"}} /> 


<#-- Display image from URI https://picsum.photos/200/300/?gravity=east --><fo>
<fo:external-graphic src="${ hardisCore.uriBuilder(uriFirstPart, uriSecondPart)?esc}" />  


Hardis - Haut de page

↑ Top of page