Skip to main content

FieldLogs

FMRatioDocItemList

This function resizes the DocItemList based on the user provided input as a percentage.

Example:

Consider the attribute ratioResizedRuntimeStepDocContentList of type FMRatioDocItemList in the executedStep reports.

ratioResizedRuntimeStepDocContentList (int size)

It takes an integer parameter and resizes the original to a ratio of size%, where size is an integer input parameter.

ratioResizedRuntimeStepDocContentList (50) will reduce it to 50% of the original size.

To enlarge the original, provide a number greater than 100.

ratioResizedRuntimeStepDocContentList (150) will enlarge it to 150% of the original size.