com.groupdocs.parser.templates

Class TemplateItem

    • Constructor Detail

      • TemplateItem

        protected TemplateItem(String name,
                               Integer pageIndex)
    • Method Detail

      • getName

        public String getName()
        Gets the name of the template item.
        Returns:
        An uppercase string value that represents a name of the template item.
      • getPageIndex

        public Integer getPageIndex()
        Gets the page index of the template item.
        Returns:
        An integer value that represents the index of the page where the template item is located; null if the template item is located on any page.