Uses of Interface
org.apache.poi.sl.usermodel.TextRun
Packages that use TextRun
Package
Description
-
Uses of TextRun in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TextRunModifier and TypeClassDescriptionfinal class
Represents a run of text, all with the same styleMethods in org.apache.poi.hslf.usermodel that return types with arguments of type TextRunModifier and TypeMethodDescriptionTextShape
<?, ? 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 TextRunModifier and TypeMethodDescriptionprotected 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 TextRunModifier and TypeMethodDescriptionprotected String
DrawTextParagraph.getRenderableText
(Graphics2D graphics, TextRun tr) DrawTextParagraph.getRenderableText
(TextRun tr) -
Uses of TextRun in org.apache.poi.sl.extractor
Classes in org.apache.poi.sl.extractor with type parameters of type TextRunModifier and TypeClassDescriptionclass
SlideShowExtractor<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 TextRunModifier and TypeInterfaceDescriptioninterface
AutoShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Background<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
ConnectorShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
FreeformShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
GraphicalFrame<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
GroupShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Hyperlink<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> A PowerPoint hyperlinkinterface
Line<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Interface for Lines ...interface
MasterSheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Notes<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
ObjectShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> An shape which references an embedded OLE objectinterface
PictureShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
PlaceableShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Shadow<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Shape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
ShapeContainer<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Sheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Common parent of Slides, Notes and Mastersinterface
SimpleShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Slide<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
SlideShow<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TableCell<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TableShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TextBox<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Represents a TextFrame shape in PowerPoint.interface
TextParagraph<S extends Shape<S,
P>, P extends TextParagraph<S, P, T>, T extends TextRun> interface
TextShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Methods in org.apache.poi.sl.usermodel with type parameters of type TextRunModifier and TypeMethodDescriptionstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> 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> 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> 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
(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
(InputStream inp, 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, 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, String password) Creates a SlideShow from the given NPOIFSFileSystem, which may be password protectedMethods in org.apache.poi.sl.usermodel that return TextRun -
Uses of TextRun in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextRunModifier and TypeClassDescriptionclass
Represents a run of text within the containing text body.