From 436900fb6cdee389857d92c78498f55c2637ed70 Mon Sep 17 00:00:00 2001 From: AdeelIlyas2014 Date: Wed, 26 Aug 2015 11:16:22 +0500 Subject: [PATCH] - Changes for Aspose.Words Java for IntelliJ (Maven) Plugin - Committing: .idea/,*.iml Project files Modifiying: LICENSE, README.md Signed-off-by: AdeelIlyas2014 --- LICENSE | 2 +- .../.idea/.name | 1 + .../.idea/compiler.xml | 23 + .../.idea/copyright/Aspose_Pty_Ltd.xml | 9 + .../.idea/copyright/profiles_settings.xml | 3 + .../.idea/dictionaries/Adeel_Ilyas.xml | 3 + .../.idea/encodings.xml | 5 + .../.idea/misc.xml | 9 + .../.idea/modules.xml | 8 + .../.idea/scopes/scope_settings.xml | 5 + .../.idea/uiDesigner.xml | 128 ++ .../.idea/vcs.xml | 7 + .../.idea/workspace.xml | 1204 +++++++++++++++++ ...Aspose.Words Java for IntelliJ (Maven).iml | 21 + .../README.md | 29 + .../src/resources/maven/untitled.iml | 16 + README.md | 40 +- 17 files changed, 1494 insertions(+), 19 deletions(-) create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/.name create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/compiler.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/Aspose_Pty_Ltd.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/encodings.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/misc.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/modules.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/scopes/scope_settings.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/uiDesigner.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/vcs.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/workspace.xml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/Aspose.Words Java for IntelliJ (Maven).iml create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/README.md create mode 100644 Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/maven/untitled.iml diff --git a/LICENSE b/LICENSE index 6edcfdbe..a3b7beff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Aspose.Words Examples +Copyright (c) 2001-2015 Aspose.Words Java for IntelliJ IDEA (Maven) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/.name b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/.name new file mode 100644 index 00000000..2ad8cb07 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/.name @@ -0,0 +1 @@ +Aspose.Words Java for IntelliJ Maven \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/compiler.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/compiler.xml new file mode 100644 index 00000000..217af471 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/Aspose_Pty_Ltd.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/Aspose_Pty_Ltd.xml new file mode 100644 index 00000000..168bed0c --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/Aspose_Pty_Ltd.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..f2e775e4 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml new file mode 100644 index 00000000..ef47d47b --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/encodings.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/encodings.xml new file mode 100644 index 00000000..e206d70d --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/misc.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/misc.xml new file mode 100644 index 00000000..46f985f7 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/modules.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/modules.xml new file mode 100644 index 00000000..c673186c --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/scopes/scope_settings.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/scopes/scope_settings.xml new file mode 100644 index 00000000..922003b8 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/uiDesigner.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/uiDesigner.xml new file mode 100644 index 00000000..2eb9c987 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/uiDesigner.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/vcs.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/vcs.xml new file mode 100644 index 00000000..def6a6a1 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/workspace.xml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/workspace.xml new file mode 100644 index 00000000..4a93aaa0 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/workspace.xml @@ -0,0 +1,1204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Android Lint + + + General + + + Maven + + + Plugin DevKit + + + XPath + + + + + Abstraction issues + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + localhost + 5050 + + + + + + + + + + + + + 1395416125898 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspose Pty Ltd + + + + + + + + Detection + + + + + + + + + + + + + + + IDEA IC-135.690 + + + + + + + + Aspose.Words Java for IntelliJ + + + + + + + + + + + + + + + org.eclipse.jgit-3.4.1.201406201815-r + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/Aspose.Words Java for IntelliJ (Maven).iml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/Aspose.Words Java for IntelliJ (Maven).iml new file mode 100644 index 00000000..9654d6cd --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/Aspose.Words Java for IntelliJ (Maven).iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/README.md b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/README.md new file mode 100644 index 00000000..109d9673 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/README.md @@ -0,0 +1,29 @@ +## **Aspose.Words Java for IntelliJ IDEA (Maven)** + +The project is **Intellij IDEA (JetBrains IDE) plugin** that lets you work with the most powerful word document types manipulating API - **Aspose.Words for Java**. + +## **About** **Plugin** + +The plugins is for those who wants to utilize / use **Aspose.Words for Java API** (to create / manipulate word documents types: DOC, DOCX, OOXML, RTF) in their projects. + +The plugin contains two wizards: + +1. **Aspose-Words Maven Project** Wizard - To create **Aspose.Words for Java API** Maven project +2. **Aspose.Words Examples** - To create / download **Aspose.Words for Java API** Examples Source Codes (Which is meant to demonstrate the different usages of the API) + +**Details:** + +1. **Aspose.Words Maven Project** wizard, after installing the plugin, can be run from **File->New Project->Aspose.Words Maven Project** option. You will have to follow the wizard steps asking for the project information i.e **Project Name, Artifact ID** for your maven project or whether you want to download the Examples Source Codes (for later addition into the project). +2. **Aspose.Words Examples** wizard lets you create /copy downloaded Source Code Examples into your project. All the examples withn the selected category will be copied/ created inside "**com.aspose.words.examples**" package and also the corresponding directory structure for the package will be created within "src/main/resources" folder which is needed to run the examples. + +## What is Aspose.Words Java API? + +**Aspose.Words for Java** is an advanced class library for Java that enables you to perform a great range of document processing tasks directly within your Java applications. + +Aspose.Words for Java supports processing word (**DOC, DOCX, OOXML, RTF**) **HTML, OpenDocument, PDF, EPUB, XPS, SWF and all image formats**. With Aspose.Words you can **generate**, **modify**, and **convert** documents without using Microsoft Word. + +For more info about the **Aspose.Words for Java API**, [please check the api documentation - click here](http://www.aspose.com/java/word-component.aspx) + +## Plugin Documentation + +For the complete documentation of this Intellij IDEA plugin, [please go through this wiki - click here](http://www.aspose.com/docs/display/wordsjava/7.+Aspose.Words+Java+for+IntelliJ+IDEA+%28Maven%29) \ No newline at end of file diff --git a/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/maven/untitled.iml b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/maven/untitled.iml new file mode 100644 index 00000000..c46d21f8 --- /dev/null +++ b/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/maven/untitled.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 87c81ddf..f5920e09 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,29 @@ -##Aspose.Words for Java +## Aspose.Word Java for IntelliJ IDEA (Maven) + +The project is **Intellij IDEA (JetBrains IDE) plugin** that lets you work with the most powerful word document types manipulating API - **Aspose.Words for Java**. -This package contains [Examples](https://github.com/asposewords/Aspose_Words_Java/tree/master/Examples) for [Aspose.Words for Java](http://www.aspose.com/java/word-component.aspx) and will help you write your own applications. +## **About** **Plugin** -Aspose.Words for Java is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Words supports DOC, DOCX, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats. With Aspose.Words you can generate, modify, convert, render and print documents without utilizing Microsoft Word. +The plugins is for those who wants to utilize / use **Aspose.Words for Java API** (to create / manipulate word documents types: DOC, DOCX, OOXML, RTF) in their projects. -

