Skip to content

Commit 97f9733

Browse files
renamed packages to camel case
1 parent cc94c98 commit 97f9733

File tree

313 files changed

+197
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+197
-195
lines changed

Examples/Image1.jpg

12.4 KB

Examples/Image2.jpg

25.6 KB

Examples/Image3.jpg

25.6 KB

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/AddAnnotation.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/AddAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/AddSwfAsAnnotation.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/AddSwfAsAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.Document;
1212
import com.aspose.pdf.*;

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/DeleteAllAnnotations.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/DeleteAllAnnotations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/DeleteParticularAnnotation.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/DeleteParticularAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/GetAllAnnotations.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/GetAllAnnotations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/GetParticularAnnotation.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/GetParticularAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

Examples/src/main/java/com/aspose/pdf/examples/asposepdf1/annotations1/SetFormatting.java renamed to Examples/src/main/java/com/aspose/pdf/examples/AsposePdf/Annotations/SetFormatting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package com.aspose.pdf.examples.asposepdf1.annotations1;
9+
package com.aspose.pdf.examples.AsposePdf.Annotations;
1010

1111
import com.aspose.pdf.examples.Utils;
1212

0 commit comments

Comments
 (0)