org.apache.poi.hslf.model |
|
Java Source File Name | Type | Comment |
AutoShape.java | Class | |
Background.java | Class | |
Fill.java | Class | Represents functionality provided by the 'Fill Effects' dialog in PowerPoint. |
Hyperlink.java | Class | |
Line.java | Class | |
MasterSheet.java | Class | The superclass of all master sheets - Slide masters, Notes masters, etc.
For now it's empty. |
Notes.java | Class | This class represents a slide's notes in a PowerPoint Document. |
Picture.java | Class | Represents a picture in a PowerPoint document. |
Placeholder.java | Class | Represents a Placeholder in PowerPoint. |
PPGraphics2D.java | Class | Translates Graphics2D calls into PowerPoint. |
Shape.java | Class |
Represents a Shape which is the elemental object that composes a drawing.
This class is a wrapper around EscherSpContainer which holds all information
about a shape in PowerPoint document.
When you add a shape, you usually specify the dimensions of the shape and the position
of the upper�left corner of the bounding box for the shape relative to the upper�left
corner of the page, worksheet, or slide. |
ShapeFactory.java | Class | |
ShapeGroup.java | Class | Represents a group of shapes. |
ShapeTypes.java | Class | |
Sheet.java | Class | This class defines the common format of "Sheets" in a powerpoint
document. |
SimpleShape.java | Class | An abstract simple (non-group) shape. |
Slide.java | Class | This class represents a slide in a PowerPoint Document. |
SlideMaster.java | Class | SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation. |
Table.java | Class | |
TableCell.java | Class | |
TestBackground.java | Class | Test Fill object. |
TestHyperlink.java | Class | Test Hyperlink. |
TestLine.java | Class | Test Line shape. |
TestOleEmbedding.java | Class | |
TestPPGraphics2D.java | Class | |
TestSetBoldItalic.java | Class | |
TestShapes.java | Class | |
TestSheet.java | Class | Test common functionality of the Sheet object. |
TestSlideChangeNotes.java | Class | |
TestSlideMaster.java | Class | |
TestSlides.java | Class | Test adding new slides to a ppt. |
TestTextRun.java | Class | |
TestTextRunReWrite.java | Class | Tests that if we load something up, get a TextRun, set the text
to be the same as it was before, and write it all back out again,
that we don't break anything in the process. |
TextBox.java | Class | Represents a TextFrame shape in PowerPoint. |
TextRun.java | Class | This class represents a run of text in a powerpoint document. |
TitleMaster.java | Class | Title masters define the design template for slides with a Title Slide layout. |