├── .gitignore ├── Examples ├── ApiExamples │ ├── Java │ │ ├── pom.xml │ │ ├── src │ │ │ └── main │ │ │ │ └── java │ │ │ │ ├── Examples │ │ │ │ ├── ApiExampleBase.java │ │ │ │ ├── CustomBarcodeGenerator.java │ │ │ │ ├── DocumentHelper.java │ │ │ │ ├── ExAI.java │ │ │ │ ├── ExAbsolutePositionTab.java │ │ │ │ ├── ExBookmarks.java │ │ │ │ ├── ExBookmarksOutlineLevelCollection.java │ │ │ │ ├── ExBorder.java │ │ │ │ ├── ExBorderCollection.java │ │ │ │ ├── ExBuildVersion.java │ │ │ │ ├── ExBuildingBlocks.java │ │ │ │ ├── ExCellFormat.java │ │ │ │ ├── ExCertificateHolder.java │ │ │ │ ├── ExCharts.java │ │ │ │ ├── ExChmLoadOptions.java │ │ │ │ ├── ExCleanupOptions.java │ │ │ │ ├── ExComment.java │ │ │ │ ├── ExCompatibilityOptions.java │ │ │ │ ├── ExControlChar.java │ │ │ │ ├── ExDigitalSignatureCollection.java │ │ │ │ ├── ExDigitalSignatureUtil.java │ │ │ │ ├── ExDocSaveOptions.java │ │ │ │ ├── ExDocument.java │ │ │ │ ├── ExDocumentBase.java │ │ │ │ ├── ExDocumentBuilder.java │ │ │ │ ├── ExDocumentBuilderImages.java │ │ │ │ ├── ExDocumentProperties.java │ │ │ │ ├── ExDocumentVisitor.java │ │ │ │ ├── ExDotNetVsJava.java │ │ │ │ ├── ExDrawing.java │ │ │ │ ├── ExEditableRange.java │ │ │ │ ├── ExField.java │ │ │ │ ├── ExFieldOptions.java │ │ │ │ ├── ExFile.java │ │ │ │ ├── ExFont.java │ │ │ │ ├── ExFontSettings.java │ │ │ │ ├── ExFormFields.java │ │ │ │ ├── ExHeaderFooter.java │ │ │ │ ├── ExHtmlFixedSaveOptions.java │ │ │ │ ├── ExHtmlLoadOptions.java │ │ │ │ ├── ExHtmlSaveOptions.java │ │ │ │ ├── ExHyphenation.java │ │ │ │ ├── ExImage.java │ │ │ │ ├── ExImageSaveOptions.java │ │ │ │ ├── ExInline.java │ │ │ │ ├── ExInlineStory.java │ │ │ │ ├── ExLayout.java │ │ │ │ ├── ExLicense.java │ │ │ │ ├── ExLists.java │ │ │ │ ├── ExLoadOptions.java │ │ │ │ ├── ExLowCode.java │ │ │ │ ├── ExMailMerge.java │ │ │ │ ├── ExMailMergeCustom.java │ │ │ │ ├── ExMailMergeEvent.java │ │ │ │ ├── ExMarkdownLoadOptions.java │ │ │ │ ├── ExMarkdownSaveOptions.java │ │ │ │ ├── ExMetered.java │ │ │ │ ├── ExMossDoc2Pdf.java │ │ │ │ ├── ExMossRtf2Docx.java │ │ │ │ ├── ExNode.java │ │ │ │ ├── ExNodeImporter.java │ │ │ │ ├── ExOdtSaveOptions.java │ │ │ │ ├── ExOoxmlSaveOptions.java │ │ │ │ ├── ExPageSetup.java │ │ │ │ ├── ExParagraph.java │ │ │ │ ├── ExParagraphFormat.java │ │ │ │ ├── ExPclSaveOptions.java │ │ │ │ ├── ExPdfLoadOptions.java │ │ │ │ ├── ExPdfSaveOptions.java │ │ │ │ ├── ExPlainTextDocument.java │ │ │ │ ├── ExPsSaveOptions.java │ │ │ │ ├── ExRange.java │ │ │ │ ├── ExRenameMergeFields.java │ │ │ │ ├── ExRendering.java │ │ │ │ ├── ExReplaceHyperlinks.java │ │ │ │ ├── ExReportingEngine.java │ │ │ │ ├── ExRevision.java │ │ │ │ ├── ExRtfLoadOptions.java │ │ │ │ ├── ExRtfSaveOptions.java │ │ │ │ ├── ExSavingCallback.java │ │ │ │ ├── ExSection.java │ │ │ │ ├── ExShape.java │ │ │ │ ├── ExSignDocumentCustom.java │ │ │ │ ├── ExSmartTag.java │ │ │ │ ├── ExStructuredDocumentTag.java │ │ │ │ ├── ExStyles.java │ │ │ │ ├── ExSvgSaveOptions.java │ │ │ │ ├── ExTabStop.java │ │ │ │ ├── ExTable.java │ │ │ │ ├── ExTableColumn.java │ │ │ │ ├── ExThemes.java │ │ │ │ ├── ExTxtLoadOptions.java │ │ │ │ ├── ExTxtSaveOptions.java │ │ │ │ ├── ExUtilityClasses.java │ │ │ │ ├── ExVariableCollection.java │ │ │ │ ├── ExVbaProject.java │ │ │ │ ├── ExViewOptions.java │ │ │ │ ├── ExWordML2003SaveOptions.java │ │ │ │ ├── ExXamlFixedSaveOptions.java │ │ │ │ ├── ExXamlFlowSaveOptions.java │ │ │ │ ├── ExXlsxSaveOptions.java │ │ │ │ ├── ExXpsSaveOptions.java │ │ │ │ └── TestUtil.java │ │ │ │ └── TestData │ │ │ │ ├── Common.java │ │ │ │ ├── TestBuilders │ │ │ │ ├── ColorItemTestBuilder.java │ │ │ │ ├── DocumentTestBuilder.java │ │ │ │ ├── ImageTestBuilder.java │ │ │ │ └── NumericTestBuilder.java │ │ │ │ └── TestClasses │ │ │ │ ├── ClientTestClass.java │ │ │ │ ├── ColorItemTestClass.java │ │ │ │ ├── ContractTestClass.java │ │ │ │ ├── DocumentTestClass.java │ │ │ │ ├── ImageTestClass.java │ │ │ │ ├── ManagerTestClass.java │ │ │ │ ├── MessageTestClass.java │ │ │ │ ├── NumericTestClass.java │ │ │ │ ├── ShareQuoteTestClass.java │ │ │ │ ├── ShareTestClass.java │ │ │ │ └── SignPersonTestClass.java │ │ └── testng-results.xml │ └── JavaPorting │ │ ├── ApiExampleBase.java │ │ ├── CsPorterConfig.xml │ │ ├── CsPorterReport.xml │ │ ├── CustomBarcodeGenerator.java │ │ ├── DocumentHelper.java │ │ ├── ExAI.java │ │ ├── ExAbsolutePositionTab.java │ │ ├── ExBookmarks.java │ │ ├── ExBookmarksOutlineLevelCollection.java │ │ ├── ExBorder.java │ │ ├── ExBorderCollection.java │ │ ├── ExBuildVersion.java │ │ ├── ExBuildingBlocks.java │ │ ├── ExCellFormat.java │ │ ├── ExCertificateHolder.java │ │ ├── ExCharts.java │ │ ├── ExChmLoadOptions.java │ │ ├── ExCleanupOptions.java │ │ ├── ExComHelper.java │ │ ├── ExComment.java │ │ ├── ExCompatibilityOptions.java │ │ ├── ExControlChar.java │ │ ├── ExDigitalSignatureCollection.java │ │ ├── ExDigitalSignatureUtil.java │ │ ├── ExDocSaveOptions.java │ │ ├── ExDocument.java │ │ ├── ExDocumentBase.java │ │ ├── ExDocumentBuilder.java │ │ ├── ExDocumentBuilderImages.java │ │ ├── ExDocumentProperties.java │ │ ├── ExDocumentVisitor.java │ │ ├── ExDrawing.java │ │ ├── ExEditableRange.java │ │ ├── ExField.java │ │ ├── ExFieldOptions.java │ │ ├── ExFile.java │ │ ├── ExFont.java │ │ ├── ExFontSettings.java │ │ ├── ExFormFields.java │ │ ├── ExHeaderFooter.java │ │ ├── ExHtmlFixedSaveOptions.java │ │ ├── ExHtmlLoadOptions.java │ │ ├── ExHtmlSaveOptions.java │ │ ├── ExHyphenation.java │ │ ├── ExImage.java │ │ ├── ExImageSaveOptions.java │ │ ├── ExInline.java │ │ ├── ExInlineStory.java │ │ ├── ExLayout.java │ │ ├── ExLicense.java │ │ ├── ExLists.java │ │ ├── ExLoadOptions.java │ │ ├── ExLowCode.java │ │ ├── ExMailMerge.java │ │ ├── ExMailMergeCustom.java │ │ ├── ExMailMergeCustomNested.java │ │ ├── ExMailMergeEvent.java │ │ ├── ExMarkdownLoadOptions.java │ │ ├── ExMarkdownSaveOptions.java │ │ ├── ExMetered.java │ │ ├── ExMossDoc2Pdf.java │ │ ├── ExMossRtf2Docx.java │ │ ├── ExNode.java │ │ ├── ExNodeImporter.java │ │ ├── ExOdtSaveOptions.java │ │ ├── ExOoxmlSaveOptions.java │ │ ├── ExPageSetup.java │ │ ├── ExParagraph.java │ │ ├── ExParagraphFormat.java │ │ ├── ExPclSaveOptions.java │ │ ├── ExPdfLoadOptions.java │ │ ├── ExPdfSaveOptions.java │ │ ├── ExPlainTextDocument.java │ │ ├── ExPsSaveOptions.java │ │ ├── ExRange.java │ │ ├── ExRenameMergeFields.java │ │ ├── ExRendering.java │ │ ├── ExReplaceHyperlinks.java │ │ ├── ExReportingEngine.java │ │ ├── ExRevision.java │ │ ├── ExRtfLoadOptions.java │ │ ├── ExRtfSaveOptions.java │ │ ├── ExSavingCallback.java │ │ ├── ExSection.java │ │ ├── ExShape.java │ │ ├── ExSignDocumentCustom.java │ │ ├── ExSmartTag.java │ │ ├── ExStructuredDocumentTag.java │ │ ├── ExStyles.java │ │ ├── ExSvgSaveOptions.java │ │ ├── ExTabStop.java │ │ ├── ExTable.java │ │ ├── ExTableColumn.java │ │ ├── ExThemes.java │ │ ├── ExTxtLoadOptions.java │ │ ├── ExTxtSaveOptions.java │ │ ├── ExUtilityClasses.java │ │ ├── ExVariableCollection.java │ │ ├── ExVbaProject.java │ │ ├── ExViewOptions.java │ │ ├── ExWordML2003SaveOptions.java │ │ ├── ExXamlFixedSaveOptions.java │ │ ├── ExXamlFlowSaveOptions.java │ │ ├── ExXlsxSaveOptions.java │ │ ├── ExXpsSaveOptions.java │ │ ├── ExamplesComparison.cmp7 │ │ ├── JavaPorting, Examples.foldercomparison │ │ ├── PortExamplesComparison.cmp7 │ │ ├── TestData │ │ ├── Common.java │ │ ├── TestBuilders │ │ │ ├── ColorItemTestBuilder.java │ │ │ ├── DocumentTestBuilder.java │ │ │ ├── ImageTestBuilder.java │ │ │ └── NumericTestBuilder.java │ │ └── TestClasses │ │ │ ├── ClientTestClass.java │ │ │ ├── ColorItemTestClass.java │ │ │ ├── ContractTestClass.java │ │ │ ├── DocumentTestClass.java │ │ │ ├── ImageTestClass.java │ │ │ ├── ManagerTestClass.java │ │ │ ├── MessageTestClass.java │ │ │ └── NumericTestClass.java │ │ ├── TestUtil.java │ │ └── readme.txt ├── Data │ ├── Absolute position tab.docx │ ├── ActiveX controls.docx │ ├── Alte DIN 1451 Mittelschrift.ttf │ ├── Asian typography.docx │ ├── Azw3 document.azw3 │ ├── Background images (word to pdf).pdf │ ├── Background images.docx │ ├── Bibliography custom style.xsl │ ├── Bibliography sources.docx │ ├── Bibliography.docx │ ├── Big document.docx │ ├── Blank pages.docx │ ├── Blank.docx │ ├── Bookmarks in headers and footers.docx │ ├── Bookmarks.docx │ ├── Borders.docx │ ├── Bullet points with alternative font.docx │ ├── Business brochure.dotx │ ├── CD collection XSL transformation.xsl │ ├── CD collection data.xml │ ├── Cell revisions.docx │ ├── Combo chart.docx │ ├── Comments.docx │ ├── Content-ID.docx │ ├── Continuous section page numbering.docx │ ├── Corrupted document.docx │ ├── Corrupted image.docx │ ├── Custom XML part in structured document tag.docx │ ├── Custom font fallback settings.xml │ ├── Custom list numbering.docx │ ├── Custom parts OOXML package.docx │ ├── Custom style.css │ ├── Custom style.docx │ ├── DML unique ID compare.docx │ ├── DML unique ID original.docx │ ├── DataPoint format.docx │ ├── Database │ │ ├── Northwind.accdb │ │ ├── cat001.png │ │ ├── cat001.zip │ │ ├── cat002.png │ │ ├── cat003.png │ │ ├── cat004.png │ │ ├── cat005.png │ │ ├── cat006.png │ │ ├── cat007.png │ │ └── cat008.png │ ├── Decorative shapes.docx │ ├── Different lists.docx │ ├── Digitally signed.docx │ ├── Digitally signed.odt │ ├── Digitally signed.ott │ ├── Dirty field.docx │ ├── Document destination with list.docx │ ├── Document explorer images │ │ ├── App.gif │ │ ├── Body.gif │ │ ├── BookmarkEnd.gif │ │ ├── BookmarkStart.gif │ │ ├── Cell.gif │ │ ├── Comment.gif │ │ ├── CommentRangeEnd.gif │ │ ├── CommentRangeStart.gif │ │ ├── CustomXmlMarkup.gif │ │ ├── Document.gif │ │ ├── DrawingML.gif │ │ ├── FieldEnd.gif │ │ ├── FieldSeparator.gif │ │ ├── FieldStart.gif │ │ ├── Footer.gif │ │ ├── Footnote.gif │ │ ├── FormCheckBox.gif │ │ ├── FormDropDown.gif │ │ ├── FormField.gif │ │ ├── FormTextInput.gif │ │ ├── GroupShape.gif │ │ ├── Header.gif │ │ ├── HeaderFooter.gif │ │ ├── InlineShape.gif │ │ ├── Node.gif │ │ ├── OfficeMath.gif │ │ ├── OleControl.gif │ │ ├── OleObject.gif │ │ ├── Paragraph.gif │ │ ├── Row.gif │ │ ├── Run.gif │ │ ├── Section.gif │ │ ├── Shape.gif │ │ ├── SmartTag.gif │ │ ├── SpecialChar.gif │ │ ├── StructuredDocumentTag.gif │ │ ├── Table.gif │ │ ├── aspose.gif │ │ ├── tlb_1.gif │ │ ├── tlb_2.gif │ │ ├── tlb_3.gif │ │ ├── tlb_4.gif │ │ └── tlb_5.gif │ ├── Document insertion 1.docx │ ├── Document insertion 2.docx │ ├── Document insertion destination.docx │ ├── Document layout.docx │ ├── Document source with list.docx │ ├── Document source.docx │ ├── Document with SDT 1.docx │ ├── Document with SDT 2.docx │ ├── Document with WebP image.docx │ ├── Document with ms-its links.chm │ ├── Document.doc │ ├── Document.docx │ ├── Document.html │ ├── Document.mobi │ ├── Document.odt │ ├── Document.xml │ ├── DocumentVisitor-compatible features.docx │ ├── DrawingML shape 3D effects.docx │ ├── DrawingML shape effects.docx │ ├── DrawingML shape fallbacks.docx │ ├── DrawingML text effects.docx │ ├── EMF.docx │ ├── Embedded font rights.docx │ ├── Embedded font.doc │ ├── Embedded font.docx │ ├── Emphases markdown warning.docx │ ├── Encoded in UTF-7.txt │ ├── Encrypted.docx │ ├── Encrypted.odt │ ├── Encrypted.ott │ ├── English text.txt │ ├── Epub document.epub │ ├── Extended properties.docx │ ├── External XML schema.docx │ ├── Extract content.docx │ ├── FB2 document.fb2 │ ├── Field sample - ADDIN.docx │ ├── Field sample - ADDRESSBLOCK.docx │ ├── Field sample - BARCODE.docx │ ├── Field sample - EQ.docx │ ├── Field sample - Field with data.docx │ ├── Field sample - INCLUDEPICTURE.docx │ ├── Field sample - MERGEFIELD.docx │ ├── Field sample - PRINTDATE.docx │ ├── Field sample - PRIVATE.docx │ ├── Field sample - TOC.docx │ ├── Find and highlight.docx │ ├── Font fallback rules.xml │ ├── Font substitution rules.xml │ ├── Footer.docx │ ├── Footnotes and endnotes.docx │ ├── Form fields.docx │ ├── Format revision.docx │ ├── Formatted elements.docx │ ├── Frameset.docx │ ├── German text.docx │ ├── Get substitution without suffixes.docx │ ├── Golds │ │ ├── Document.CompareOptions Gold.docx │ │ ├── Document.HyphenationOptions Gold.docx │ │ ├── Document.UseCurrentDocumentFormatting Gold.docx │ │ ├── DocumentBuilder.InsertDocument Gold.docx │ │ ├── DocumentBuilder.InsertFootnote Gold.docx │ │ ├── DocumentBuilder.MathML Gold.docx │ │ ├── DocumentBuilder.MathML Gold.pdf │ │ ├── DocumentBuilder.NumberFormat Gold.docx │ │ ├── DocumentBuilder.SignatureLineProviderId Gold.docx │ │ ├── HyphenationOptions Gold.docx │ │ ├── ImageSaveOptions.BlackAndWhite Gold.png │ │ ├── MailMerge.CleanUp Gold.docx │ │ ├── MailMerge.CleanupOptions Gold.docx │ │ ├── MailMerge.InsertHtml Gold.doc │ │ ├── MathML Gold.docx │ │ ├── MathML Gold.pdf │ │ ├── ReportingEngine.BackColor Gold.docx │ │ ├── ReportingEngine.ContextualObjectMemberAccess Gold.docx │ │ ├── ReportingEngine.CsvData Gold.docx │ │ ├── ReportingEngine.DataSource Gold.docx │ │ ├── ReportingEngine.DataSourceWithNestedElements Gold.docx │ │ ├── ReportingEngine.DoNotRemoveEmptyParagraphs Gold.docx │ │ ├── ReportingEngine.DynamicStretchingImageWithinTextBox Gold.docx │ │ ├── ReportingEngine.ExtensionMethods Gold.docx │ │ ├── ReportingEngine.InsertDocumentDynamically(stream,doc,bytes) Gold.docx │ │ ├── ReportingEngine.InsertDocumentDynamically(uri) Gold.docx │ │ ├── ReportingEngine.InsertDocumentDynamicallyWithAdditionalTemplateChecking Gold.docx │ │ ├── ReportingEngine.InsertImageDynamically(stream,doc,bytes) Gold.docx │ │ ├── ReportingEngine.InsertImageDynamically(uri) Gold.docx │ │ ├── ReportingEngine.JsonDataString Gold.docx │ │ ├── ReportingEngine.KnownTypes Gold.docx │ │ ├── ReportingEngine.MergingTableCellsDynamically.Merged Gold.docx │ │ ├── ReportingEngine.MergingTableCellsDynamically.NotMerged Gold.docx │ │ ├── ReportingEngine.Operators Gold.docx │ │ ├── ReportingEngine.RemoveEmptyParagraphs Gold.docx │ │ ├── ReportingEngine.RestartingListNumberingDynamically Gold.docx │ │ ├── ReportingEngine.RestartingListNumberingDynamicallyWhileInsertingDocumentDynamically Gold.docx │ │ ├── ReportingEngine.SelectiveDeletionOfParagraphs Gold.docx │ │ ├── ReportingEngine.SetBackgroundColorDynamically Gold.docx │ │ ├── ReportingEngine.SetChartSeriesColorDynamically Gold.docx │ │ ├── ReportingEngine.SetPointColorDynamically Gold.docx │ │ ├── ReportingEngine.SetTextColorDynamically Gold.docx │ │ ├── ReportingEngine.SourseListNumbering Gold.docx │ │ ├── ReportingEngine.TestBubbleChart Gold.docx │ │ ├── ReportingEngine.TestChart Gold.docx │ │ ├── ReportingEngine.TestDataTable Gold.docx │ │ ├── ReportingEngine.TestLeaveChartSeries Gold.docx │ │ ├── ReportingEngine.TestNestedDataTable Gold.docx │ │ ├── ReportingEngine.TestRemoveChartSeries Gold.docx │ │ ├── ReportingEngine.Total Gold.docx │ │ ├── Shape.OfficeMath Gold.docx │ │ └── StructuredDocumentTag.CustomXml Gold.docx │ ├── HTML help.chm │ ├── Header and footer types.docx │ ├── Heading pairs and titles of parts.docx │ ├── Hebrew text.txt │ ├── Hidden content.docx │ ├── Html with FontFace.html │ ├── Hyperlinks.docx │ ├── Id prefix.docx │ ├── Iframe.htm │ ├── Iframes.html │ ├── Image bullet points.docx │ ├── Images.docx │ ├── Images.html │ ├── Images.pdf │ ├── Images │ │ ├── Barcode.png │ │ ├── Enhanced Windows MetaFile.emf │ │ ├── Graphics Interchange Format.gif │ │ ├── Logo icon.ico │ │ ├── Logo.jpg │ │ ├── Microsoft Visio drawing.vsd │ │ ├── RightF.jpg │ │ ├── Scalable Vector Graphics.svg │ │ ├── Tagged Image File Format.tiff │ │ ├── Transparent background logo.png │ │ ├── WebP image.webp │ │ ├── Windows MetaFile.wmf │ │ └── WrongF.jpg │ ├── Ink object.docx │ ├── JavaScript in HREF.docx │ ├── Korean backslash symbol.docx │ ├── Layout entities.docx │ ├── Legacy control character.doc │ ├── Legacy drop-down.docx │ ├── Legacy fields.doc │ ├── Linked fields.docx │ ├── Linked image.docx │ ├── List destination.docx │ ├── List item.docx │ ├── List of people.csv │ ├── List of people.json │ ├── List of people.xml │ ├── List source.docx │ ├── List with leading zero.docx │ ├── List with the same definition identifier - destination.docx │ ├── List with the same definition identifier - source.docx │ ├── Macro.docm │ ├── Mail merge data - Customers.xml │ ├── Mail merge data - Orders.xml │ ├── Mail merge data - Purchase order.xml │ ├── Mail merge data - Vendors.xml │ ├── Mail merge destination - Northwind employees.docx │ ├── Mail merge destination - Northwind suppliers.docx │ ├── Mail merge destinations - Complex template.docx │ ├── Mail merge destinations - Fax.docx │ ├── Mail merge destinations - Invoice.docx │ ├── Mail merge destinations - LINQ.docx │ ├── Mail merge destinations - Mustache syntax.docx │ ├── Mail merge destinations - Orders.docx │ ├── Mail merge destinations - Registration complete.docx │ ├── Mail merge destinations - Vendor.docx │ ├── Mail merge mustache tags.docx │ ├── Mail merge regions.docx │ ├── Mail merge tables.docx │ ├── Mail merge template.docx │ ├── Mail merge with regions data set.docx │ ├── Mail merge with regions.docx │ ├── Mail merge.doc │ ├── Master document.docx │ ├── Math shapes.docx │ ├── Merged table.docx │ ├── Microsoft equation object.docx │ ├── Missing font.docx │ ├── Missing font.html │ ├── Missing image.html │ ├── Multi-section structured document tags.docx │ ├── MyFonts │ │ ├── AllegroOpen.otf │ │ ├── Amethysta │ │ │ └── Amethysta-Regular.ttf │ │ ├── Arvo-Bold.ttf │ │ ├── Arvo-BoldItalic.ttf │ │ ├── Arvo-Italic.ttf │ │ ├── Arvo-Regular.ttf │ │ ├── Junction │ │ │ ├── static │ │ │ │ ├── Junction-Bold.ttf │ │ │ │ ├── Junction-Light.ttf │ │ │ │ ├── Junction-Medium.ttf │ │ │ │ ├── Junction-Regular.ttf │ │ │ │ └── Junction-SemiBold.ttf │ │ │ └── variable │ │ │ │ └── JunctionVariableGX.ttf │ │ ├── Kreon-Bold.ttf │ │ ├── Kreon-Light.ttf │ │ ├── Kreon-Regular.ttf │ │ ├── NoticiaText-Bold.ttf │ │ ├── NoticiaText-BoldItalic.ttf │ │ ├── NoticiaText-Italic.ttf │ │ ├── NoticiaText-Regular.ttf │ │ ├── Slabo13px-Regular.ttf │ │ ├── Slabo27px-Regular.ttf │ │ ├── Squarish Sans CT Regular.ttf │ │ ├── dinot.otf │ │ ├── dinot.ttf │ │ └── mplus-2m-regular.ttf │ ├── Nested elements.json │ ├── Nested elements.xml │ ├── Nested fields.docx │ ├── Nested tables.docx │ ├── No default editing language.docx │ ├── Northwind traders.docx │ ├── Number detection.txt │ ├── OLE ActiveX controls.docm │ ├── OLE objects.docx │ ├── OLE shape.rtf │ ├── OLE spreadsheet.docm │ ├── Odso data.docx │ ├── Office math.docx │ ├── OpenType text shaping.docx │ ├── PDF artifacts.docx │ ├── Paragraph frame.docx │ ├── Paragraphs.docx │ ├── Pdf Document.pdf │ ├── Phonetic guide.docx │ ├── Presentation.pptx │ ├── Properties.docx │ ├── Protected pdf document.pdf │ ├── Quotes.md │ ├── Radio buttons.docx │ ├── Rendering.docx │ ├── Replace regex.docx │ ├── Replace text with fields.docx │ ├── Report building.docx │ ├── Reporting engine template - Background color (Java).docx │ ├── Reporting engine template - Bubble chart (Java).docx │ ├── Reporting engine template - Bulleted list (Java).docx │ ├── Reporting engine template - Chart (Java).docx │ ├── Reporting engine template - Chart series (Java).docx │ ├── Reporting engine template - Chart series color (Java).docx │ ├── Reporting engine template - Chart with filtering (Java).docx │ ├── Reporting engine template - Common master detail (Java).docx │ ├── Reporting engine template - Contextual object member access (Java).docx │ ├── Reporting engine template - Csv data destination (Java).docx │ ├── Reporting engine template - Data destination with nested elements (Java).docx │ ├── Reporting engine template - Data table (Java).docx │ ├── Reporting engine template - Extension methods (Java).docx │ ├── Reporting engine template - Fields (Java).docx │ ├── Reporting engine template - Header variable (Java).docx │ ├── Reporting engine template - Html (Java).html │ ├── Reporting engine template - If greedy (Java).docx │ ├── Reporting engine template - If-else (Java).docx │ ├── Reporting engine template - Index of (Java).docx │ ├── Reporting engine template - Inserting hyperlinks (Java).docx │ ├── Reporting engine template - JSON data destination (Java).docx │ ├── Reporting engine template - List numbering (Java).docx │ ├── Reporting engine template - Merging table cells dynamically (Java).docx │ ├── Reporting engine template - Multicolored numbered list (Java).docx │ ├── Reporting engine template - Nested data table (Java).docx │ ├── Reporting engine template - Numbered list (Java).docx │ ├── Reporting engine template - Operators (Java).docx │ ├── Reporting engine template - Pie chart (Java).docx │ ├── Reporting engine template - Point color (Java).docx │ ├── Reporting engine template - Remove empty paragraphs (Java).docx │ ├── Reporting engine template - Scatter chart (Java).docx │ ├── Reporting engine template - Selective remove paragraphs.docx │ ├── Reporting engine template - Table row (Java).docx │ ├── Reporting engine template - Table row conditional blocks (Java).docx │ ├── Reporting engine template - Table row greedy (Java).docx │ ├── Reporting engine template - Table with filtering (Java).docx │ ├── Reporting engine template - Text color (Java).docx │ ├── Reporting engine template - Total (Java).docx │ ├── Reporting engine template - Word 2016 Charts (Java).docx │ ├── Reporting engine template - XML data destination (Java).docx │ ├── Revision footnotes.docx │ ├── Revision runs.docx │ ├── Revision shape.docx │ ├── Revisions at list levels.docx │ ├── Revisions.docx │ ├── Rotated cell text.docx │ ├── Rounded rectangle shape.docx │ ├── Section breaks with numbering.docx │ ├── Shadow color.docx │ ├── Shape high dpi.docx │ ├── Shape shadow effect.docx │ ├── Shape stroke pattern border.docx │ ├── Shape with linked chart.docx │ ├── Signature line.docx │ ├── Smart tags.doc │ ├── SmartArt.docx │ ├── Spreadsheet.xlsx │ ├── Stroke gradient outline.docx │ ├── Structured document tag with HTML content.docx │ ├── Structured document tags by id.docx │ ├── Structured document tags with building blocks.docx │ ├── Structured document tags.docx │ ├── Style with alias.docx │ ├── Styles destination.docx │ ├── Styles source.docx │ ├── Styles.docx │ ├── Subdocument.docx │ ├── Table column bookmark.doc │ ├── Table column bookmarks.doc │ ├── Table column bookmarks.docx │ ├── Table of content template.docx │ ├── Table of contents.docx │ ├── Table spanning two pages.docx │ ├── Table with fields.docx │ ├── Table with merged cells.docx │ ├── Table wrapped by text.docx │ ├── Tables.docx │ ├── TestShapesUnsupportedBevel.docx │ ├── TestWarningsForBevels.docx │ ├── TestWarningsForLighting.docx │ ├── TestWarningsForMaterial.docx │ ├── Text positioning operators.docx │ ├── TextBoxes.docx │ ├── Textbox control.docm │ ├── Textboxes in drawing canvas.docx │ ├── Theme colors.docx │ ├── Two color gradient.docx │ ├── UTF-8 characters.rtf │ ├── Unoptimized document.docx │ ├── Unused styles.docx │ ├── VBA project.docm │ ├── VML conditional.htm │ ├── Various fields.docx │ ├── Various shapes.docx │ ├── Vba protected.docm │ ├── Versions.doc │ ├── WMF with image.docx │ ├── WMF with text.docx │ ├── Web extension.docx │ ├── Word document with missing file extension │ ├── Xlsx DateTime.docx │ ├── Xlsx Document.xlsx │ ├── Zip file.zip │ ├── hyph_de_CH.dic │ ├── hyph_en_US.dic │ └── morzal.pfx └── DocsExamples │ ├── Java │ ├── pom.xml │ └── src │ │ └── main │ │ └── java │ │ ├── DocsExamples │ │ ├── DocsExamplesBase.java │ │ ├── Document_explorer │ │ │ ├── About.java │ │ │ ├── AboutForm.form │ │ │ ├── AboutForm.java │ │ │ ├── Dialogs.java │ │ │ ├── DocumentExplorer.java │ │ │ ├── DocumentItems.java │ │ │ ├── ErrorDialog.java │ │ │ ├── ErrorDialogForm.form │ │ │ ├── ErrorDialogForm.java │ │ │ ├── Globals.java │ │ │ ├── Item.java │ │ │ ├── Main.java │ │ │ ├── MainForm.form │ │ │ ├── MainForm.java │ │ │ ├── OpenFileFilter.java │ │ │ ├── SaveDialogChangeListener.java │ │ │ ├── SaveFileFilter.java │ │ │ └── Utils.java │ │ ├── File_formats_and_conversions │ │ │ ├── BaseConversions.java │ │ │ ├── Complex_examples_and_helpers │ │ │ │ └── WorkingWithDocumentInDatabase.java │ │ │ ├── Load_options │ │ │ │ ├── WorkingWithHtmlLoadOptions.java │ │ │ │ ├── WorkingWithLoadOptions.java │ │ │ │ ├── WorkingWithRtfLoadOptions.java │ │ │ │ └── WorkingWithTxtLoadOptions.java │ │ │ ├── Save_options │ │ │ │ ├── WorkingWithDocSaveOptions.java │ │ │ │ ├── WorkingWithHtmlFixedSaveOptions.java │ │ │ │ ├── WorkingWithHtmlSaveOptions.java │ │ │ │ ├── WorkingWithImageSaveOptions.java │ │ │ │ ├── WorkingWithMarkdownSaveOptions.java │ │ │ │ ├── WorkingWithOdtSaveOptions.java │ │ │ │ ├── WorkingWithOoxmlSaveOptions.java │ │ │ │ ├── WorkingWithPclSaveOptions.java │ │ │ │ ├── WorkingWithPdfSaveOptions.java │ │ │ │ ├── WorkingWithRtfSaveOptions.java │ │ │ │ └── WorkingWithTxtSaveOptions.java │ │ │ └── WorkingWithFileFormat.java │ │ ├── Getting_started │ │ │ ├── ApplyLicense.java │ │ │ └── HelloWorld.java │ │ ├── LINQ_Reporting_Engine │ │ │ ├── BaseOperations.java │ │ │ ├── BuildOptions.java │ │ │ ├── Charts.java │ │ │ ├── Lists.java │ │ │ └── Tables.java │ │ ├── Mail_Merge_And_Reporting │ │ │ ├── BaseOperations.java │ │ │ ├── Complex_examples_and_helpers │ │ │ │ ├── ApplyCustomLogicToEmptyRegions.java │ │ │ │ ├── CreateMailMergeTemplate.java │ │ │ │ └── NestedMailMergeCustom.java │ │ │ ├── WorkingWithCleanupOptions.java │ │ │ ├── WorkingWithFields.java │ │ │ └── WorkingWithXmlData.java │ │ ├── Programming_with_documents │ │ │ ├── Contents_management │ │ │ │ ├── ExtractContent.java │ │ │ │ ├── ExtractContentHelper.java │ │ │ │ ├── FindAndReplace.java │ │ │ │ ├── RemoveContent.java │ │ │ │ ├── WorkingWithBookmarks.java │ │ │ │ ├── WorkingWithRanges.java │ │ │ │ ├── WorkingWithSdt.java │ │ │ │ ├── WorkingWithStylesAndThemes.java │ │ │ │ └── WorkingWithTableOfContent.java │ │ │ ├── Protect_or_encrypt_document │ │ │ │ ├── DocumentProtection.java │ │ │ │ └── WorkingWithDigitalSinatures.java │ │ │ ├── Split_documents │ │ │ │ ├── PageSplitter.java │ │ │ │ ├── SplitDocument.java │ │ │ │ └── SplitIntoHtmlPages.java │ │ │ ├── WorkingWithComments.java │ │ │ ├── WorkingWithFields.java │ │ │ ├── WorkingWithFonts.java │ │ │ ├── WorkingWithFootnoteAndEndnote.java │ │ │ ├── WorkingWithFormFields.java │ │ │ ├── WorkingWithHarfBuzz.java │ │ │ ├── WorkingWithHeadersAndFooters.java │ │ │ ├── WorkingWithHyphenation.java │ │ │ ├── WorkingWithList.java │ │ │ ├── WorkingWithMarkdown.java │ │ │ ├── WorkingWithNode.java │ │ │ ├── WorkingWithOleObjectsAndActiveX.java │ │ │ ├── WorkingWithRevisions.java │ │ │ ├── WorkingWithSection.java │ │ │ ├── WorkingWithTextboxes.java │ │ │ ├── WorkingWithVba.java │ │ │ ├── Working_with_document │ │ │ │ ├── AddContentUsingDocumentBuilder.java │ │ │ │ ├── CloneAndCombineDocuments.java │ │ │ │ ├── CompareDocuments.java │ │ │ │ ├── DocumentFormatting.java │ │ │ │ ├── JoinAndAppendDocuments.java │ │ │ │ ├── WorkingWithDocumentOptionsAndSettings.java │ │ │ │ ├── WorkingWithDocumentProperties.java │ │ │ │ └── WorkingWithWebExtension.java │ │ │ ├── Working_with_graphic_elements │ │ │ │ ├── CustomBarcodeGenerator.java │ │ │ │ ├── WorkingWithBarcodeGenerator.java │ │ │ │ ├── WorkingWithCharts.java │ │ │ │ ├── WorkingWithOfficeMath.java │ │ │ │ ├── WorkingWithShapes.java │ │ │ │ └── WorkingWithWatermark.java │ │ │ └── Working_with_tables │ │ │ │ ├── WorkingWithTableStylesAndFormatting.java │ │ │ │ └── WorkingWithTables.java │ │ └── Rendering_and_printing │ │ │ ├── Complex_examples_and_helpers │ │ │ ├── EnumerateLayoutElements.java │ │ │ └── PageLayoutHelper.java │ │ │ ├── PrintDocuments.java │ │ │ └── RenderingShapes.java │ │ └── TestData │ │ ├── Common.java │ │ ├── TestBuilders │ │ ├── ColorItemTestBuilder.java │ │ ├── DocumentTestBuilder.java │ │ ├── ImageTestBuilder.java │ │ └── NumericTestBuilder.java │ │ └── TestClasses │ │ ├── ClientTestClass.java │ │ ├── ColorItemTestClass.java │ │ ├── ContractTestClass.java │ │ ├── DocumentTestClass.java │ │ ├── ImageTestClass.java │ │ ├── ManagerTestClass.java │ │ ├── MessageTestClass.java │ │ ├── NumericTestClass.java │ │ ├── SenderTestClass.java │ │ └── SignPersonTestClass.java │ └── JavaPorting │ ├── CsPorterConfig.xml │ ├── CsPorterReport.xml │ ├── DocsExamplesBase.java │ ├── File_formats_and_conversions │ ├── BaseConversions.java │ ├── Complex_examples_and_helpers │ │ └── WorkingWithDocumentInDatabase.java │ ├── Load_options │ │ ├── WorkingWithHtmlLoadOptions.java │ │ ├── WorkingWithLoadOptions.java │ │ ├── WorkingWithPdfLoadOptions.java │ │ ├── WorkingWithRtfLoadOptions.java │ │ └── WorkingWithTxtLoadOptions.java │ ├── Save_options │ │ ├── Working with DocSaveOptions.java │ │ ├── Working with HtmlFixedSaveOptions.java │ │ ├── Working with HtmlSaveOptions.java │ │ ├── Working with ImageSaveOptions.java │ │ ├── Working with MarkdownSaveOptions.java │ │ ├── Working with OdtSaveOptions.java │ │ ├── Working with OoxmlSaveOptions.java │ │ ├── Working with PclSaveOptions.java │ │ ├── Working with PdfSaveOptions.java │ │ ├── Working with RtfSaveOptions.java │ │ ├── Working with TxtSaveOptions.java │ │ ├── WorkingWithDocSaveOptions.java │ │ ├── WorkingWithHtmlFixedSaveOptions.java │ │ ├── WorkingWithHtmlSaveOptions.java │ │ ├── WorkingWithImageSaveOptions.java │ │ ├── WorkingWithMarkdownSaveOptions.java │ │ ├── WorkingWithOdtSaveOptions.java │ │ ├── WorkingWithOoxmlSaveOptions.java │ │ ├── WorkingWithPclSaveOptions.java │ │ ├── WorkingWithPdfSaveOptions.java │ │ ├── WorkingWithRtfSaveOptions.java │ │ └── WorkingWithTxtSaveOptions.java │ └── WorkingWithFileFormat.java │ ├── Getting_started │ └── ApplyLicense.java │ ├── LINQ_Reporting_Engine │ ├── BaseOperations.java │ ├── BuildOptions.java │ ├── Charts.java │ ├── Helpers │ │ ├── Common.java │ │ └── Data_Source_Objects │ │ │ ├── BackgroundColor.java │ │ │ ├── Client.java │ │ │ ├── Contract.java │ │ │ ├── Manager.java │ │ │ ├── PointData.java │ │ │ └── Sender.java │ ├── Lists.java │ └── Tables.java │ ├── Mail_Merge_And_Reporting │ ├── BaseOperations.java │ ├── Complex_examples_and_helpers │ │ ├── ApplyCustomLogicToEmptyRegions.java │ │ ├── CreateMailMergeTemplate.java │ │ └── NestedMailMergeCustom.java │ ├── WorkingWithCleanupOptions.java │ ├── WorkingWithFields.java │ └── WorkingWithXMLData.java │ ├── Programming_with_documents │ ├── Contents_Management │ │ ├── ExtractContent.java │ │ ├── ExtractContentHelper.java │ │ ├── FindAndReplace.java │ │ ├── RemoveContent.java │ │ ├── WorkingWithBookmarks.java │ │ ├── WorkingWithRanges.java │ │ ├── WorkingWithSDT.java │ │ ├── WorkingWithStylesAndThemes.java │ │ └── WorkingWithTableOfContent.java │ ├── EnableOpenTypeFeatures.java │ ├── Protect_or_encrypt_document │ │ ├── DocumentProtection.java │ │ └── WorkingWithDigitalSinatures.java │ ├── Split_documents │ │ ├── PageSplitter.java │ │ ├── SplitDocument.java │ │ └── SplitIntoHtmlPages.java │ ├── WorkingWithComments.java │ ├── WorkingWithFields.java │ ├── WorkingWithFonts.java │ ├── WorkingWithFootnoteAndEndnote.java │ ├── WorkingWithFormFields.java │ ├── WorkingWithHeadersAndFooters.java │ ├── WorkingWithHyphenation.java │ ├── WorkingWithList.java │ ├── WorkingWithMarkdown.java │ ├── WorkingWithNode.java │ ├── WorkingWithOleObjectsAndActiveX.java │ ├── WorkingWithRevisions.java │ ├── WorkingWithSection.java │ ├── WorkingWithTextboxes.java │ ├── WorkingWithVBAMacros.java │ ├── Working_with_document │ │ ├── AddContentUsingDocumentBuilder.java │ │ ├── CloneAndCombineDocuments.java │ │ ├── CompareDocuments.java │ │ ├── DocumentFormatting.java │ │ ├── JoinAndAppendDocuments.java │ │ ├── WorkingWithDocumentOptionsAndSettings.java │ │ ├── WorkingWithDocumentProperties.java │ │ └── WorkingWithWebExtension.java │ ├── Working_with_graphic_elements │ │ ├── CustomBarcodeGenerator.java │ │ ├── WorkingWithBarcodeGenerator.java │ │ ├── WorkingWithCharts.java │ │ ├── WorkingWithOfficeMath.java │ │ ├── WorkingWithShapes.java │ │ └── WorkingWithWatermark.java │ └── Working_with_tables │ │ ├── WorkingWithTableStylesAndFormatting.java │ │ └── WorkingWithTables.java │ └── Rendering_and_printing │ ├── Complex_examples_and_helpers │ ├── EnumerateLayoutElements.java │ └── PageLayoutHelper.java │ ├── PrintDocuments.java │ └── RenderingShapes.java ├── LICENSE ├── Plugins ├── Aspose-Words-Java-for-NetBeans(Maven) │ ├── LICENSE │ ├── README.md │ ├── Release Notes.html │ └── src │ │ ├── com │ │ └── aspose │ │ │ └── words │ │ │ └── maven │ │ │ ├── Aspose.png │ │ │ ├── AsposeMavenBasicPanelVisual.form │ │ │ ├── AsposeMavenBasicPanelVisual.java │ │ │ ├── AsposeMavenBasicWizardPanel.java │ │ │ ├── AsposeMavenProject.zip │ │ │ ├── AsposeMavenProjectWizardIterator.java │ │ │ ├── AsposeWordsMavenDescription.html │ │ │ ├── Bundle.properties │ │ │ ├── MavenSettings.java │ │ │ ├── artifacts │ │ │ ├── Metadata.java │ │ │ ├── ObjectFactory.java │ │ │ ├── maven-metada.xml │ │ │ └── maven-metadata.xsd │ │ │ ├── examples │ │ │ ├── AsposeExamplePanel.java │ │ │ ├── AsposeExampleWizard.html │ │ │ ├── AsposeExampleWizardIterator.java │ │ │ ├── AsposeExampleWizardPanel.java │ │ │ ├── Bundle.properties │ │ │ └── CustomMutableTreeNode.java │ │ │ └── utils │ │ │ ├── AbstractTask.java │ │ │ ├── AsposeConstants.java │ │ │ ├── AsposeJavaAPI.java │ │ │ ├── AsposeMavenProjectManager.java │ │ │ ├── AsposeWordsJavaAPI.java │ │ │ ├── FormatExamples.java │ │ │ ├── GitHelper.java │ │ │ └── TasksExecutor.java │ │ └── resources │ │ └── long_banner.png ├── Aspose.Words Java for dotCMS │ └── AsposeDotCMSExportToWord.servlet │ │ ├── .gradle │ │ └── 1.8 │ │ │ └── taskArtifacts │ │ │ ├── cache.properties │ │ │ ├── cache.properties.lock │ │ │ ├── fileHashes.bin │ │ │ ├── fileSnapshots.bin │ │ │ ├── outputFileStates.bin │ │ │ └── taskArtifacts.bin │ │ ├── LICENSE │ │ ├── README.md │ │ ├── build.gradle │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── src │ │ └── main │ │ ├── java │ │ └── com │ │ │ └── aspose │ │ │ └── dotcms │ │ │ └── words │ │ │ ├── Activator.java │ │ │ ├── Constants.java │ │ │ ├── ExportToWordServlet.java │ │ │ └── TestFilter.java │ │ └── resources │ │ └── libs │ │ └── aspose-words-16.2.0-jdk16.jar ├── Aspose_Words_Java_for_Docx4j │ ├── LICENSE │ ├── README.md │ ├── pom.xml │ └── src │ │ └── main │ │ ├── java │ │ └── com │ │ │ └── aspose │ │ │ └── words │ │ │ └── examples │ │ │ ├── Utils.java │ │ │ ├── asposefeatures │ │ │ ├── documents │ │ │ │ ├── clonedocuments │ │ │ │ │ └── AsposeCloneDoc.java │ │ │ │ ├── movingcursorindocs │ │ │ │ │ └── AsposeMovingCursor.java │ │ │ │ ├── protectdocuments │ │ │ │ │ └── AsposeProtectDoc.java │ │ │ │ ├── setpageborders │ │ │ │ │ └── AsposePageBorders.java │ │ │ │ ├── trackchanges │ │ │ │ │ └── AsposeTrackChanges.java │ │ │ │ └── usingcontrolcharacters │ │ │ │ │ └── AsposeUseControlCharacters.java │ │ │ ├── loadingsavingandconverting │ │ │ │ ├── checkformatcompatibility │ │ │ │ │ └── AsposeCheckFormatCompatibility.java │ │ │ │ ├── digitalsignature │ │ │ │ │ └── AsposeDigitalSignatures.java │ │ │ │ └── loadtxtfile │ │ │ │ │ └── AsposeLoadTxtFile.java │ │ │ ├── mailmerge │ │ │ │ └── mailmergefromxmldatasource │ │ │ │ │ ├── XMLMailMerge.java │ │ │ │ │ ├── XmlMailMergeDataSet.java │ │ │ │ │ └── XmlMailMergeDataTable.java │ │ │ ├── renderingandprinting │ │ │ │ └── specifydefaultfonts │ │ │ │ │ └── AsposeSpecifyDefaultFontswhileRendering.java │ │ │ └── tables │ │ │ │ ├── autofitsettingstotable │ │ │ │ └── AsposeTableAutoFitSettings.java │ │ │ │ ├── joiningtables │ │ │ │ └── AsposeJoiningTables.java │ │ │ │ ├── repeatheaderrow │ │ │ │ └── AsposeRepeatHeaderRow.java │ │ │ │ └── splittables │ │ │ │ └── AsposeSplittingTables.java │ │ │ └── featurescomparison │ │ │ ├── bookmarks │ │ │ ├── addbookmark │ │ │ │ ├── AsposeBookmarks.java │ │ │ │ └── Docx4jBookmarkAdd.java │ │ │ └── deletebookmark │ │ │ │ ├── AsposeBookmarksDelete.java │ │ │ │ └── Docx4jBookmarksDeleter.java │ │ │ ├── documents │ │ │ ├── accessdocproperties │ │ │ │ ├── AsposeWorkingWithDocProps.java │ │ │ │ └── Docx4jWorkingWithDocProps.java │ │ │ ├── addimage │ │ │ │ ├── AsposeInsertImage.java │ │ │ │ └── Docx4jImageAdd.java │ │ │ ├── addwatermark │ │ │ │ ├── AsposeAddWatermark.java │ │ │ │ └── Docx4jAddWatermark.java │ │ │ ├── comments │ │ │ │ ├── AsposeComments.java │ │ │ │ └── Docx4jCommentsSample.java │ │ │ ├── converttoformats │ │ │ │ ├── AsposeConvertToFormats.java │ │ │ │ ├── Docx4jConvertOutHtml.java │ │ │ │ └── SampleDocument.java │ │ │ ├── converttopdf │ │ │ │ ├── AsposeConvertToFormats.java │ │ │ │ ├── Docx4jConvertToPDF.java │ │ │ │ └── SampleDocument.java │ │ │ ├── createnewdoc │ │ │ │ ├── AsposeNewDocument.java │ │ │ │ └── Docx4jNewDocument.java │ │ │ ├── inserthyperlinks │ │ │ │ ├── AsposeAddHyperlink.java │ │ │ │ └── Docx4jHyperlinks.java │ │ │ ├── inserttableofcontents │ │ │ │ ├── AsposeTableOfContents.java │ │ │ │ └── Docx4jTableOfContents.java │ │ │ └── mergedocs │ │ │ │ ├── AsposeAppendDocs.java │ │ │ │ └── Docx4jMergeDocx.java │ │ │ └── headerfooter │ │ │ ├── addfooter │ │ │ ├── AsposeFooters.java │ │ │ └── Docx4jFooterCreate.java │ │ │ ├── addheader │ │ │ ├── AsposeHeaders.java │ │ │ └── Docx4jHeaderCreate.java │ │ │ └── removeheaderfooter │ │ │ ├── AsposeHeaderFooterRemove.java │ │ │ └── Docx4jHeaderFooterRemove.java │ │ └── resources │ │ └── com │ │ └── aspose │ │ └── words │ │ └── examples │ │ ├── asposefeatures │ │ ├── documents │ │ │ ├── clonedocuments │ │ │ │ └── AsposeCloneDoc │ │ │ │ │ └── document.doc │ │ │ ├── movingcursorindocs │ │ │ │ └── AsposeMovingCursor │ │ │ │ │ └── document.doc │ │ │ ├── protectdocuments │ │ │ │ └── AsposeProtectDoc │ │ │ │ │ └── document.doc │ │ │ └── trackchanges │ │ │ │ └── AsposeTrackChanges │ │ │ │ └── trackDoc.doc │ │ ├── loadingsavingandconverting │ │ │ ├── checkformatcompatibility │ │ │ │ └── AsposeCheckFormatCompatibility │ │ │ │ │ ├── Customers.xml │ │ │ │ │ ├── background.jpg │ │ │ │ │ ├── document.doc │ │ │ │ │ └── document.docx │ │ │ ├── digitalsignature │ │ │ │ └── AsposeDigitalSignatures │ │ │ │ │ └── document.docx │ │ │ └── loadtxtfile │ │ │ │ └── AsposeLoadTxtFile │ │ │ │ └── LoadTxt.txt │ │ ├── mailmerge │ │ │ └── mailmergefromxmldatasource │ │ │ │ └── XMLMailMerge │ │ │ │ ├── Customers.xml │ │ │ │ └── mergeDoc.doc │ │ ├── renderingandprinting │ │ │ └── specifydefaultfonts │ │ │ │ └── AsposeSpecifyDefaultFontswhileRendering │ │ │ │ └── document.doc │ │ └── tables │ │ │ ├── autofitsettingstotable │ │ │ └── AsposeTableAutoFitSettings │ │ │ │ └── tableDoc.doc │ │ │ ├── joiningtables │ │ │ └── AsposeJoiningTables │ │ │ │ └── tableDoc.doc │ │ │ └── splittables │ │ │ └── AsposeSplittingTables │ │ │ └── tableDoc.doc │ │ └── featurescomparison │ │ ├── bookmarks │ │ ├── addbookmark │ │ │ └── Docx4jBookmarkAdd │ │ │ │ └── Docx4j_BookmarkAdd.docx │ │ └── deletebookmark │ │ │ ├── AsposeBookmarksDelete │ │ │ └── Aspose_Bookmark.doc │ │ │ └── Docx4jBookmarksDeleter │ │ │ └── Docx4j_BookmarkAdd.docx │ │ ├── documents │ │ ├── accessdocproperties │ │ │ ├── AsposeWorkingWithDocProps │ │ │ │ └── document.doc │ │ │ └── Docx4jWorkingWithDocProps │ │ │ │ └── document.docx │ │ ├── addimage │ │ │ ├── AsposeInsertImage │ │ │ │ └── background.jpg │ │ │ └── Docx4jImageAdd │ │ │ │ └── java_logo.png │ │ ├── addwatermark │ │ │ ├── AsposeAddWatermark │ │ │ │ └── document.doc │ │ │ └── Docx4jAddWatermark │ │ │ │ └── greentick.png │ │ ├── comments │ │ │ └── Docx4jCommentsSample │ │ │ │ └── Docx4j_CommentsSample.docx │ │ ├── converttoformats │ │ │ ├── AsposeConvertToFormats │ │ │ │ └── document.doc │ │ │ └── Docx4jConvertOutHtml │ │ │ │ └── document.docx │ │ ├── converttopdf │ │ │ ├── AsposeConvertToFormats │ │ │ │ └── document.doc │ │ │ └── Docx4jConvertToPDF │ │ │ │ └── document.docx │ │ └── mergedocs │ │ │ ├── AsposeAppendDocs │ │ │ ├── doc1.doc │ │ │ └── doc2.doc │ │ │ └── Docx4jMergeDocx │ │ │ ├── doc1.docx │ │ │ └── doc2.docx │ │ └── headerfooter │ │ ├── addfooter │ │ └── Docx4jFooterCreate │ │ │ └── java_logo.png │ │ ├── addheader │ │ └── Docx4jHeaderCreate │ │ │ └── java_logo.png │ │ └── removeheaderfooter │ │ ├── AsposeHeaderFooterRemove │ │ └── AsposeHeaderFooter.docx │ │ └── Docx4jHeaderFooterRemove │ │ └── Docx4jHeaderFooter.docx ├── Aspose_Words_Java_for_Eclipse_Maven │ ├── AsposeWordsEclipseFeature │ │ ├── .project │ │ ├── build.properties │ │ └── feature.xml │ ├── AsposeWordsEclipsePlugin │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── build.properties │ │ ├── plugin.xml │ │ ├── resources │ │ │ ├── Aspose.png │ │ │ ├── classpath-template.txt │ │ │ ├── long_banner.png │ │ │ ├── org-eclipse-jdt-core.txt │ │ │ └── pom-xml-template.txt │ │ └── src │ │ │ ├── com │ │ │ └── aspose │ │ │ │ └── words │ │ │ │ ├── Activator.java │ │ │ │ ├── MavenSettings.java │ │ │ │ └── maven │ │ │ │ ├── AsposeMavenProjectSupport.java │ │ │ │ ├── AsposeMavenProjectWizard.java │ │ │ │ ├── AsposeMavenProjectWizardPage.java │ │ │ │ ├── artifacts │ │ │ │ ├── Metadata.java │ │ │ │ ├── ObjectFactory.java │ │ │ │ ├── maven-metada.xml │ │ │ │ └── maven-metadata.xsd │ │ │ │ ├── examples │ │ │ │ ├── AsposeExampleSupport.java │ │ │ │ ├── AsposeExampleWizard.java │ │ │ │ └── AsposeExampleWizardPage.java │ │ │ │ └── utils │ │ │ │ ├── AsposeConstants.java │ │ │ │ ├── AsposeJavaAPI.java │ │ │ │ ├── AsposeMavenProjectManager.java │ │ │ │ ├── AsposeWordsJavaAPI.java │ │ │ │ ├── FormatExamples.java │ │ │ │ ├── GitHelper.java │ │ │ │ └── MavenSettings.java │ │ │ └── org │ │ │ └── eclipse │ │ │ └── wb │ │ │ └── swt │ │ │ └── SWTResourceManager.java │ ├── AsposeWordsEclipseSite │ │ ├── .project │ │ └── site.xml │ ├── LICENSE │ ├── README.md │ └── Release Notes.html ├── Aspose_Words_Java_for_IntelliJ(Maven) │ ├── .idea │ │ ├── .name │ │ ├── compiler.xml │ │ ├── copyright │ │ │ ├── Aspose_Pty_Ltd.xml │ │ │ └── profiles_settings.xml │ │ ├── dictionaries │ │ │ └── Adeel_Ilyas.xml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── scopes │ │ │ └── scope_settings.xml │ │ ├── uiDesigner.xml │ │ ├── vcs.xml │ │ └── workspace.xml │ ├── Aspose.Words Java for IntelliJ (Maven).iml │ ├── META-INF │ │ └── plugin.xml │ ├── README.md │ ├── lib │ │ └── org.eclipse.jgit-3.4.1.201406201815-r.jar │ └── src │ │ ├── Bundle.properties │ │ ├── com │ │ └── aspose │ │ │ ├── examples │ │ │ ├── AsposeExampleAction.java │ │ │ ├── AsposeExampleCallback.java │ │ │ ├── AsposeExampleDialog.java │ │ │ ├── AsposeExamplePanel.java │ │ │ └── CustomMutableTreeNode.java │ │ │ ├── maven │ │ │ └── apis │ │ │ │ └── artifacts │ │ │ │ ├── Metadata.java │ │ │ │ ├── ObjectFactory.java │ │ │ │ ├── maven-metada.xml │ │ │ │ └── maven-metadata.xsd │ │ │ ├── utils │ │ │ ├── AsposeConstants.java │ │ │ ├── AsposeJavaAPI.java │ │ │ ├── AsposeMavenProjectManager.java │ │ │ ├── AsposeMavenUtil.java │ │ │ ├── AsposeWordsJavaAPI.java │ │ │ ├── FormatExamples.java │ │ │ ├── GitHelper.java │ │ │ └── execution │ │ │ │ ├── CallBackHandler.java │ │ │ │ ├── ModalTaskImpl.java │ │ │ │ └── RunnableHelper.java │ │ │ └── wizards │ │ │ └── maven │ │ │ ├── AsposeIntroWizardStep.java │ │ │ ├── AsposeMavenModuleBuilder.java │ │ │ ├── AsposeMavenModuleBuilderHelper.java │ │ │ ├── AsposeMavenModuleWizardStep.form │ │ │ ├── AsposeMavenModuleWizardStep.java │ │ │ ├── CreateMavenProjectCallback.java │ │ │ ├── DownloadExamplesCallback.java │ │ │ └── MavenId.java │ │ ├── icons │ │ └── AsposeIcons.java │ │ └── resources │ │ ├── aspose.png │ │ ├── asposeMedium.png │ │ ├── asposeSmall.png │ │ ├── long_bannerIntelliJ.png │ │ └── maven │ │ ├── compiler.xml │ │ └── untitled.iml ├── Aspose_Words_Java_for_Jython │ ├── LICENSE │ ├── README.md │ ├── asposewords │ │ ├── __init__.py │ │ ├── loading_saving │ │ │ ├── CheckFormat.py │ │ │ ├── ConvertToFormats.py │ │ │ ├── DigitalSignatures.py │ │ │ └── LoadTxtFile.py │ │ ├── programming_documents │ │ │ ├── AddWatermark.py │ │ │ ├── AppendDocument.py │ │ │ ├── AutoFitTables.py │ │ │ ├── Bookmarks.py │ │ │ ├── CloneDocument.py │ │ │ ├── ExtractContent.py │ │ │ ├── ExtractContentBasedOnStyles.py │ │ │ ├── InsertBarcode.py │ │ │ ├── InsertImage.py │ │ │ ├── InsertNestedFields.py │ │ │ ├── JoiningTables.py │ │ │ ├── MovingCursor.py │ │ │ ├── PageBorders.py │ │ │ ├── ProcessComments.py │ │ │ ├── ProtectDocument.py │ │ │ ├── RemoveBreaks.py │ │ │ ├── RemoveField.py │ │ │ ├── SplitTables.py │ │ │ └── TrackChanges.py │ │ ├── quickstart │ │ │ ├── AppendDocuments.py │ │ │ ├── ApplyLicense.py │ │ │ ├── DocToPdf.py │ │ │ ├── FindAndReplace.py │ │ │ ├── HelloWorld.py │ │ │ ├── LoadAndSaveToDisk.py │ │ │ ├── LoadAndSaveToStream.py │ │ │ ├── SimpleMailMerge.py │ │ │ ├── UpdateFields.py │ │ │ └── WorkingWithNodes.py │ │ └── rendering_printing │ │ │ ├── RenderShapes.py │ │ │ └── SaveAsMultipageTiff.py │ ├── data │ │ ├── loading_saving │ │ │ ├── CheckFormat │ │ │ │ ├── Test File (JPG).jpg │ │ │ │ ├── Test File (MHTML).mhtml │ │ │ │ ├── Test File (WordML).xml │ │ │ │ ├── Test File (XML).xml │ │ │ │ ├── Test File (doc).doc │ │ │ │ ├── Test File (docm).docm │ │ │ │ ├── Test File (docx).docx │ │ │ │ ├── Test File (dot).dot │ │ │ │ ├── Test File (dotx).dotx │ │ │ │ ├── Test File (enc).doc │ │ │ │ ├── Test File (enc).docx │ │ │ │ ├── Test File (odt).odt │ │ │ │ ├── Test File (pre97).doc │ │ │ │ └── Test File (rtf).rtf │ │ │ ├── LoadTxt.txt │ │ │ └── document.doc │ │ ├── programming_documents │ │ │ ├── RemoveField.doc │ │ │ ├── Template.doc │ │ │ ├── TestDefect1352.doc │ │ │ ├── TestFile.Destination.doc │ │ │ ├── TestFile.Source.doc │ │ │ ├── TestFile.doc │ │ │ ├── TestRemoveBreaks.doc │ │ │ ├── background.jpg │ │ │ ├── barcode.png │ │ │ ├── document.doc │ │ │ ├── tableDoc.doc │ │ │ └── trackDoc.doc │ │ ├── quickstart │ │ │ ├── Document.doc │ │ │ ├── MailMerge.doc │ │ │ ├── ReplaceSimple.doc │ │ │ ├── TestFile.Destination.doc │ │ │ ├── TestFile.Source.doc │ │ │ └── TestFile.doc │ │ └── rendering_printing │ │ │ ├── TestFile.doc │ │ │ └── TestFile.docx │ └── setup.py ├── Aspose_Words_Java_for_PHP │ ├── README.md │ ├── index.php │ └── src │ │ ├── loadingandsaving │ │ ├── checkformat │ │ │ └── php │ │ │ │ └── CheckFormat.php │ │ └── pagessplitter │ │ │ └── documentpagesplitter │ │ │ ├── DocumentPageSplitter.php │ │ │ ├── PageNumberFinder.php │ │ │ ├── PageSplitter.php │ │ │ └── SectionSplitter.php │ │ ├── mailmergeandreporting │ │ ├── applycustomlogictoemptyregions │ │ │ ├── data │ │ │ │ └── TestFile.doc │ │ │ └── php │ │ │ │ └── ApplyCustomLogicToEmptyRegions.php │ │ └── mailmergeformfields │ │ │ ├── data │ │ │ └── Template.doc │ │ │ └── php │ │ │ └── MailMergeFormFields.php │ │ ├── programmingwithdocuments │ │ ├── joiningandappending │ │ │ ├── data │ │ │ │ ├── TestFile.Destination.doc │ │ │ │ ├── TestFile.DestinationList.doc │ │ │ │ ├── TestFile.Source.doc │ │ │ │ ├── TestFile.SourceList.doc │ │ │ │ └── TestFile.SourcePageSetup.doc │ │ │ └── php │ │ │ │ └── AppendDocument.php │ │ ├── usingfindandreplace │ │ │ └── findandhighlight │ │ │ │ ├── data │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ └── FindAndHighlight.php │ │ ├── workingwithbookmarks │ │ │ ├── copybookmarkedtext │ │ │ │ ├── data │ │ │ │ │ └── Template.doc │ │ │ │ └── php │ │ │ │ │ └── CopyBookmarkedText.php │ │ │ └── untanglerowbookmarks │ │ │ │ ├── data │ │ │ │ └── TestDefect1352.doc │ │ │ │ └── php │ │ │ │ └── UntangleRowBookmarks.php │ │ ├── workingwithcomments │ │ │ └── processcomments │ │ │ │ ├── data │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ └── ProcessComments.php │ │ ├── workingwithdocument │ │ │ ├── extractcontent │ │ │ │ ├── data │ │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ │ └── ExtractContent.php │ │ │ └── removebreaks │ │ │ │ ├── data │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ └── RemoveBreaks.php │ │ ├── workingwithfields │ │ │ ├── Insertnestedfields │ │ │ │ └── php │ │ │ │ │ └── InsertNestedFields.php │ │ │ ├── removefield │ │ │ │ ├── data │ │ │ │ │ └── Field.RemoveField.doc │ │ │ │ └── php │ │ │ │ │ └── RemoveField.php │ │ │ └── replacefieldswithstatictext │ │ │ │ └── php │ │ │ │ └── ReplaceFieldsWithStaticText.php │ │ ├── workingwithimages │ │ │ ├── addwatermark │ │ │ │ ├── data │ │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ │ └── AddWatermark.php │ │ │ └── compressimages │ │ │ │ ├── data │ │ │ │ └── Test.docx │ │ │ │ └── php │ │ │ │ └── CompressImages.php │ │ ├── workingwithstyles │ │ │ └── extractcontentbasedonstyles │ │ │ │ ├── data │ │ │ │ └── TestFile.doc │ │ │ │ └── php │ │ │ │ └── ExtractContentBasedOnStyles.php │ │ └── workingwithtables │ │ │ ├── data │ │ │ └── TestFile.doc │ │ │ └── php │ │ │ └── AutoFitTables.php │ │ └── quickstart │ │ ├── appenddocuments │ │ ├── data │ │ │ ├── TestFile.Destination.doc │ │ │ └── TestFile.Source.doc │ │ └── php │ │ │ └── AppendDocuments.php │ │ ├── applylicense │ │ └── php │ │ │ └── ApplyLicense.php │ │ ├── findandreplace │ │ ├── data │ │ │ └── ReplaceSimple.doc │ │ └── php │ │ │ └── FindAndReplace.php │ │ ├── helloworld │ │ └── php │ │ │ └── HelloWorld.php │ │ ├── loadandsavetodisk │ │ ├── data │ │ │ └── Document.doc │ │ └── php │ │ │ └── LoadAndSaveToDisk.php │ │ ├── loadandsavetostream │ │ ├── data │ │ │ └── Document.doc │ │ └── php │ │ │ └── LoadAndSaveToStream.php │ │ ├── simplemailmerge │ │ ├── data │ │ │ └── Template.doc │ │ └── php │ │ │ └── SimpleMailMerge.php │ │ ├── updatefields │ │ └── php │ │ │ └── UpdateFields.php │ │ └── workingwithnodes │ │ └── php │ │ └── WorkingWithNodes.php ├── Aspose_Words_Java_for_Python │ ├── default.py │ ├── loadingandsaving │ │ ├── __init__.py │ │ └── __init__.pyc │ ├── mailmergeandreporting │ │ ├── __init__.py │ │ └── __init__.pyc │ ├── programmingwithdocuments │ │ ├── __init__.py │ │ └── __init__.pyc │ ├── quickstart │ │ ├── __init__.py │ │ └── __init__.pyc │ └── tests │ │ ├── loadandsaving │ │ └── checkformat │ │ │ ├── CheckFormat.py │ │ │ └── data │ │ │ ├── Test File (HTML).html │ │ │ ├── Test File (JPG).jpg │ │ │ ├── Test File (MHTML).mhtml │ │ │ ├── Test File (WordML).xml │ │ │ ├── Test File (XML).xml │ │ │ ├── Test File (doc).doc │ │ │ ├── Test File (docm).docm │ │ │ ├── Test File (docx).docx │ │ │ ├── Test File (dot).dot │ │ │ ├── Test File (dotx).dotx │ │ │ ├── Test File (enc).doc │ │ │ ├── Test File (enc).docx │ │ │ ├── Test File (odt).odt │ │ │ ├── Test File (pre97).doc │ │ │ └── Test File (rtf).rtf │ │ ├── mailmergeandreporting │ │ └── mailmergeformfields │ │ │ ├── MailMergeFormFields.py │ │ │ └── data │ │ │ └── Template.doc │ │ ├── programmingwithdocuments │ │ ├── joiningandappending │ │ │ ├── AppendDocument.py │ │ │ └── data │ │ │ │ ├── TestFile.Destination.doc │ │ │ │ ├── TestFile.DestinationList.doc │ │ │ │ ├── TestFile.Source.doc │ │ │ │ ├── TestFile.SourceList.doc │ │ │ │ └── TestFile.SourcePageSetup.doc │ │ ├── workingwithbookmarks │ │ │ ├── copybookmarkedtext │ │ │ │ ├── CopyBookmarkedText.py │ │ │ │ └── data │ │ │ │ │ └── Template.doc │ │ │ └── untanglerowbookmarks │ │ │ │ ├── UntangleRowBookmarks.py │ │ │ │ └── data │ │ │ │ └── TestDefect1352.doc │ │ ├── workingwithcomments │ │ │ └── processcomments │ │ │ │ └── ProcessComments │ │ │ │ ├── ProcessComments.py │ │ │ │ └── data │ │ │ │ └── TestFile.doc │ │ ├── workingwithdocument │ │ │ ├── extractcontent │ │ │ │ ├── ExtractContent.py │ │ │ │ └── data │ │ │ │ │ └── TestFile.doc │ │ │ └── removebreaks │ │ │ │ ├── RemoveBreaks.py │ │ │ │ └── data │ │ │ │ └── TestFile.doc │ │ ├── workingwithfields │ │ │ ├── insertnestedfields │ │ │ │ └── InsertNestedFields.py │ │ │ └── removefield │ │ │ │ ├── RemoveField.py │ │ │ │ └── data │ │ │ │ └── Field.RemoveField.doc │ │ ├── workingwithimages │ │ │ └── addwatermark │ │ │ │ ├── AddWatermark.py │ │ │ │ └── data │ │ │ │ └── TestFile.doc │ │ ├── workingwithstyles │ │ │ └── extractcontentbasedonstyles │ │ │ │ ├── ExtractContentBasedOnStyles.py │ │ │ │ └── data │ │ │ │ └── TestFile.doc │ │ └── workingwithtables │ │ │ └── autofittables │ │ │ ├── AutoFitTables.py │ │ │ └── data │ │ │ └── TestFile.doc │ │ └── quickstart │ │ ├── HelloWorld │ │ └── HelloWorld.py │ │ ├── LoadAndsaveToStream │ │ ├── LoadAndSaveToStream.py │ │ └── data │ │ │ └── Document.doc │ │ ├── appenddocument │ │ ├── appenddocument.py │ │ └── data │ │ │ ├── TestFile.Destination.doc │ │ │ └── TestFile.Source.doc │ │ ├── applylicense │ │ └── ApplyLicense.py │ │ ├── doc2pdf │ │ ├── data │ │ │ └── Template.doc │ │ └── doc2pdf.py │ │ ├── findandreplace │ │ ├── data │ │ │ └── ReplaceSimple.doc │ │ └── findandreplace.py │ │ ├── loadandsavetodisk │ │ ├── LoadAndSaveToDisk.py │ │ └── data │ │ │ └── Document.doc │ │ ├── simplemailmerge │ │ ├── SimpleMailMerge.py │ │ └── data │ │ │ └── Template.doc │ │ ├── updatefields │ │ └── UpdateFields.py │ │ └── workingwithnodes │ │ └── WorkingWithNodes.py ├── Aspose_Words_Java_for_Ruby │ ├── Gempackage │ ├── LICENSE │ ├── README.md │ ├── Rakefile │ ├── asposewordsjavaforruby.gemspec │ ├── config │ │ └── aspose.yml │ ├── data │ │ ├── Field.RemoveField.doc │ │ ├── LoadTxt.txt │ │ ├── Template.doc │ │ ├── Test.Styles.doc │ │ ├── TestAutofittables.doc │ │ ├── TestComments.doc │ │ ├── TestCompressImages.docx │ │ ├── TestFile.doc │ │ ├── TestWatermark.doc │ │ ├── bookmarks │ │ │ ├── Template.doc │ │ │ └── TestDefect1352.doc │ │ ├── document │ │ │ ├── TestFile.doc │ │ │ └── TestRemoveBreaks.doc │ │ ├── joiningandappending │ │ │ ├── TestFile.Destination.doc │ │ │ ├── TestFile.DestinationList.doc │ │ │ ├── TestFile.Source.doc │ │ │ ├── TestFile.SourceList.doc │ │ │ └── TestFile.SourcePageSetup.doc │ │ ├── mailmerge │ │ │ ├── Template.doc │ │ │ └── TestFile.doc │ │ └── quickstart │ │ │ ├── Document.doc │ │ │ ├── HelloWorld.docx │ │ │ ├── MailMerge.doc │ │ │ ├── ReplaceSimple.doc │ │ │ ├── TestFile.Destination.doc │ │ │ └── TestFile.Source.doc │ ├── jars │ │ └── README.md │ ├── lib │ │ ├── asposewordsjavaforruby.rb │ │ └── asposewordsjavaforruby │ │ │ ├── addwatermark.rb │ │ │ ├── appenddoc.rb │ │ │ ├── appenddocument.rb │ │ │ ├── applylicense.rb │ │ │ ├── asposewordsjava.rb │ │ │ ├── autofittables.rb │ │ │ ├── bookmarks.rb │ │ │ ├── checkformat.rb │ │ │ ├── compressimages.rb │ │ │ ├── doc2pdf.rb │ │ │ ├── doctohtml.rb │ │ │ ├── extractcontent.rb │ │ │ ├── findandreplace.rb │ │ │ ├── helloworld.rb │ │ │ ├── imagetopdf.rb │ │ │ ├── insertnestedfields.rb │ │ │ ├── loadandsavetodisk.rb │ │ │ ├── loadandsavetostream.rb │ │ │ ├── loadtxt.rb │ │ │ ├── mergefield.rb │ │ │ ├── nodes.rb │ │ │ ├── processcomments.rb │ │ │ ├── removebreaks.rb │ │ │ ├── removefield.rb │ │ │ ├── saveasmultipagetiff.rb │ │ │ ├── simplemailmerge.rb │ │ │ ├── styles.rb │ │ │ ├── updatefields.rb │ │ │ └── version.rb │ └── licensefile │ │ └── README.md ├── Aspose_Words_for_Apache_POI │ ├── LICENSE │ ├── README.md │ ├── pom.xml │ └── src │ │ └── main │ │ ├── java │ │ └── com │ │ │ └── aspose │ │ │ └── words │ │ │ └── examples │ │ │ ├── Utils.java │ │ │ ├── asposefeatures │ │ │ ├── mailmerge │ │ │ │ └── mailmergefromxmldatasource │ │ │ │ │ ├── XMLMailMerge.java │ │ │ │ │ ├── XmlMailMergeDataSet.java │ │ │ │ │ └── XmlMailMergeDataTable.java │ │ │ ├── workingwithbarcode │ │ │ │ └── insertbarcodeoneachpage │ │ │ │ │ └── AsposeInsertBarcodeOnEachPage.java │ │ │ ├── workingwithdocument │ │ │ │ ├── addwatermark │ │ │ │ │ └── AsposeWatermarks.java │ │ │ │ ├── appenddoc │ │ │ │ │ └── AsposeAppendDocs.java │ │ │ │ ├── checkformatcompatibility │ │ │ │ │ └── AsposeCheckFormatCompatibility.java │ │ │ │ ├── clonedoc │ │ │ │ │ └── AsposeCloneDoc.java │ │ │ │ ├── insertpicture │ │ │ │ │ └── AsposeInsertImage.java │ │ │ │ ├── loadtxtfile │ │ │ │ │ └── AsposeLoadTxtFile.java │ │ │ │ ├── movingcursor │ │ │ │ │ └── AsposeMovingCursor.java │ │ │ │ ├── protectdoc │ │ │ │ │ └── AsposeProtectDoc.java │ │ │ │ ├── setpageborders │ │ │ │ │ └── AsposePageBorders.java │ │ │ │ ├── trackchanges │ │ │ │ │ └── AsposeTrackChanges.java │ │ │ │ ├── workingwithbookmarks │ │ │ │ │ └── AsposeBookmarks.java │ │ │ │ └── workingwithdigitalsignature │ │ │ │ │ └── AsposeDigitalSignatures.java │ │ │ ├── workingwithfields │ │ │ │ ├── insertfieldsindoc │ │ │ │ │ └── AsposeInsertFields.java │ │ │ │ └── removefields │ │ │ │ │ └── AsposeRemoveFields.java │ │ │ ├── workingwithtables │ │ │ │ ├── autofitsettingstotable │ │ │ │ │ └── AsposeTableAutoFitSettings.java │ │ │ │ ├── joiningtables │ │ │ │ │ └── AsposeJoiningTables.java │ │ │ │ └── splittables │ │ │ │ │ └── AsposeSplittingTables.java │ │ │ └── workingwithtext │ │ │ │ ├── extractcomments │ │ │ │ └── AsposeExtractComments.java │ │ │ │ ├── findnreplacetxt │ │ │ │ └── AsposeFindnReplace.java │ │ │ │ ├── insertcomments │ │ │ │ └── AsposeInsertComments.java │ │ │ │ ├── removecomments │ │ │ │ └── AsposeRemoveComments.java │ │ │ │ ├── specifydefaultfonts │ │ │ │ └── AsposeSpecifyDefaultFontswhileRendering.java │ │ │ │ └── usingcontrolcharacters │ │ │ │ └── AsposeUseControlCharacters.java │ │ │ └── featurescomparison │ │ │ ├── converter │ │ │ ├── ApacheConvertToFormats.java │ │ │ └── AsposeConvertToFormats.java │ │ │ ├── document │ │ │ ├── ApacheDocumentProperties.java │ │ │ ├── ApacheFormattedText.java │ │ │ ├── ApacheNewDocument.java │ │ │ ├── ApacheOpenExistingDoc.java │ │ │ ├── ApacheSaveDocument.java │ │ │ ├── AsposeDocumentProperties.java │ │ │ ├── AsposeFormattedText.java │ │ │ ├── AsposeNewDocument.java │ │ │ ├── AsposeOpenExistingDoc.java │ │ │ └── AsposeSaveDocument.java │ │ │ ├── headerfooter │ │ │ ├── ApacheFooters.java │ │ │ ├── ApacheHeaders.java │ │ │ ├── AsposeFooters.java │ │ │ └── AsposeHeaders.java │ │ │ ├── images │ │ │ ├── ApacheExtractImages.java │ │ │ ├── ApacheInsertImage.java │ │ │ ├── AsposeExtractImages.java │ │ │ └── AsposeInsertImage.java │ │ │ ├── ranges │ │ │ ├── ApacheDeleteRange.java │ │ │ ├── ApacheInsert.java │ │ │ ├── ApacheRanges.java │ │ │ ├── AsposeDeleteRange.java │ │ │ ├── AsposeInsert.java │ │ │ └── AsposeRanges.java │ │ │ └── tables │ │ │ ├── ApacheCreateTable.java │ │ │ ├── ApacheFormattedTable.java │ │ │ ├── AsposeCreateTable.java │ │ │ └── AsposeFormatedTable.java │ │ └── resources │ │ └── com │ │ └── aspose │ │ └── words │ │ └── examples │ │ ├── asposefeatures │ │ ├── mailmerge │ │ │ └── mailmergefromxmldatasource │ │ │ │ └── XMLMailMerge │ │ │ │ ├── Customers.xml │ │ │ │ └── mergeDoc.doc │ │ ├── workingwithbarcode │ │ │ └── insertbarcodeoneachpage │ │ │ │ └── AsposeInsertBarcodeOnEachPage │ │ │ │ └── barcode.png │ │ ├── workingwithdocument │ │ │ ├── addwatermark │ │ │ │ └── AsposeWatermarks │ │ │ │ │ └── document.doc │ │ │ ├── appenddoc │ │ │ │ └── AsposeAppendDocs │ │ │ │ │ ├── doc1.doc │ │ │ │ │ └── doc2.doc │ │ │ ├── checkformatcompatibility │ │ │ │ └── AsposeCheckFormatCompatibility │ │ │ │ │ ├── document.doc │ │ │ │ │ └── document.docx │ │ │ ├── clonedoc │ │ │ │ └── AsposeCloneDoc │ │ │ │ │ └── document.doc │ │ │ ├── insertpicture │ │ │ │ └── AsposeInsertImage │ │ │ │ │ └── background.jpg │ │ │ ├── loadtxtfile │ │ │ │ └── AsposeLoadTxtFile │ │ │ │ │ └── LoadTxt.txt │ │ │ ├── movingcursor │ │ │ │ └── AsposeMovingCursor │ │ │ │ │ └── document.doc │ │ │ ├── protectdoc │ │ │ │ └── AsposeProtectDoc │ │ │ │ │ └── document.doc │ │ │ ├── trackchanges │ │ │ │ └── AsposeTrackChanges │ │ │ │ │ └── trackDoc.doc │ │ │ └── workingwithdigitalsignature │ │ │ │ └── AsposeDigitalSignatures │ │ │ │ └── document.docx │ │ ├── workingwithtables │ │ │ ├── autofitsettingstotable │ │ │ │ └── AsposeTableAutoFitSettings │ │ │ │ │ └── tableDoc.doc │ │ │ ├── joiningtables │ │ │ │ └── AsposeJoiningTables │ │ │ │ │ └── tableDoc.doc │ │ │ └── splittables │ │ │ │ └── AsposeSplittingTables │ │ │ │ └── tableDoc.doc │ │ └── workingwithtext │ │ │ ├── extractcomments │ │ │ └── AsposeExtractComments │ │ │ │ └── AsposeComments.docx │ │ │ ├── findnreplacetxt │ │ │ └── AsposeFindnReplace │ │ │ │ └── replaceDoc.doc │ │ │ ├── removecomments │ │ │ └── AsposeRemoveComments │ │ │ │ └── AsposeComments.docx │ │ │ └── specifydefaultfonts │ │ │ └── AsposeSpecifyDefaultFontswhileRendering │ │ │ └── document.doc │ │ └── featurescomparison │ │ ├── converter │ │ ├── ApacheConvertToFormats │ │ │ └── document.doc │ │ └── AsposeConvertToFormats │ │ │ └── document.doc │ │ ├── document │ │ ├── ApacheDocumentProperties │ │ │ └── document.doc │ │ ├── ApacheOpenExistingDoc │ │ │ └── document.doc │ │ ├── AsposeDocumentProperties │ │ │ └── document.doc │ │ └── AsposeOpenExistingDoc │ │ │ └── document.doc │ │ ├── headerfooter │ │ ├── ApacheFooters │ │ │ └── AsposeFooter.doc │ │ └── ApacheHeaders │ │ │ └── AsposeHeader.doc │ │ ├── images │ │ ├── ApacheExtractImages │ │ │ └── document.doc │ │ ├── ApacheInsertImage │ │ │ └── aspose.jpg │ │ ├── AsposeExtractImages │ │ │ └── document.doc │ │ └── AsposeInsertImage │ │ │ └── background.jpg │ │ └── ranges │ │ ├── ApacheDeleteRange │ │ └── document.doc │ │ ├── ApacheInsert │ │ └── document.doc │ │ ├── ApacheRanges │ │ └── document.doc │ │ ├── AsposeDeleteRange │ │ └── document.doc │ │ ├── AsposeInsert │ │ ├── background.jpg │ │ └── document.doc │ │ └── AsposeRanges │ │ └── document.doc └── Aspose_Words_for_Struts │ ├── .classpath │ ├── .project │ ├── README.md │ ├── pom.xml │ └── src │ └── main │ ├── java │ └── com │ │ └── books │ │ ├── AsposeAPIHelper.java │ │ ├── BookActions.java │ │ ├── BookForm.java │ │ ├── Books.java │ │ └── ShowBooks.java │ └── webapp │ ├── WEB-INF │ ├── struts-config.xml │ └── web.xml │ ├── images │ └── aspose-struts-logo.jpg │ └── jsp │ └── books │ ├── addbook.jsp │ ├── books.jsp │ ├── editbook.jsp │ └── index.jsp └── README.md /Examples/ApiExamples/JavaPorting/ExamplesComparison.cmp7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/ApiExamples/JavaPorting/ExamplesComparison.cmp7 -------------------------------------------------------------------------------- /Examples/ApiExamples/JavaPorting/JavaPorting, Examples.foldercomparison: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/ApiExamples/JavaPorting/JavaPorting, Examples.foldercomparison -------------------------------------------------------------------------------- /Examples/ApiExamples/JavaPorting/PortExamplesComparison.cmp7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/ApiExamples/JavaPorting/PortExamplesComparison.cmp7 -------------------------------------------------------------------------------- /Examples/ApiExamples/JavaPorting/readme.txt: -------------------------------------------------------------------------------- 1 | This folder is used in autoporting process of Examples to Java. 2 | The process works exactly as porting of Manual classes in AW: 3 | 1. Raw autoported code is saved here to X:\awuex\Examples\JavaPorting. 4 | 2. After then the code should be manually merged into X:\awuex\Examples\Java. 5 | -------------------------------------------------------------------------------- /Examples/Data/Absolute position tab.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Absolute position tab.docx -------------------------------------------------------------------------------- /Examples/Data/ActiveX controls.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/ActiveX controls.docx -------------------------------------------------------------------------------- /Examples/Data/Alte DIN 1451 Mittelschrift.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Alte DIN 1451 Mittelschrift.ttf -------------------------------------------------------------------------------- /Examples/Data/Asian typography.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Asian typography.docx -------------------------------------------------------------------------------- /Examples/Data/Azw3 document.azw3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Azw3 document.azw3 -------------------------------------------------------------------------------- /Examples/Data/Background images (word to pdf).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Background images (word to pdf).pdf -------------------------------------------------------------------------------- /Examples/Data/Background images.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Background images.docx -------------------------------------------------------------------------------- /Examples/Data/Bibliography sources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Bibliography sources.docx -------------------------------------------------------------------------------- /Examples/Data/Bibliography.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Bibliography.docx -------------------------------------------------------------------------------- /Examples/Data/Big document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Big document.docx -------------------------------------------------------------------------------- /Examples/Data/Blank pages.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Blank pages.docx -------------------------------------------------------------------------------- /Examples/Data/Blank.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Blank.docx -------------------------------------------------------------------------------- /Examples/Data/Bookmarks in headers and footers.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Bookmarks in headers and footers.docx -------------------------------------------------------------------------------- /Examples/Data/Bookmarks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Bookmarks.docx -------------------------------------------------------------------------------- /Examples/Data/Borders.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Borders.docx -------------------------------------------------------------------------------- /Examples/Data/Bullet points with alternative font.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Bullet points with alternative font.docx -------------------------------------------------------------------------------- /Examples/Data/Business brochure.dotx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Business brochure.dotx -------------------------------------------------------------------------------- /Examples/Data/Cell revisions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Cell revisions.docx -------------------------------------------------------------------------------- /Examples/Data/Combo chart.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Combo chart.docx -------------------------------------------------------------------------------- /Examples/Data/Comments.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Comments.docx -------------------------------------------------------------------------------- /Examples/Data/Content-ID.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Content-ID.docx -------------------------------------------------------------------------------- /Examples/Data/Continuous section page numbering.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Continuous section page numbering.docx -------------------------------------------------------------------------------- /Examples/Data/Corrupted document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Corrupted document.docx -------------------------------------------------------------------------------- /Examples/Data/Corrupted image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Corrupted image.docx -------------------------------------------------------------------------------- /Examples/Data/Custom XML part in structured document tag.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Custom XML part in structured document tag.docx -------------------------------------------------------------------------------- /Examples/Data/Custom font fallback settings.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Examples/Data/Custom list numbering.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Custom list numbering.docx -------------------------------------------------------------------------------- /Examples/Data/Custom parts OOXML package.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Custom parts OOXML package.docx -------------------------------------------------------------------------------- /Examples/Data/Custom style.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-color: gray; 3 | } 4 | 5 | p { 6 | color: red; 7 | margin-left: 20px; 8 | } -------------------------------------------------------------------------------- /Examples/Data/Custom style.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Custom style.docx -------------------------------------------------------------------------------- /Examples/Data/DML unique ID compare.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DML unique ID compare.docx -------------------------------------------------------------------------------- /Examples/Data/DML unique ID original.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DML unique ID original.docx -------------------------------------------------------------------------------- /Examples/Data/DataPoint format.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DataPoint format.docx -------------------------------------------------------------------------------- /Examples/Data/Database/Northwind.accdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/Northwind.accdb -------------------------------------------------------------------------------- /Examples/Data/Database/cat001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat001.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat001.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat001.zip -------------------------------------------------------------------------------- /Examples/Data/Database/cat002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat002.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat003.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat004.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat005.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat006.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat007.png -------------------------------------------------------------------------------- /Examples/Data/Database/cat008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Database/cat008.png -------------------------------------------------------------------------------- /Examples/Data/Decorative shapes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Decorative shapes.docx -------------------------------------------------------------------------------- /Examples/Data/Different lists.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Different lists.docx -------------------------------------------------------------------------------- /Examples/Data/Digitally signed.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Digitally signed.docx -------------------------------------------------------------------------------- /Examples/Data/Digitally signed.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Digitally signed.odt -------------------------------------------------------------------------------- /Examples/Data/Digitally signed.ott: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Digitally signed.ott -------------------------------------------------------------------------------- /Examples/Data/Dirty field.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Dirty field.docx -------------------------------------------------------------------------------- /Examples/Data/Document destination with list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document destination with list.docx -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/App.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/App.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Body.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Body.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/BookmarkEnd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/BookmarkEnd.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/BookmarkStart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/BookmarkStart.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Cell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Cell.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Comment.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/CommentRangeEnd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/CommentRangeEnd.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/CommentRangeStart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/CommentRangeStart.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/CustomXmlMarkup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/CustomXmlMarkup.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Document.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/DrawingML.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/DrawingML.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FieldEnd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FieldEnd.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FieldSeparator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FieldSeparator.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FieldStart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FieldStart.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Footer.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Footnote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Footnote.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FormCheckBox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FormCheckBox.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FormDropDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FormDropDown.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FormField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FormField.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/FormTextInput.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/FormTextInput.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/GroupShape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/GroupShape.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Header.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/HeaderFooter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/HeaderFooter.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/InlineShape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/InlineShape.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Node.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Node.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/OfficeMath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/OfficeMath.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/OleControl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/OleControl.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/OleObject.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/OleObject.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Paragraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Paragraph.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Row.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Row.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Run.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Section.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Section.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Shape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Shape.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/SmartTag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/SmartTag.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/SpecialChar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/SpecialChar.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/StructuredDocumentTag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/StructuredDocumentTag.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/Table.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/aspose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/aspose.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/tlb_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/tlb_1.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/tlb_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/tlb_2.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/tlb_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/tlb_3.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/tlb_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/tlb_4.gif -------------------------------------------------------------------------------- /Examples/Data/Document explorer images/tlb_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document explorer images/tlb_5.gif -------------------------------------------------------------------------------- /Examples/Data/Document insertion 1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document insertion 1.docx -------------------------------------------------------------------------------- /Examples/Data/Document insertion 2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document insertion 2.docx -------------------------------------------------------------------------------- /Examples/Data/Document insertion destination.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document insertion destination.docx -------------------------------------------------------------------------------- /Examples/Data/Document layout.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document layout.docx -------------------------------------------------------------------------------- /Examples/Data/Document source with list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document source with list.docx -------------------------------------------------------------------------------- /Examples/Data/Document source.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document source.docx -------------------------------------------------------------------------------- /Examples/Data/Document with SDT 1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document with SDT 1.docx -------------------------------------------------------------------------------- /Examples/Data/Document with SDT 2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document with SDT 2.docx -------------------------------------------------------------------------------- /Examples/Data/Document with WebP image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document with WebP image.docx -------------------------------------------------------------------------------- /Examples/Data/Document with ms-its links.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document with ms-its links.chm -------------------------------------------------------------------------------- /Examples/Data/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document.doc -------------------------------------------------------------------------------- /Examples/Data/Document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document.docx -------------------------------------------------------------------------------- /Examples/Data/Document.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Hello world!

