Uses of Class
com.dynamicpdf.api.OutlineList
Packages that use OutlineList
-
Uses of OutlineList in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return OutlineListModifier and TypeMethodDescriptionOutline.getChildren()
Gets a collection of child outlines.Pdf.getOutlines()
Gets the outlines.Methods in com.dynamicpdf.api with parameters of type OutlineListModifier and TypeMethodDescriptionvoid
Outline.setChildren(OutlineList value)
Sets a collection of child outlines.