Uses of Interface
org.apache.poi.sl.usermodel.TextRun
-
Packages that use TextRun Package Description 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 TextRun in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TextRun Modifier and Type Class Description classHSLFTextRunRepresents a run of text, all with the same styleMethods in org.apache.poi.hslf.usermodel that return types with arguments of type TextRun Modifier and Type Method Description TextShape<?,? extends TextParagraph<?,?,? extends TextRun>>HSLFTextShape. getMetroShape()Get alternative representation of text shape stored as metro blob escher property. -
Uses of TextRun in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return types with arguments of type TextRun Modifier and Type Method Description protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>>DrawFreeformShape. getShape()protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>>DrawTextShape. getShape()Methods in org.apache.poi.sl.draw with parameters of type TextRun Modifier and Type Method Description protected java.lang.StringDrawTextParagraph. getRenderableText(java.awt.Graphics2D graphics, TextRun tr)java.lang.StringDrawTextParagraph. getRenderableText(TextRun tr) -
Uses of TextRun in org.apache.poi.sl.extractor
Classes in org.apache.poi.sl.extractor with type parameters of type TextRun Modifier and Type Class Description classSlideShowExtractor<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Common SlideShow extractor -
Uses of TextRun in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel with type parameters of type TextRun 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>>Methods in org.apache.poi.sl.usermodel with type parameters of type TextRun 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 protectedMethods in org.apache.poi.sl.usermodel that return TextRun Modifier and Type Method Description TextRunTextShape. appendText(java.lang.String text, boolean newParagraph)Adds the supplied text onto the end of the TextParagraphs, creating a new RichTextRun for it to sit in.TextRunTextShape. setText(java.lang.String text)Sets (overwrites) the current text. -
Uses of TextRun in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextRun Modifier and Type Class Description classXSLFTextRunRepresents a run of text within the containing text body.
-