Uses of Enum
org.pptx4j.model.SlideSizesWellKnown
Packages that use SlideSizesWellKnown
Package
Description
-
Uses of SlideSizesWellKnown in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages with parameters of type SlideSizesWellKnownModifier and TypeMethodDescriptionstatic PresentationMLPackagePresentationMLPackage.createPackage(SlideSizesWellKnown sz, boolean landscape) Create an empty presentation. -
Uses of SlideSizesWellKnown in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML with parameters of type SlideSizesWellKnownModifier and TypeMethodDescriptionCreatePptxWithSmartArt.createSmartArtPkg(SlideSizesWellKnown sz, boolean landscape, Document xml) -
Uses of SlideSizesWellKnown in org.docx4j.openpackaging.parts.PresentationML
Methods in org.docx4j.openpackaging.parts.PresentationML with parameters of type SlideSizesWellKnownModifier and TypeMethodDescriptionstatic PresentationMainPresentationPart.createJaxbPresentationElement(SlideSizesWellKnown sz, boolean landscape) static Presentation.SldSzMainPresentationPart.createSlideSize(SlideSizesWellKnown sz, boolean landscape) -
Uses of SlideSizesWellKnown in org.pptx4j.model
Methods in org.pptx4j.model that return SlideSizesWellKnownModifier and TypeMethodDescriptionstatic SlideSizesWellKnownReturns the enum constant of this type with the specified name.static SlideSizesWellKnown[]SlideSizesWellKnown.values()Returns an array containing the constants of this enum type, in the order they are declared.