Uses of Class
org.apache.poi.hslf.record.DocumentAtom.SlideSize
-
Packages that use DocumentAtom.SlideSize Package Description org.apache.poi.hslf.record -
-
Uses of DocumentAtom.SlideSize in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return DocumentAtom.SlideSize Modifier and Type Method Description DocumentAtom.SlideSizeDocumentAtom. getSlideSizeType()The Size of the Document's slides,DocumentAtom.SlideSizefor values.DocumentAtom.SlideSizeDocumentAtom. getSlideSizeTypeEnum()Deprecated.replaced byDocumentAtom.getSlideSizeType()static DocumentAtom.SlideSizeDocumentAtom.SlideSize. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentAtom.SlideSize[]DocumentAtom.SlideSize. 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 DocumentAtom.SlideSize Modifier and Type Method Description voidDocumentAtom. setSlideSize(DocumentAtom.SlideSize size)
-