public final class SvgCssUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertDoubleToString(double value)
Converts a double to a String.
|
static String |
convertFloatToString(float value)
Converts a float to a String.
|
static double |
convertPtsToPx(double pts)
Deprecated.
Will be replaced by the
CssUtils.convertPtsToPx(double)
in update 7.2. |
static float |
convertPtsToPx(float pts)
Deprecated.
Will be replaced by the
CssUtils.convertPtsToPx(float)
in update 7.2. |
static boolean |
isStyleSheetLink(IElementNode headChildElement)
Deprecated.
Will be replaced by the
CssUtils.isStyleSheetLink(IElementNode) in update 7.2. |
static List<String> |
splitValueList(String value)
Splits a given String into a list of substrings.
|
public static List<String> splitValueList(String value)
value - the string to be splitpublic static String convertFloatToString(float value)
value - to be converted float valuepublic static String convertDoubleToString(double value)
value - to be converted double value@Deprecated public static float convertPtsToPx(float pts)
CssUtils.convertPtsToPx(float)
in update 7.2.pts - float value to be converted to pixels@Deprecated public static double convertPtsToPx(double pts)
CssUtils.convertPtsToPx(double)
in update 7.2.pts - double value to be converted to pixels@Deprecated public static boolean isStyleSheetLink(IElementNode headChildElement)
CssUtils.isStyleSheetLink(IElementNode) in update 7.2.IElementNode represents a style sheet link.headChildElement - the head child elementCopyright © 1998–2020 iText Group NV. All rights reserved.