Class FOXSLTHelper
java.lang.Object
org.ametys.cms.transformation.xslt.FOXSLTHelper
Helper for converting XML to FO
-
Method Summary
-
Method Details
-
divide
Divide the given size in equal parts.- Parameters:
size
- the input size, with its own unitparts
- number of parts to divide the total size into- Returns:
- the converted size in pixels
-
divideAndConvertToPx
Convert the given size to pixels and divide it in equal parts.- Parameters:
size
- the input size, with its own unitparts
- number of parts to divide the total size intoblockSize
- the surrounding block size, in cm- Returns:
- the converted size in pixels
-