4 |

5 |

6 | 7 | 8 | -------------------------------------------------------------------------------- /Examples/Data/Document.mobi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document.mobi -------------------------------------------------------------------------------- /Examples/Data/Document.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Document.odt -------------------------------------------------------------------------------- /Examples/Data/DocumentVisitor-compatible features.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DocumentVisitor-compatible features.docx -------------------------------------------------------------------------------- /Examples/Data/DrawingML shape 3D effects.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DrawingML shape 3D effects.docx -------------------------------------------------------------------------------- /Examples/Data/DrawingML shape effects.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DrawingML shape effects.docx -------------------------------------------------------------------------------- /Examples/Data/DrawingML shape fallbacks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DrawingML shape fallbacks.docx -------------------------------------------------------------------------------- /Examples/Data/DrawingML text effects.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/DrawingML text effects.docx -------------------------------------------------------------------------------- /Examples/Data/EMF.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/EMF.docx -------------------------------------------------------------------------------- /Examples/Data/Embedded font rights.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Embedded font rights.docx -------------------------------------------------------------------------------- /Examples/Data/Embedded font.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Embedded font.doc -------------------------------------------------------------------------------- /Examples/Data/Embedded font.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Embedded font.docx -------------------------------------------------------------------------------- /Examples/Data/Emphases markdown warning.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Emphases markdown warning.docx -------------------------------------------------------------------------------- /Examples/Data/Encoded in UTF-7.txt: -------------------------------------------------------------------------------- 1 | Hello world+ACE- -------------------------------------------------------------------------------- /Examples/Data/Encrypted.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Encrypted.docx -------------------------------------------------------------------------------- /Examples/Data/Encrypted.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Encrypted.odt -------------------------------------------------------------------------------- /Examples/Data/Encrypted.ott: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Encrypted.ott -------------------------------------------------------------------------------- /Examples/Data/Epub document.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Epub document.epub -------------------------------------------------------------------------------- /Examples/Data/Extended properties.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Extended properties.docx -------------------------------------------------------------------------------- /Examples/Data/External XML schema.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/External XML schema.docx -------------------------------------------------------------------------------- /Examples/Data/Extract content.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Extract content.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - ADDIN.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - ADDIN.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - ADDRESSBLOCK.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - ADDRESSBLOCK.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - BARCODE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - BARCODE.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - EQ.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - EQ.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - Field with data.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - Field with data.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - INCLUDEPICTURE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - INCLUDEPICTURE.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - MERGEFIELD.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - MERGEFIELD.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - PRINTDATE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - PRINTDATE.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - PRIVATE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - PRIVATE.docx -------------------------------------------------------------------------------- /Examples/Data/Field sample - TOC.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Field sample - TOC.docx -------------------------------------------------------------------------------- /Examples/Data/Find and highlight.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Find and highlight.docx -------------------------------------------------------------------------------- /Examples/Data/Font substitution rules.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Examples/Data/Footer.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Footer.docx -------------------------------------------------------------------------------- /Examples/Data/Footnotes and endnotes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Footnotes and endnotes.docx -------------------------------------------------------------------------------- /Examples/Data/Form fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Form fields.docx -------------------------------------------------------------------------------- /Examples/Data/Format revision.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Format revision.docx -------------------------------------------------------------------------------- /Examples/Data/Formatted elements.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Formatted elements.docx -------------------------------------------------------------------------------- /Examples/Data/Frameset.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Frameset.docx -------------------------------------------------------------------------------- /Examples/Data/German text.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/German text.docx -------------------------------------------------------------------------------- /Examples/Data/Get substitution without suffixes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Get substitution without suffixes.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/Document.CompareOptions Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/Document.CompareOptions Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/Document.HyphenationOptions Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/Document.HyphenationOptions Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/Document.UseCurrentDocumentFormatting Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/Document.UseCurrentDocumentFormatting Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.InsertDocument Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.InsertDocument Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.InsertFootnote Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.InsertFootnote Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.MathML Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.MathML Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.MathML Gold.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.MathML Gold.pdf -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.NumberFormat Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.NumberFormat Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/DocumentBuilder.SignatureLineProviderId Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/DocumentBuilder.SignatureLineProviderId Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/HyphenationOptions Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/HyphenationOptions Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ImageSaveOptions.BlackAndWhite Gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ImageSaveOptions.BlackAndWhite Gold.png -------------------------------------------------------------------------------- /Examples/Data/Golds/MailMerge.CleanUp Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/MailMerge.CleanUp Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/MailMerge.CleanupOptions Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/MailMerge.CleanupOptions Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/MailMerge.InsertHtml Gold.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/MailMerge.InsertHtml Gold.doc -------------------------------------------------------------------------------- /Examples/Data/Golds/MathML Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/MathML Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/MathML Gold.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/MathML Gold.pdf -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.BackColor Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.BackColor Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.ContextualObjectMemberAccess Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.ContextualObjectMemberAccess Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.CsvData Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.CsvData Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.DataSource Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.DataSource Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.DataSourceWithNestedElements Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.DataSourceWithNestedElements Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.DoNotRemoveEmptyParagraphs Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.DoNotRemoveEmptyParagraphs Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.DynamicStretchingImageWithinTextBox Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.DynamicStretchingImageWithinTextBox Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.ExtensionMethods Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.ExtensionMethods Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.InsertDocumentDynamically(stream,doc,bytes) Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.InsertDocumentDynamically(stream,doc,bytes) Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.InsertDocumentDynamically(uri) Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.InsertDocumentDynamically(uri) Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.InsertDocumentDynamicallyWithAdditionalTemplateChecking Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.InsertDocumentDynamicallyWithAdditionalTemplateChecking Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.InsertImageDynamically(stream,doc,bytes) Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.InsertImageDynamically(stream,doc,bytes) Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.InsertImageDynamically(uri) Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.InsertImageDynamically(uri) Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.JsonDataString Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.JsonDataString Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.KnownTypes Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.KnownTypes Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.MergingTableCellsDynamically.Merged Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.MergingTableCellsDynamically.Merged Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.MergingTableCellsDynamically.NotMerged Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.MergingTableCellsDynamically.NotMerged Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.Operators Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.Operators Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.RemoveEmptyParagraphs Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.RemoveEmptyParagraphs Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.RestartingListNumberingDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.RestartingListNumberingDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.RestartingListNumberingDynamicallyWhileInsertingDocumentDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.RestartingListNumberingDynamicallyWhileInsertingDocumentDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SelectiveDeletionOfParagraphs Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SelectiveDeletionOfParagraphs Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SetBackgroundColorDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SetBackgroundColorDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SetChartSeriesColorDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SetChartSeriesColorDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SetPointColorDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SetPointColorDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SetTextColorDynamically Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SetTextColorDynamically Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.SourseListNumbering Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.SourseListNumbering Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestBubbleChart Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestBubbleChart Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestChart Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestChart Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestDataTable Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestDataTable Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestLeaveChartSeries Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestLeaveChartSeries Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestNestedDataTable Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestNestedDataTable Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.TestRemoveChartSeries Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.TestRemoveChartSeries Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/ReportingEngine.Total Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/ReportingEngine.Total Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/Shape.OfficeMath Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/Shape.OfficeMath Gold.docx -------------------------------------------------------------------------------- /Examples/Data/Golds/StructuredDocumentTag.CustomXml Gold.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Golds/StructuredDocumentTag.CustomXml Gold.docx -------------------------------------------------------------------------------- /Examples/Data/HTML help.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/HTML help.chm -------------------------------------------------------------------------------- /Examples/Data/Header and footer types.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Header and footer types.docx -------------------------------------------------------------------------------- /Examples/Data/Heading pairs and titles of parts.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Heading pairs and titles of parts.docx -------------------------------------------------------------------------------- /Examples/Data/Hidden content.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Hidden content.docx -------------------------------------------------------------------------------- /Examples/Data/Hyperlinks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Hyperlinks.docx -------------------------------------------------------------------------------- /Examples/Data/Id prefix.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Id prefix.docx -------------------------------------------------------------------------------- /Examples/Data/Iframe.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Heading of frame

