Uses of Class
org.apache.poi.hslf.record.SlideAtomLayout.SlideLayoutType
-
Packages that use SlideAtomLayout.SlideLayoutType Package Description org.apache.poi.hslf.record -
-
Uses of SlideAtomLayout.SlideLayoutType in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return SlideAtomLayout.SlideLayoutType Modifier and Type Method Description static SlideAtomLayout.SlideLayoutType
SlideAtomLayout.SlideLayoutType. forNativeID(int nativeId)
SlideAtomLayout.SlideLayoutType
SlideAtomLayout. getGeometryType()
Retrieve the geometry typestatic SlideAtomLayout.SlideLayoutType
SlideAtomLayout.SlideLayoutType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SlideAtomLayout.SlideLayoutType[]
SlideAtomLayout.SlideLayoutType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hslf.record with parameters of type SlideAtomLayout.SlideLayoutType Modifier and Type Method Description void
SlideAtomLayout. setGeometryType(SlideAtomLayout.SlideLayoutType geom)
Set the geometry type
-