Uses of Enum Class
org.apache.poi.xslf.usermodel.SlideLayout
Packages that use SlideLayout
-
Uses of SlideLayout in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return SlideLayoutModifier and TypeMethodDescriptionXSLFSlideLayout.getType()static SlideLayoutReturns the enum constant of this class with the specified name.static SlideLayout[]SlideLayout.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xslf.usermodel with parameters of type SlideLayoutModifier and TypeMethodDescriptionXSLFSlideMaster.getLayout(SlideLayout type) Get the slide layout by type.