Class LabelUtil

java.lang.Object
com.itextpdf.html2pdf.attach.impl.LabelUtil

public final class LabelUtil extends Object
Utility class for handling operations related to labels
  • 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