Uses of Interface
org.apache.poi.sl.usermodel.Shape
-
Packages that use Shape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.extractor org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Shape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model with type parameters of type Shape Modifier and Type Class Description classHSLFMetroShape<T extends Shape<?,?>>Experimental class for metro blobs, i.e.Classes in org.apache.poi.hslf.model that implement Shape Modifier and Type Class Description classActiveXShapeRepresents an ActiveX control in a PowerPoint document.classMovieShapeRepresents a movie in a PowerPoint document.classPolygonA simple closed polygon shape -
Uses of Shape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement Shape Modifier and Type Class Description classHSLFAutoShapeRepresents an AutoShape.classHSLFBackgroundBackground shapeclassHSLFConnectorShapeSpecifies a connection shape.classHSLFFreeformShapeA "Freeform" shape.classHSLFGroupShapeRepresents a group of shapes.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFObjectShapeA shape representing embedded OLE object.classHSLFPictureShapeRepresents a picture in a PowerPoint document.classHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFShapeRepresents a Shape which is the elemental object that composes a drawing.classHSLFSimpleShapeAn abstract simple (non-group) shape.classHSLFTableRepresents a table in a PowerPoint presentationclassHSLFTableCellRepresents a cell in a ppt tableclassHSLFTextBoxRepresents a TextFrame shape in PowerPoint.classHSLFTextShapeA common superclass of all shapes that can hold text. -
Uses of Shape in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as Shape Modifier and Type Field Description protected Shape<?,?>DrawNothing. shapeprotected Shape<?,?>DrawShape. shapeMethods in org.apache.poi.sl.draw that return Shape Modifier and Type Method Description protected Shape<?,?>DrawShape. getShape()Methods in org.apache.poi.sl.draw with parameters of type Shape Modifier and Type Method Description protected booleanDrawMasterSheet. canDraw(java.awt.Graphics2D graphics, Shape<?,?> shape)Checks if thissheetdisplays the specified shape.protected booleanDrawSheet. canDraw(java.awt.Graphics2D graphics, Shape<?,?> shape)Checks if thissheetdisplays the specified shape.voidDrawFactory. drawShape(java.awt.Graphics2D graphics, Shape<?,?> shape, java.awt.geom.Rectangle2D bounds)Convenience method for drawing single shapes.DrawableDrawFactory. getDrawable(Shape<?,?> shape)Constructors in org.apache.poi.sl.draw with parameters of type Shape Constructor Description DrawNothing(Shape<?,?> shape)DrawShape(Shape<?,?> shape) -
Uses of Shape in org.apache.poi.sl.extractor
Classes in org.apache.poi.sl.extractor with type parameters of type Shape Modifier and Type Class Description classSlideShowExtractor<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Common SlideShow extractor -
Uses of Shape in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel with type parameters of type Shape Modifier and Type Interface Description interfaceAutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceBackground<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceFreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceHyperlink<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>A PowerPoint hyperlinkinterfaceLine<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Interface for Lines ...interfaceMasterSheet<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>>interfaceObjectShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>An shape which references an embedded OLE objectinterfacePictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfacePlaceableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceShadow<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceShapeContainer<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Common parent of Slides, Notes and MastersinterfaceSimpleShape<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>>interfaceSlideShow<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Represents a TextFrame shape in PowerPoint.interfaceTextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T extends TextRun>interfaceTextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Subinterfaces of Shape in org.apache.poi.sl.usermodel Modifier and Type Interface Description interfaceAutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceBackground<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceFreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceLine<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Interface for Lines ...interfaceObjectShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>An shape which references an embedded OLE objectinterfacePictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceSimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Represents a TextFrame shape in PowerPoint.interfaceTextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Methods in org.apache.poi.sl.usermodel with type parameters of type Shape Modifier and Type Method Description static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(java.io.File file)Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(java.io.File file, java.lang.String password)Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(java.io.File file, java.lang.String password, boolean readOnly)Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(java.io.InputStream inp)Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(java.io.InputStream inp, java.lang.String password)Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream, which may be password protected.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(DirectoryNode root)Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(DirectoryNode root, java.lang.String password)Creates a SlideShow from the given NPOIFSFileSystem, which may be password protectedstatic <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(POIFSFileSystem fs)Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(POIFSFileSystem fs, java.lang.String password)Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected -
Uses of Shape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Shape Modifier and Type Class Description classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFBackgroundBackground shapeclassXSLFConnectorShapeSpecifies a connection shape.classXSLFFreeformShapeRepresents a custom geometric shape.classXSLFGraphicFrameclassXSLFGroupShapeRepresents a group shape that consists of many shapes grouped together.classXSLFObjectShapeclassXSLFPictureShapeRepresents a picture shapeclassXSLFShadowRepresents a shadow of a shape.classXSLFShapeBase super-class class for all shapes in PresentationMLclassXSLFSimpleShapeRepresents a single (non-group) shape in a .pptx slide showclassXSLFTableRepresents a table in a .pptx presentationclassXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxclassXSLFTextShapeRepresents a shape that can hold text.Methods in org.apache.poi.xslf.usermodel that return Shape Modifier and Type Method Description static Shape<?,?>XSLFMetroShape. parseShape(byte[] metroBytes)
-