Interface IOutlineMarkExtractor

All Known Implementing Classes:
ClassOutlineMarkExtractor, TagOutlineMarkExtractor

public interface IOutlineMarkExtractor
IOutlineMarkExtractor interface is used to control what part of element will be a mark witch will be used to create outline in OutlineHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    getMark(com.itextpdf.styledxmlparser.node.IElementNode element)
    Get element mark.
  • Method Details

    • getMark

      String getMark (com.itextpdf.styledxmlparser.node.IElementNode element)
      Get element mark.
      Parameters:
      element - the element
      Returns:
      returns string mark of the element