public final class SvgCssUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertFloatToString(float value)
Converts a float to a String.
|
static float |
convertPtsToPx(float pts) |
static boolean |
isStyleSheetLink(com.itextpdf.styledxmlparser.node.IElementNode headChildElement)
Checks if an
IElementNode represents a style sheet link. |
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 float convertPtsToPx(float pts)
pts - value to be converted to pixelspublic static boolean isStyleSheetLink(com.itextpdf.styledxmlparser.node.IElementNode headChildElement)
IElementNode represents a style sheet link.headChildElement - the head child elementCopyright © 1998–2018 iText Group NV. All rights reserved.