4 |
5 |

End of frame.

6 | 7 | -------------------------------------------------------------------------------- /Examples/Data/Image bullet points.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Image bullet points.docx -------------------------------------------------------------------------------- /Examples/Data/Images.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images.docx -------------------------------------------------------------------------------- /Examples/Data/Images.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

My heading

9 |

This is my paragraph. Images:

10 | My image 11 | My image 12 | 13 | 14 | -------------------------------------------------------------------------------- /Examples/Data/Images.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images.pdf -------------------------------------------------------------------------------- /Examples/Data/Images/Barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Barcode.png -------------------------------------------------------------------------------- /Examples/Data/Images/Enhanced Windows MetaFile.emf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Enhanced Windows MetaFile.emf -------------------------------------------------------------------------------- /Examples/Data/Images/Graphics Interchange Format.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Graphics Interchange Format.gif -------------------------------------------------------------------------------- /Examples/Data/Images/Logo icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Logo icon.ico -------------------------------------------------------------------------------- /Examples/Data/Images/Logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Logo.jpg -------------------------------------------------------------------------------- /Examples/Data/Images/Microsoft Visio drawing.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Microsoft Visio drawing.vsd -------------------------------------------------------------------------------- /Examples/Data/Images/RightF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/RightF.jpg -------------------------------------------------------------------------------- /Examples/Data/Images/Tagged Image File Format.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Tagged Image File Format.tiff -------------------------------------------------------------------------------- /Examples/Data/Images/Transparent background logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Transparent background logo.png -------------------------------------------------------------------------------- /Examples/Data/Images/WebP image.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/WebP image.webp -------------------------------------------------------------------------------- /Examples/Data/Images/Windows MetaFile.wmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/Windows MetaFile.wmf -------------------------------------------------------------------------------- /Examples/Data/Images/WrongF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Images/WrongF.jpg -------------------------------------------------------------------------------- /Examples/Data/Ink object.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Ink object.docx -------------------------------------------------------------------------------- /Examples/Data/JavaScript in HREF.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/JavaScript in HREF.docx -------------------------------------------------------------------------------- /Examples/Data/Korean backslash symbol.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Korean backslash symbol.docx -------------------------------------------------------------------------------- /Examples/Data/Layout entities.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Layout entities.docx -------------------------------------------------------------------------------- /Examples/Data/Legacy control character.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Legacy control character.doc -------------------------------------------------------------------------------- /Examples/Data/Legacy drop-down.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Legacy drop-down.docx -------------------------------------------------------------------------------- /Examples/Data/Legacy fields.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Legacy fields.doc -------------------------------------------------------------------------------- /Examples/Data/Linked fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Linked fields.docx -------------------------------------------------------------------------------- /Examples/Data/Linked image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Linked image.docx -------------------------------------------------------------------------------- /Examples/Data/List destination.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List destination.docx -------------------------------------------------------------------------------- /Examples/Data/List item.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List item.docx -------------------------------------------------------------------------------- /Examples/Data/List of people.csv: -------------------------------------------------------------------------------- 1 | Name;Age;Money;GotKids;Birth 2 | John Doe;30;1160.90;true;1989-04-01 4:00:00 pm 3 | Jane Doe;27;3010.15;false;1992-01-31 07:00:00 am 4 | John Smith;51;60.70;true;1968-03-08 1:00:00 pm 5 | $John Smith;51;60.70;true;1968-03-08 1:00:00 pm 6 | -------------------------------------------------------------------------------- /Examples/Data/List source.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List source.docx -------------------------------------------------------------------------------- /Examples/Data/List with leading zero.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List with leading zero.docx -------------------------------------------------------------------------------- /Examples/Data/List with the same definition identifier - destination.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List with the same definition identifier - destination.docx -------------------------------------------------------------------------------- /Examples/Data/List with the same definition identifier - source.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/List with the same definition identifier - source.docx -------------------------------------------------------------------------------- /Examples/Data/Macro.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Macro.docm -------------------------------------------------------------------------------- /Examples/Data/Mail merge destination - Northwind employees.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destination - Northwind employees.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destination - Northwind suppliers.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destination - Northwind suppliers.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Complex template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Complex template.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Fax.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Fax.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Invoice.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Invoice.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - LINQ.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - LINQ.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Mustache syntax.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Mustache syntax.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Orders.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Orders.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Registration complete.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Registration complete.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge destinations - Vendor.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge destinations - Vendor.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge mustache tags.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge mustache tags.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge regions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge regions.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge tables.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge tables.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge template.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge with regions data set.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge with regions data set.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge with regions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge with regions.docx -------------------------------------------------------------------------------- /Examples/Data/Mail merge.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Mail merge.doc -------------------------------------------------------------------------------- /Examples/Data/Master document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Master document.docx -------------------------------------------------------------------------------- /Examples/Data/Math shapes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Math shapes.docx -------------------------------------------------------------------------------- /Examples/Data/Merged table.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Merged table.docx -------------------------------------------------------------------------------- /Examples/Data/Microsoft equation object.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Microsoft equation object.docx -------------------------------------------------------------------------------- /Examples/Data/Missing font.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Missing font.docx -------------------------------------------------------------------------------- /Examples/Data/Missing font.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Hello world!

