Class LabelUtil
java.lang.Object
com.itextpdf.html2pdf.attach.impl.LabelUtil
Utility class for handling operations related to labels
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisLabelable(com.itextpdf.styledxmlparser.node.INameContainer element) Determines whether the provided element can be labeled.
-
Method Details
-
isLabelable
public static boolean isLabelable(com.itextpdf.styledxmlparser.node.INameContainer element) Determines whether the provided element can be labeled.- Parameters:
-
element- element to be checked - Returns:
- true if the element can be labeled; false otherwise
-