|
2 | 2 |
|
3 | 3 | # **Aspose.Word Java for NetBeans (Maven)**
|
4 | 4 |
|
5 |
| -The project is **NetBeans IDE plugin** which lets developers to use [Aspose.Words for Java](https://www.aspose.com/products/words/java) in their Maven based Java projects. |
| 5 | +The project is **NetBeans IDE plugin** which lets developers to use [Aspose.Words for Java](https://products.aspose.com/words/java) in their Maven based Java projects. |
6 | 6 |
|
7 | 7 | ## Who is supposed to use this **Plugin?**
|
8 | 8 |
|
9 |
| -The Plugin intended for developers using Maven platform for Java developments and want to use [Aspose.Words for Java](https://www.aspose.com/products/words/java) in their projects. |
| 9 | +The Plugin intended for developers using Maven platform for Java developments and want to use [Aspose.Words for Java](https://products.aspose.com/words/java) in their projects. |
10 | 10 |
|
11 |
| -**NOTE:** [Aspose.Words for Java](https://www.aspose.com/products/words/java) is Java API developed by [Aspose](https://www.aspose.com/) that offers easy Microsoft Word document creation and manipulation right from within Java Projects. For the API detailed features list check the [link](https://docs.aspose.com/display/wordsjava/Aspose.Words+Features). |
| 11 | +**NOTE:** [Aspose.Words for Java](https://products.aspose.com/words/java) is Java API developed by [Aspose](https://www.aspose.com/) that offers easy Microsoft Word document creation and manipulation right from within Java Projects. For the API detailed features list check the [link](https://docs.aspose.com/display/wordsjava/Aspose.Words+Features). |
12 | 12 |
|
13 | 13 | ## **Features**
|
14 | 14 |
|
15 |
| -The plugin provides following features to work with [Aspose.Words for Java](https://www.aspose.com/products/words/java) API within **NetBeans IDE** comfortably: |
| 15 | +The plugin provides following features to work with [Aspose.Words for Java](https://products.aspose.com/words/java) API within **NetBeans IDE** comfortably: |
16 | 16 |
|
17 | 17 | 
|
18 | 18 |
|
19 | 19 | ### Aspose.Words Maven Project (wizard)
|
20 | 20 |
|
21 |
| -* By using this wizard plugin creates Maven project for using [Aspose.Words for Java](https://www.aspose.com/products/words/java) from **New Project -> Maven-> Aspose.Words Maven Project** |
| 21 | +* By using this wizard plugin creates Maven project for using [Aspose.Words for Java](https://products.aspose.com/words/java) from **New Project -> Maven-> Aspose.Words Maven Project** |
22 | 22 | * The wizard will also give option for downloading latest available Code Examples for using the API.
|
23 | 23 |
|
24 | 24 | ### Aspose.Words Code Example (wizard)
|
25 | 25 |
|
26 |
| -* By using this wizard plugin lets you copy the downloaded Code Examples into your project for using [Aspose.Words for Java](https://www.aspose.com/products/words/java) from **New File -> Java -> Aspose.Words Code Example** |
| 26 | +* By using this wizard plugin lets you copy the downloaded Code Examples into your project for using [Aspose.Words for Java](https://products.aspose.com/words/java) from **New File -> Java -> Aspose.Words Code Example** |
27 | 27 | * The wizard will also look for and updates for newly available Code Examples from [Aspose.Words for Java examples repository.](https://github.com/aspose-words/Aspose.Words-for-Java/tree/master/Examples)
|
28 | 28 | **NOTE:** Selected Code Examples (category) source codes will be copied under **"com.aspose.words.examples"** package. Resources needed for running examples will be copied to the corresponding directory (package) within **"src/main/resources"**.
|
29 | 29 |
|
|
0 commit comments