Uses of Class
org.apache.poi.xslf.usermodel.XSLFSheet
Packages that use XSLFSheet
-
Uses of XSLFSheet in org.apache.poi.xslf.usermodel
Subclasses of XSLFSheet in org.apache.poi.xslf.usermodelModifier and TypeClassDescriptionfinal classclassNotes master object associated with this layout.final classclassclassSlide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return XSLFSheetModifier and TypeMethodDescriptionXSLFSheet.appendContent(XSLFSheet src) Append content to this sheet.XSLFShape.getSheet()XSLFSheet.importContent(XSLFSheet src) Set the contents of this sheet to be a copy of the source sheet.Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSheetModifier and TypeMethodDescriptionXSLFSheet.appendContent(XSLFSheet src) Append content to this sheet.XSLFSheet.importContent(XSLFSheet src) Set the contents of this sheet to be a copy of the source sheet.XSLFSlide.importContent(XSLFSheet src) Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFSheetModifierConstructorDescriptionprotectedXSLFGroupShape(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape shape, XSLFSheet sheet) protected