Uses of Class
com.ironsoftware.ironpdf.render.TableOfContentsTypes
-
Packages that use TableOfContentsTypes Package Description com.ironsoftware.ironpdf.render -
-
Uses of TableOfContentsTypes in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return TableOfContentsTypes Modifier and Type Method Description TableOfContentsTypesChromePdfRenderOptions. getTableOfContents()Gets TableOfContents.static TableOfContentsTypesTableOfContentsTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static TableOfContentsTypes[]TableOfContentsTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf.render with parameters of type TableOfContentsTypes Modifier and Type Method Description voidChromePdfRenderOptions. setTableOfContents(TableOfContentsTypes value)Sets TableOfContents.
-