4 |

5 | 6 | 7 | -------------------------------------------------------------------------------- /Examples/Data/Missing image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Simple file.

4 |

5 |

6 | 7 | 8 | -------------------------------------------------------------------------------- /Examples/Data/Multi-section structured document tags.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Multi-section structured document tags.docx -------------------------------------------------------------------------------- /Examples/Data/MyFonts/AllegroOpen.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/AllegroOpen.otf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Amethysta/Amethysta-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Amethysta/Amethysta-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Arvo-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Arvo-Bold.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Arvo-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Arvo-BoldItalic.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Arvo-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Arvo-Italic.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Arvo-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Arvo-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/static/Junction-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/static/Junction-Bold.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/static/Junction-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/static/Junction-Light.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/static/Junction-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/static/Junction-Medium.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/static/Junction-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/static/Junction-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/static/Junction-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/static/Junction-SemiBold.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Junction/variable/JunctionVariableGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Junction/variable/JunctionVariableGX.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Kreon-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Kreon-Bold.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Kreon-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Kreon-Light.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Kreon-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Kreon-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/NoticiaText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/NoticiaText-Bold.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/NoticiaText-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/NoticiaText-BoldItalic.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/NoticiaText-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/NoticiaText-Italic.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/NoticiaText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/NoticiaText-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Slabo13px-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Slabo13px-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Slabo27px-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Slabo27px-Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/Squarish Sans CT Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/Squarish Sans CT Regular.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/dinot.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/dinot.otf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/dinot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/dinot.ttf -------------------------------------------------------------------------------- /Examples/Data/MyFonts/mplus-2m-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/MyFonts/mplus-2m-regular.ttf -------------------------------------------------------------------------------- /Examples/Data/Nested fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Nested fields.docx -------------------------------------------------------------------------------- /Examples/Data/Nested tables.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Nested tables.docx -------------------------------------------------------------------------------- /Examples/Data/No default editing language.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/No default editing language.docx -------------------------------------------------------------------------------- /Examples/Data/Northwind traders.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Northwind traders.docx -------------------------------------------------------------------------------- /Examples/Data/Number detection.txt: -------------------------------------------------------------------------------- 1 | 2 | 1.48MM X 1,199MM X C - QTY:80MT AT USD982/MT 3 | 1.88MM X 1,300MM X C - QTY:20MT AT USD971/MT 4 | 2.10MM X 1,219MM X C - QTY:20MT AT USD965/MT 5 | . 6 | 2)HOT ROLLED STEEL FOR GENERAL STRUCTURE 7 | GRADE:JIS G 3101:2010 SS400 8 | 2.70MM X 1,515MM X C - QTY:200MT AT USD964/MT -------------------------------------------------------------------------------- /Examples/Data/OLE ActiveX controls.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/OLE ActiveX controls.docm -------------------------------------------------------------------------------- /Examples/Data/OLE objects.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/OLE objects.docx -------------------------------------------------------------------------------- /Examples/Data/OLE spreadsheet.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/OLE spreadsheet.docm -------------------------------------------------------------------------------- /Examples/Data/Odso data.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Odso data.docx -------------------------------------------------------------------------------- /Examples/Data/Office math.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Office math.docx -------------------------------------------------------------------------------- /Examples/Data/OpenType text shaping.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/OpenType text shaping.docx -------------------------------------------------------------------------------- /Examples/Data/PDF artifacts.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/PDF artifacts.docx -------------------------------------------------------------------------------- /Examples/Data/Paragraph frame.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Paragraph frame.docx -------------------------------------------------------------------------------- /Examples/Data/Paragraphs.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Paragraphs.docx -------------------------------------------------------------------------------- /Examples/Data/Pdf Document.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Pdf Document.pdf -------------------------------------------------------------------------------- /Examples/Data/Phonetic guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Phonetic guide.docx -------------------------------------------------------------------------------- /Examples/Data/Presentation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Presentation.pptx -------------------------------------------------------------------------------- /Examples/Data/Properties.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Properties.docx -------------------------------------------------------------------------------- /Examples/Data/Protected pdf document.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Protected pdf document.pdf -------------------------------------------------------------------------------- /Examples/Data/Radio buttons.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Radio buttons.docx -------------------------------------------------------------------------------- /Examples/Data/Rendering.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Rendering.docx -------------------------------------------------------------------------------- /Examples/Data/Replace regex.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Replace regex.docx -------------------------------------------------------------------------------- /Examples/Data/Replace text with fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Replace text with fields.docx -------------------------------------------------------------------------------- /Examples/Data/Report building.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Report building.docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Background color (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Background color (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Bubble chart (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Bubble chart (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Bulleted list (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Bulleted list (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Chart (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Chart (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Chart series (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Chart series (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Chart series color (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Chart series color (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Chart with filtering (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Chart with filtering (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Common master detail (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Common master detail (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Contextual object member access (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Contextual object member access (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Csv data destination (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Csv data destination (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Data destination with nested elements (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Data destination with nested elements (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Data table (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Data table (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Extension methods (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Extension methods (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Fields (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Fields (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Header variable (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Header variable (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - If greedy (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - If greedy (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - If-else (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - If-else (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Index of (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Index of (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Inserting hyperlinks (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Inserting hyperlinks (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - JSON data destination (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - JSON data destination (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - List numbering (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - List numbering (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Merging table cells dynamically (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Merging table cells dynamically (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Multicolored numbered list (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Multicolored numbered list (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Nested data table (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Nested data table (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Numbered list (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Numbered list (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Operators (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Operators (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Pie chart (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Pie chart (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Point color (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Point color (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Remove empty paragraphs (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Remove empty paragraphs (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Scatter chart (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Scatter chart (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Selective remove paragraphs.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Selective remove paragraphs.docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Table row (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Table row (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Table row conditional blocks (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Table row conditional blocks (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Table row greedy (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Table row greedy (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Table with filtering (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Table with filtering (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Text color (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Text color (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Total (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Total (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - Word 2016 Charts (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - Word 2016 Charts (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Reporting engine template - XML data destination (Java).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Reporting engine template - XML data destination (Java).docx -------------------------------------------------------------------------------- /Examples/Data/Revision footnotes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Revision footnotes.docx -------------------------------------------------------------------------------- /Examples/Data/Revision runs.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Revision runs.docx -------------------------------------------------------------------------------- /Examples/Data/Revision shape.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Revision shape.docx -------------------------------------------------------------------------------- /Examples/Data/Revisions at list levels.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Revisions at list levels.docx -------------------------------------------------------------------------------- /Examples/Data/Revisions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Revisions.docx -------------------------------------------------------------------------------- /Examples/Data/Rotated cell text.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Rotated cell text.docx -------------------------------------------------------------------------------- /Examples/Data/Rounded rectangle shape.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Rounded rectangle shape.docx -------------------------------------------------------------------------------- /Examples/Data/Section breaks with numbering.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Section breaks with numbering.docx -------------------------------------------------------------------------------- /Examples/Data/Shadow color.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Shadow color.docx -------------------------------------------------------------------------------- /Examples/Data/Shape high dpi.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Shape high dpi.docx -------------------------------------------------------------------------------- /Examples/Data/Shape shadow effect.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Shape shadow effect.docx -------------------------------------------------------------------------------- /Examples/Data/Shape stroke pattern border.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Shape stroke pattern border.docx -------------------------------------------------------------------------------- /Examples/Data/Shape with linked chart.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Shape with linked chart.docx -------------------------------------------------------------------------------- /Examples/Data/Signature line.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Signature line.docx -------------------------------------------------------------------------------- /Examples/Data/Smart tags.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Smart tags.doc -------------------------------------------------------------------------------- /Examples/Data/SmartArt.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/SmartArt.docx -------------------------------------------------------------------------------- /Examples/Data/Spreadsheet.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Spreadsheet.xlsx -------------------------------------------------------------------------------- /Examples/Data/Stroke gradient outline.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Stroke gradient outline.docx -------------------------------------------------------------------------------- /Examples/Data/Structured document tag with HTML content.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Structured document tag with HTML content.docx -------------------------------------------------------------------------------- /Examples/Data/Structured document tags by id.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Structured document tags by id.docx -------------------------------------------------------------------------------- /Examples/Data/Structured document tags with building blocks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Structured document tags with building blocks.docx -------------------------------------------------------------------------------- /Examples/Data/Structured document tags.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Structured document tags.docx -------------------------------------------------------------------------------- /Examples/Data/Style with alias.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Style with alias.docx -------------------------------------------------------------------------------- /Examples/Data/Styles destination.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Styles destination.docx -------------------------------------------------------------------------------- /Examples/Data/Styles source.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Styles source.docx -------------------------------------------------------------------------------- /Examples/Data/Styles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Styles.docx -------------------------------------------------------------------------------- /Examples/Data/Subdocument.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Subdocument.docx -------------------------------------------------------------------------------- /Examples/Data/Table column bookmark.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table column bookmark.doc -------------------------------------------------------------------------------- /Examples/Data/Table column bookmarks.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table column bookmarks.doc -------------------------------------------------------------------------------- /Examples/Data/Table column bookmarks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table column bookmarks.docx -------------------------------------------------------------------------------- /Examples/Data/Table of content template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table of content template.docx -------------------------------------------------------------------------------- /Examples/Data/Table of contents.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table of contents.docx -------------------------------------------------------------------------------- /Examples/Data/Table spanning two pages.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table spanning two pages.docx -------------------------------------------------------------------------------- /Examples/Data/Table with fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table with fields.docx -------------------------------------------------------------------------------- /Examples/Data/Table with merged cells.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table with merged cells.docx -------------------------------------------------------------------------------- /Examples/Data/Table wrapped by text.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Table wrapped by text.docx -------------------------------------------------------------------------------- /Examples/Data/Tables.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Tables.docx -------------------------------------------------------------------------------- /Examples/Data/TestShapesUnsupportedBevel.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/TestShapesUnsupportedBevel.docx -------------------------------------------------------------------------------- /Examples/Data/TestWarningsForBevels.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/TestWarningsForBevels.docx -------------------------------------------------------------------------------- /Examples/Data/TestWarningsForLighting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/TestWarningsForLighting.docx -------------------------------------------------------------------------------- /Examples/Data/TestWarningsForMaterial.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/TestWarningsForMaterial.docx -------------------------------------------------------------------------------- /Examples/Data/Text positioning operators.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Text positioning operators.docx -------------------------------------------------------------------------------- /Examples/Data/TextBoxes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/TextBoxes.docx -------------------------------------------------------------------------------- /Examples/Data/Textbox control.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Textbox control.docm -------------------------------------------------------------------------------- /Examples/Data/Textboxes in drawing canvas.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Textboxes in drawing canvas.docx -------------------------------------------------------------------------------- /Examples/Data/Theme colors.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Theme colors.docx -------------------------------------------------------------------------------- /Examples/Data/Two color gradient.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Two color gradient.docx -------------------------------------------------------------------------------- /Examples/Data/Unoptimized document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Unoptimized document.docx -------------------------------------------------------------------------------- /Examples/Data/Unused styles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Unused styles.docx -------------------------------------------------------------------------------- /Examples/Data/VBA project.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/VBA project.docm -------------------------------------------------------------------------------- /Examples/Data/Various fields.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Various fields.docx -------------------------------------------------------------------------------- /Examples/Data/Various shapes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Various shapes.docx -------------------------------------------------------------------------------- /Examples/Data/Vba protected.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Vba protected.docm -------------------------------------------------------------------------------- /Examples/Data/Versions.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Versions.doc -------------------------------------------------------------------------------- /Examples/Data/WMF with image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/WMF with image.docx -------------------------------------------------------------------------------- /Examples/Data/WMF with text.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/WMF with text.docx -------------------------------------------------------------------------------- /Examples/Data/Web extension.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Web extension.docx -------------------------------------------------------------------------------- /Examples/Data/Word document with missing file extension: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Word document with missing file extension -------------------------------------------------------------------------------- /Examples/Data/Xlsx DateTime.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Xlsx DateTime.docx -------------------------------------------------------------------------------- /Examples/Data/Xlsx Document.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Xlsx Document.xlsx -------------------------------------------------------------------------------- /Examples/Data/Zip file.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/Zip file.zip -------------------------------------------------------------------------------- /Examples/Data/hyph_de_CH.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/hyph_de_CH.dic -------------------------------------------------------------------------------- /Examples/Data/morzal.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Examples/Data/morzal.pfx -------------------------------------------------------------------------------- /Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/com/aspose/words/maven/Aspose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/com/aspose/words/maven/Aspose.png -------------------------------------------------------------------------------- /Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/com/aspose/words/maven/AsposeMavenProject.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/com/aspose/words/maven/AsposeMavenProject.zip -------------------------------------------------------------------------------- /Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/resources/long_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose-Words-Java-for-NetBeans(Maven)/src/resources/long_banner.png -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Sun Apr 03 15:50:17 PKT 2016 2 | -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/.gradle/1.8/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Mon Nov 25 09:06:12 EST 2013 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip 7 | -------------------------------------------------------------------------------- /Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/src/main/resources/libs/aspose-words-16.2.0-jdk16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose.Words Java for dotCMS/AsposeDotCMSExportToWord.servlet/src/main/resources/libs/aspose-words-16.2.0-jdk16.jar -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/clonedocuments/AsposeCloneDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/clonedocuments/AsposeCloneDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/movingcursorindocs/AsposeMovingCursor/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/movingcursorindocs/AsposeMovingCursor/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/protectdocuments/AsposeProtectDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/protectdocuments/AsposeProtectDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/trackchanges/AsposeTrackChanges/trackDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/documents/trackchanges/AsposeTrackChanges/trackDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/tables/joiningtables/AsposeJoiningTables/tableDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/tables/joiningtables/AsposeJoiningTables/tableDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/tables/splittables/AsposeSplittingTables/tableDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/asposefeatures/tables/splittables/AsposeSplittingTables/tableDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addimage/AsposeInsertImage/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addimage/AsposeInsertImage/background.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addimage/Docx4jImageAdd/java_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addimage/Docx4jImageAdd/java_logo.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addwatermark/AsposeAddWatermark/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addwatermark/AsposeAddWatermark/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addwatermark/Docx4jAddWatermark/greentick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/addwatermark/Docx4jAddWatermark/greentick.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/converttopdf/Docx4jConvertToPDF/document.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/converttopdf/Docx4jConvertToPDF/document.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/AsposeAppendDocs/doc1.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/AsposeAppendDocs/doc1.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/AsposeAppendDocs/doc2.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/AsposeAppendDocs/doc2.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/Docx4jMergeDocx/doc1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/Docx4jMergeDocx/doc1.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/Docx4jMergeDocx/doc2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/documents/mergedocs/Docx4jMergeDocx/doc2.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/addfooter/Docx4jFooterCreate/java_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/addfooter/Docx4jFooterCreate/java_logo.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/addheader/Docx4jHeaderCreate/java_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Docx4j/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/addheader/Docx4jHeaderCreate/java_logo.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipseFeature/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = feature.xml 2 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml,\ 6 | resources/ 7 | 8 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/resources/Aspose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/resources/Aspose.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/resources/long_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/resources/long_banner.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Eclipse_Maven/AsposeWordsEclipsePlugin/resources/org-eclipse-jdt-core.txt: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 3 | org.eclipse.jdt.core.compiler.compliance=1.7 4 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 5 | org.eclipse.jdt.core.compiler.source=1.7 6 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/.name: -------------------------------------------------------------------------------- 1 | Aspose.Words Java for IntelliJ Maven -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/dictionaries/Adeel_Ilyas.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/lib/org.eclipse.jgit-3.4.1.201406201815-r.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/lib/org.eclipse.jgit-3.4.1.201406201815-r.jar -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/aspose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/aspose.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/asposeMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/asposeMedium.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/asposeSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/asposeSmall.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/long_bannerIntelliJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_IntelliJ(Maven)/src/resources/long_bannerIntelliJ.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (JPG).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (JPG).jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (MHTML).mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (MHTML).mhtml -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (doc).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (doc).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (docm).docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (docm).docm -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (docx).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (docx).docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (dot).dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (dot).dot -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (dotx).dotx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (dotx).dotx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (enc).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (enc).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (enc).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (enc).docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (odt).odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (odt).odt -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (pre97).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/CheckFormat/Test File (pre97).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/LoadTxt.txt: -------------------------------------------------------------------------------- 1 | Paragraph 1 Paragraph 1 Paragraph 1 Paragraph 1 Paragraph 1 Paragraph 1 Paragraph 1 Paragraph 1 2 | 3 | Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 Paragraph 2 4 | 5 | 1) List 1 List 1 List 1 List 1 List 1 List 1 6 | 2) List 2 -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/loading_saving/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/RemoveField.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/RemoveField.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestDefect1352.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestDefect1352.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestRemoveBreaks.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/TestRemoveBreaks.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/background.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/barcode.png -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/tableDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/tableDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/trackDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/programming_documents/trackDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/MailMerge.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/MailMerge.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/ReplaceSimple.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/ReplaceSimple.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/quickstart/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/rendering_printing/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/rendering_printing/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Jython/data/rendering_printing/TestFile.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Jython/data/rendering_printing/TestFile.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/mailmergeandreporting/applycustomlogictoemptyregions/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/mailmergeandreporting/applycustomlogictoemptyregions/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/mailmergeandreporting/mailmergeformfields/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/mailmergeandreporting/mailmergeformfields/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.DestinationList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.DestinationList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.SourceList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.SourceList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.SourcePageSetup.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/joiningandappending/data/TestFile.SourcePageSetup.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/usingfindandreplace/findandhighlight/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/usingfindandreplace/findandhighlight/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithbookmarks/copybookmarkedtext/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithbookmarks/copybookmarkedtext/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithbookmarks/untanglerowbookmarks/data/TestDefect1352.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithbookmarks/untanglerowbookmarks/data/TestDefect1352.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithcomments/processcomments/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithcomments/processcomments/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithdocument/extractcontent/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithdocument/extractcontent/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithdocument/removebreaks/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithdocument/removebreaks/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithfields/removefield/data/Field.RemoveField.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithfields/removefield/data/Field.RemoveField.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithimages/addwatermark/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithimages/addwatermark/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithimages/compressimages/data/Test.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithimages/compressimages/data/Test.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithstyles/extractcontentbasedonstyles/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithstyles/extractcontentbasedonstyles/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithtables/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/programmingwithdocuments/workingwithtables/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/appenddocuments/data/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/appenddocuments/data/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/appenddocuments/data/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/appenddocuments/data/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/findandreplace/data/ReplaceSimple.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/findandreplace/data/ReplaceSimple.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/loadandsavetodisk/data/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/loadandsavetodisk/data/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/loadandsavetostream/data/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/loadandsavetostream/data/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_PHP/src/quickstart/simplemailmerge/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/simplemailmerge/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/loadingandsaving/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/loadingandsaving/__init__.pyc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/mailmergeandreporting/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/mailmergeandreporting/__init__.pyc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/programmingwithdocuments/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/programmingwithdocuments/__init__.pyc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/quickstart/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/quickstart/__init__.pyc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (HTML).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (HTML).html -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (JPG).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (JPG).jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (MHTML).mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (MHTML).mhtml -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (doc).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (doc).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (docm).docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (docm).docm -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (docx).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (docx).docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (dot).dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (dot).dot -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (dotx).dotx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (dotx).dotx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (enc).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (enc).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (enc).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (enc).docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (odt).odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (odt).odt -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (pre97).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/loadandsaving/checkformat/data/Test File (pre97).doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/mailmergeandreporting/mailmergeformfields/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/mailmergeandreporting/mailmergeformfields/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.DestinationList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.DestinationList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.SourceList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.SourceList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.SourcePageSetup.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/joiningandappending/data/TestFile.SourcePageSetup.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithbookmarks/copybookmarkedtext/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithbookmarks/copybookmarkedtext/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithbookmarks/untanglerowbookmarks/data/TestDefect1352.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithbookmarks/untanglerowbookmarks/data/TestDefect1352.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithcomments/processcomments/ProcessComments/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithcomments/processcomments/ProcessComments/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithdocument/extractcontent/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithdocument/extractcontent/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithdocument/removebreaks/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithdocument/removebreaks/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithfields/removefield/data/Field.RemoveField.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithfields/removefield/data/Field.RemoveField.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithimages/addwatermark/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithimages/addwatermark/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithstyles/extractcontentbasedonstyles/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithstyles/extractcontentbasedonstyles/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithtables/autofittables/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/programmingwithdocuments/workingwithtables/autofittables/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/LoadAndsaveToStream/data/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/LoadAndsaveToStream/data/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/appenddocument/data/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/appenddocument/data/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/appenddocument/data/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/appenddocument/data/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/doc2pdf/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/doc2pdf/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/findandreplace/data/ReplaceSimple.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/findandreplace/data/ReplaceSimple.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/loadandsavetodisk/data/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/loadandsavetodisk/data/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Python/tests/quickstart/simplemailmerge/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Python/tests/quickstart/simplemailmerge/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/Gempackage: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gemspec -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/Rakefile: -------------------------------------------------------------------------------- 1 | require "bundler/gem_tasks" 2 | 3 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/config/aspose.yml: -------------------------------------------------------------------------------- 1 | jar_dir: ../asposewordsjavaforruby/jars 2 | license_path: ../asposewordsjavaforruby/licensefile 3 | jvm_args: -Xms512m -Xmx1G 4 | 5 | 6 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/Field.RemoveField.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/Field.RemoveField.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/Test.Styles.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/Test.Styles.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/TestAutofittables.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/TestAutofittables.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/TestComments.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/TestComments.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/TestCompressImages.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/TestCompressImages.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/TestWatermark.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/TestWatermark.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/bookmarks/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/bookmarks/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/bookmarks/TestDefect1352.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/bookmarks/TestDefect1352.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/document/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/document/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/document/TestRemoveBreaks.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/document/TestRemoveBreaks.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.DestinationList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.DestinationList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.SourceList.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.SourceList.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.SourcePageSetup.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/joiningandappending/TestFile.SourcePageSetup.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/mailmerge/Template.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/mailmerge/Template.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/mailmerge/TestFile.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/mailmerge/TestFile.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/Document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/Document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/HelloWorld.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/HelloWorld.docx -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/MailMerge.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/MailMerge.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/ReplaceSimple.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/ReplaceSimple.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/TestFile.Destination.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/TestFile.Destination.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/TestFile.Source.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_Java_for_Ruby/data/quickstart/TestFile.Source.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/lib/asposewordsjavaforruby/version.rb: -------------------------------------------------------------------------------- 1 | module Asposewordsjavaforruby 2 | VERSION = '0.0.4' 3 | end 4 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_Java_for_Ruby/licensefile/README.md: -------------------------------------------------------------------------------- 1 | # Aspose_Words_Java_for_Ruby 2 | 3 | Please copy license file for Aspose.Words Java API inside this folder. 4 | 5 | For most complete documentation of the project, check Aspose.Words Java for Ruby confluence wiki link: 6 | 7 | http://www.aspose.com/docs/display/wordsjava/4.+Aspose.Words+Java+For+Ruby 8 | 9 | 10 | -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/mailmerge/mailmergefromxmldatasource/XMLMailMerge/mergeDoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/mailmerge/mailmergefromxmldatasource/XMLMailMerge/mergeDoc.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/appenddoc/AsposeAppendDocs/doc1.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/appenddoc/AsposeAppendDocs/doc1.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/appenddoc/AsposeAppendDocs/doc2.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/appenddoc/AsposeAppendDocs/doc2.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/clonedoc/AsposeCloneDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/clonedoc/AsposeCloneDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/protectdoc/AsposeProtectDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/asposefeatures/workingwithdocument/protectdoc/AsposeProtectDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/converter/ApacheConvertToFormats/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/converter/ApacheConvertToFormats/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/converter/AsposeConvertToFormats/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/converter/AsposeConvertToFormats/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/ApacheDocumentProperties/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/ApacheDocumentProperties/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/ApacheOpenExistingDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/ApacheOpenExistingDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/AsposeDocumentProperties/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/AsposeDocumentProperties/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/AsposeOpenExistingDoc/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/document/AsposeOpenExistingDoc/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/ApacheFooters/AsposeFooter.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/ApacheFooters/AsposeFooter.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/ApacheHeaders/AsposeHeader.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/headerfooter/ApacheHeaders/AsposeHeader.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/ApacheExtractImages/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/ApacheExtractImages/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/ApacheInsertImage/aspose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/ApacheInsertImage/aspose.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/AsposeExtractImages/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/AsposeExtractImages/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/AsposeInsertImage/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/images/AsposeInsertImage/background.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheDeleteRange/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheDeleteRange/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheInsert/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheInsert/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheRanges/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/ApacheRanges/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeDeleteRange/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeDeleteRange/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeInsert/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeInsert/background.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeInsert/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeInsert/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeRanges/document.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Apache_POI/src/main/resources/com/aspose/words/examples/featurescomparison/ranges/AsposeRanges/document.doc -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Struts/src/main/webapp/images/aspose-struts-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Java/2a2842f91830b38f586ecae3f2b31771f0159c3d/Plugins/Aspose_Words_for_Struts/src/main/webapp/images/aspose-struts-logo.jpg -------------------------------------------------------------------------------- /Plugins/Aspose_Words_for_Struts/src/main/webapp/jsp/books/index.jsp: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------