Skip to content

Commit bfa479d

Browse files
Aspose Project Wizard v 1.2
1 parent 7cb601a commit bfa479d

File tree

1 file changed

+21
-21
lines changed
  • Plugins/Aspose_for_Eclipse/EclipsePlugin/com.aspose.ecplugin/src/com/aspose/ecplugin

1 file changed

+21
-21
lines changed

Plugins/Aspose_for_Eclipse/EclipsePlugin/com.aspose.ecplugin/src/com/aspose/ecplugin/AsposeConstants.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,28 @@ public class AsposeConstants {
7777
public static final String EXAMPLES_DOWNLOAD_REQUIRED = "Example needs to be downloaded, continue to download?";
7878
public static final String EXAMPLES_INTERNET_CONNECTION_REQUIRED_MESSAGE ="Internet connectivity is required to download examples";
7979
//advertise
80-
public static final String ASPOSE_ALL_COMPONENTS_TEXT = " Generate reports using mail merge"
81-
+"\n Excel Reporting - Build dynamic Excel reports on the fly"
82-
+"\n Create Excel dashboards, incorporating charts and pivot tables"
83-
+"\n High-fidelity Excel rendering and printing"
84-
+"\n Create new PDF documents using the product API"
85-
+"\n Transform an XML document into PDF format"
86-
+"\n Convert an Image file into PDF format"
87-
+"\n Create new slides or clone existing slides from templates"
88-
+"\n Add, remove, replace or extract text from PDF files"
89-
+"\n Add, remove, replace or extract images from PDF files"
90-
+"\n Convert a PDF file to an image"
91-
+"\n Generate barcode images and save to stream or image file"
92-
+"\n Project management, such as project planning, definition and tracking"
93-
+"\n Recognize barcodes from stream or image file"
94-
+"\n Create, load and manipulate Microsoft Visio drawings within Java application";
80+
public static final String ASPOSE_ALL_COMPONENTS_TEXT = "» Generate reports using mail merge"
81+
+"\n» Excel Reporting - Build dynamic Excel reports on the fly"
82+
+"\n» Create Excel dashboards, incorporating charts and pivot tables"
83+
+"\n» High-fidelity Excel rendering and printing"
84+
+"\n» Create new PDF documents using the product API"
85+
+"\n» Transform an XML document into PDF format"
86+
+"\n» Convert an Image file into PDF format"
87+
+"\n» Create new slides or clone existing slides from templates"
88+
+"\n» Add, remove, replace or extract text from PDF files"
89+
+"\n» Add, remove, replace or extract images from PDF files"
90+
+"\n» Convert a PDF file to an image"
91+
+"\n» Generate barcode images and save to stream or image file"
92+
+"\n» Project management, such as project planning, definition and tracking"
93+
+"\n» Recognize barcodes from stream or image file"
94+
+"\n» Create, load and manipulate Microsoft Visio drawings within Java application";
9595

9696
public static final String ASPOSE_CELLS_FEATURE_TEXT =
97-
"Aspose.Cells for Java is an Excelᆴ " +
97+
"Aspose.Cells for Java is an Excel® " +
9898
"\nspreadsheet reporting component that" +
9999
"\n enables Java applications to create " +
100-
"\nand manage Excelᆴ spreadsheets without" +
101-
"\n using Microsoft Excelᆴ. Aspose.Cells " +
100+
"\nand manage Excel® spreadsheets without" +
101+
"\n using Microsoft Excel®. Aspose.Cells " +
102102
"\nfor Java is an incredibly feature rich " +
103103
"\ncomponent that offers much more than " +
104104
"\njust basic data export functions.";
@@ -148,9 +148,9 @@ public class AsposeConstants {
148148
public static final String ASPOSE_TASKS_FEATURE_TEXT =
149149
"Aspose.Tasks for Java is a project management " +
150150
"\nAPI that enables Java application developers " +
151-
"\nto provide Microsoft Projectᆴ document manipulation" +
152-
"\n capability in their applications all without " +
153-
"\nusing Microsoft Projectᆴ. With this powerful API, "+
151+
"\nto provide Microsoft Project® document manipulation" +
152+
"\n capability in their applications - all without " +
153+
"\nusing Microsoft Project®. With this powerful API, "+
154154
"\ndevelopers can control various stages of project" +
155155
"\n management, such as project planning, definition"+
156156
"\n and tracking.";

0 commit comments

Comments
 (0)