Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextBox.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextBox.html?rev=1737320&r1=1737319&r2=1737320&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextBox.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextBox.html Fri Apr 1 07:20:42 2016
@@ -122,15 +122,15 @@
HSLFTextBox |
-HSLFGroupShape.createTextBox() |
+HSLFSheet.createTextBox() |
HSLFTextBox |
-HSLFSheet.createTextBox() |
+HSLFShapeContainer.createTextBox() |
HSLFTextBox |
-HSLFShapeContainer.createTextBox() |
+HSLFGroupShape.createTextBox() |
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextParagraph.html?rev=1737320&r1=1737319&r2=1737320&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextParagraph.html Fri Apr 1 07:20:42 2016
@@ -231,15 +231,13 @@
HSLFSimpleShape.getShadow() |
-java.util.List<java.util.List<HSLFTextParagraph>> |
-HSLFSlide.getTextParagraphs()
-Returns an array of all the TextRuns found
- |
+java.util.List<HSLFTextParagraph> |
+HSLFTextShape.getTextParagraphs() |
-java.util.List<java.util.List<HSLFTextParagraph>> |
-HSLFTitleMaster.getTextParagraphs()
-Returns an array of all the TextRuns found
+ | abstract java.util.List<java.util.List<HSLFTextParagraph>> |
+HSLFSheet.getTextParagraphs()
+Returns an array of all the TextRuns in the sheet.
|
@@ -249,9 +247,9 @@
-abstract java.util.List<java.util.List<HSLFTextParagraph>> |
-HSLFSheet.getTextParagraphs()
-Returns an array of all the TextRuns in the sheet.
+ | java.util.List<java.util.List<HSLFTextParagraph>> |
+HSLFTitleMaster.getTextParagraphs()
+Returns an array of all the TextRuns found
|
@@ -261,8 +259,10 @@
-java.util.List<HSLFTextParagraph> |
-HSLFTextShape.getTextParagraphs() |
+java.util.List<java.util.List<HSLFTextParagraph>> |
+HSLFSlide.getTextParagraphs()
+Returns an array of all the TextRuns found
+ |
java.util.Iterator<HSLFTextParagraph> |
@@ -287,7 +287,9 @@
protected void |
-HSLFAutoShape.setDefaultTextProperties(HSLFTextParagraph _txtrun) |
+HSLFTextShape.setDefaultTextProperties(HSLFTextParagraph _txtrun)
+Set default properties for the TextRun.
+ |
protected void |
@@ -295,9 +297,7 @@
protected void |
-HSLFTextShape.setDefaultTextProperties(HSLFTextParagraph _txtrun)
-Set default properties for the TextRun.
- |
+HSLFAutoShape.setDefaultTextProperties(HSLFTextParagraph _txtrun) |
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html?rev=1737320&r1=1737319&r2=1737320&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFTextShape.html Fri Apr 1 07:20:42 2016
@@ -208,19 +208,19 @@
protected void |
-HSLFSlide.onAddTextShape(HSLFTextShape shape) |
-
-
-protected void |
HSLFSheet.onAddTextShape(HSLFTextShape shape)
Subclasses should call this method and update the array of text runs
when a text shape is added
|
-
+
protected void |
HSLFSlideMaster.onAddTextShape(HSLFTextShape shape) |
+
+protected void |
+HSLFSlide.onAddTextShape(HSLFTextShape shape) |
+
void |
HSLFTextParagraph.setParentShape(HSLFTextShape parentShape) |
Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/Chunk.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/Chunk.html?rev=1737320&r1=1737319&r2=1737320&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/Chunk.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/Chunk.html Fri Apr 1 07:20:42 2016
@@ -152,11 +152,11 @@
Chunk[] |
-NameIdChunks.getAll() |
+RecipientChunks.getAll() |
Chunk[] |
-RecipientChunks.getAll() |
+NameIdChunks.getAll() |
Chunk[] |
@@ -164,19 +164,19 @@
Chunk[] |
-NameIdChunks.getChunks() |
+RecipientChunks.getChunks() |
Chunk[] |
-RecipientChunks.getChunks() |
+NameIdChunks.getChunks() |
Chunk[] |
-Chunks.getChunks() |
+AttachmentChunks.getChunks() |
Chunk[] |
-AttachmentChunks.getChunks() |
+Chunks.getChunks() |
Chunk[] |
@@ -212,25 +212,25 @@
void |
-NameIdChunks.record(Chunk chunk)
+ | RecipientChunks.record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
void |
-RecipientChunks.record(Chunk chunk)
+ | NameIdChunks.record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
void |
-Chunks.record(Chunk chunk)
+ | AttachmentChunks.record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
void |
-AttachmentChunks.record(Chunk chunk)
+ | Chunks.record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/MAPIProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/MAPIProperty.html?rev=1737320&r1=1737319&r2=1737320&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/MAPIProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/class-use/MAPIProperty.html Fri Apr 1 07:20:42 2016
@@ -2194,13 +2194,13 @@
-static java.util.Collection<MAPIProperty> |
-MAPIProperty.getAll() |
-
-
java.util.Map<MAPIProperty,java.util.List<Chunk>> |
Chunks.getAll() |
+
+static java.util.Collection<MAPIProperty> |
+MAPIProperty.getAll() |
+
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
ChunkGroupWithProperties.getProperties()
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|