Uses of Class
org.apache.poi.xslf.usermodel.XSLFSheet
-
Packages that use XSLFSheet Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFSheet in org.apache.poi.xslf.usermodel
Subclasses of XSLFSheet in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFNotesclassXSLFNotesMasterNotes master object associated with this layout.classXSLFSlideclassXSLFSlideLayoutclassXSLFSlideMasterSlide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return XSLFSheet Modifier and Type Method Description XSLFSheetXSLFSheet. appendContent(XSLFSheet src)Append content to this sheet.XSLFSheetXSLFShape. getSheet()XSLFSheetXSLFSheet. 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 XSLFSheet Modifier and Type Method Description static XSLFPictureShapeXSLFPictureShape. addSvgImage(XSLFSheet sheet, XSLFPictureData svgPic, PictureData.PictureType previewType, Rectangle2D anchor)Convenience method for adding SVG images, which generates the preview imageXSLFSheetXSLFSheet. appendContent(XSLFSheet src)Append content to this sheet.XSLFSheetXSLFSheet. importContent(XSLFSheet src)Set the contents of this sheet to be a copy of the source sheet.XSLFSlideXSLFSlide. importContent(XSLFSheet src)Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFSheet Constructor Description XSLFColor(XmlObject obj, XSLFTheme theme, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFSheet sheet)XSLFGradientPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)XSLFGroupShape(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape shape, XSLFSheet sheet)XSLFShape(XmlObject shape, XSLFSheet sheet)XSLFTexturePaint(XSLFShape shape, org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)
-