Uses of Interface
org.apache.poi.sl.usermodel.Sheet
Packages that use Sheet
Package
Description
-
Uses of Sheet in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement SheetModifier and TypeClassDescriptionclassThe superclass of all master sheets - Slide masters, Notes masters, etc.final classThis class represents a slide's notes in a PowerPoint Document.classThis class defines the common format of "Sheets" in a powerpoint document.final classThis class represents a slide in a PowerPoint Document.final classSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final classTitle masters define the design template for slides with a Title Slide layout. -
Uses of Sheet in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as SheetMethods in org.apache.poi.sl.draw with parameters of type SheetConstructors in org.apache.poi.sl.draw with parameters of type Sheet -
Uses of Sheet in org.apache.poi.sl.usermodel
Subinterfaces of Sheet in org.apache.poi.sl.usermodelModifier and TypeInterfaceDescriptioninterfaceMasterSheet<S extends Shape<S,P>, P extends TextParagraph<S, P, ? extends TextRun>> interfaceNotes<S extends Shape<S,P>, P extends TextParagraph<S, P, ? extends TextRun>> interfaceSlide<S extends Shape<S,P>, P extends TextParagraph<S, P, ? extends TextRun>> Methods in org.apache.poi.sl.usermodel that return Sheet -
Uses of Sheet in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement SheetModifier and TypeClassDescriptionfinal classclassNotes master object associated with this layout.classfinal classclassclassSlide master object associated with this layout.