public final class FlexApplierUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
applyFlexContainerProperties(Map<String,String> cssProps,
com.itextpdf.layout.IPropertyContainer element)
Deprecated.
|
static void |
applyFlexContainerProperties(Map<String,String> cssProps,
com.itextpdf.layout.IPropertyContainer element,
ProcessorContext context)
Applies properties to a flex container.
|
static void |
applyFlexItemProperties(Map<String,String> cssProps,
ProcessorContext context,
com.itextpdf.layout.IPropertyContainer element)
Applies properties to a flex item.
|
public static void applyFlexItemProperties(Map<String,String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element)
cssProps - the map of the CSS propertiescontext - the context of the converter processorelement - the element to set the properties@Deprecated public static void applyFlexContainerProperties(Map<String,String> cssProps, com.itextpdf.layout.IPropertyContainer element)
applyFlexContainerProperties(Map, IPropertyContainer, ProcessorContext)cssProps - the CSS propertieselement - the elementpublic static void applyFlexContainerProperties(Map<String,String> cssProps, com.itextpdf.layout.IPropertyContainer element, ProcessorContext context)
cssProps - the CSS propertieselement - the elementcontext - the context of the converter processorCopyright © 1998–2026 Apryse Group NV. All rights reserved.