+The plugin contains two wizards: - - - -

+1. **Aspose-Words Maven Project** Wizard - To create **Aspose.Words for Java API** Maven project +2. **Aspose.Words Examples** - To create / download **Aspose.Words for Java API** Examples Source Codes (Which is meant to demonstrate the different usages of the API) -Directory | Description ---------- | ----------- -[Examples](https://github.com/asposewords/Aspose_Words_Java/tree/master/Examples) | A collection of Java examples that help you learn the product features +**Details:** -## Resources +1. **Aspose.Words Maven Project** wizard, after installing the plugin, can be run from **File->New Project->Aspose.Words Maven Project** option. You will have to follow the wizard steps asking for the project information i.e **Project Name, Artifact ID** for your maven project or whether you want to download the Examples Source Codes (for later addition into the project). +2. **Aspose.Words Examples** wizard lets you create /copy downloaded Source Code Examples into your project. All the examples withn the selected category will be copied/ created inside "**com.aspose.words.examples**" package and also the corresponding directory structure for the package will be created within "src/main/resources" folder which is needed to run the examples. -+ **Website:** [www.aspose.com](http://www.aspose.com) -+ **Product Home:** [Aspose.Words for Java](http://www.aspose.com/java/word-component.aspx) -+ **Download:** [Download Aspose.Words for Java](http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx) -+ **Documentation:** [Aspose.Words for Java Documentation](http://www.aspose.com/docs/display/wordsjava/Home) -+ **Forum:** [Aspose.Words for Java Forum](http://www.aspose.com/community/forums/aspose.words-product-family/75/showforum.aspx) -+ **Blog:** [Aspose.Words for Java Blog](http://www.aspose.com/blogs/aspose-products/aspose-words-product-family.html) +## What is Aspose.Words Java API? + +**Aspose.Words for Java** is an advanced class library for Java that enables you to perform a great range of document processing tasks directly within your Java applications. + +Aspose.Words for Java supports processing word (**DOC, DOCX, OOXML, RTF**) **HTML, OpenDocument, PDF, EPUB, XPS, SWF and all image formats**. With Aspose.Words you can **generate**, **modify**, and **convert** documents without using Microsoft Word. + +For more info about the **Aspose.Words for Java API**, [please check the api documentation - click here](http://www.aspose.com/java/word-component.aspx) + +## Plugin Documentation + +For the complete documentation of this Intellij IDEA plugin, [please go through this wiki - click here](http://www.aspose.com/docs/display/wordsjava/7.+Aspose.Words+Java+for+IntelliJ+IDEA+%28Maven%29) \ No newline at end of file