Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 19,982 for

insert documents

(0.12 sec)
  1. Managing Assignment Cost | Aspose.Tasks Documen...

    Learn how to manage Microsoft Project (MPP/XML) resource assignment costs using Aspose.Tasks for C++....Task Usage page, select the Insert menu and then Column . Add...

    docs.aspose.com/tasks/cpp/managing-assignment-c...
  2. DocumentBuilder.insertHtml does not keep text r...

    Hello, we use Apose.Cells 25.11 and Aspose.Word 25.11. We have an Excel File that contains a print area with cells with rotate text. When we extract this area as html and we try to Insert it into a Word document using…...html and we try to insert it into a Word document using DocumentBuilder...the same HTML is inserted into a Word document with DocumentBuilder...

    forum.aspose.com/t/documentbuilder-inserthtml-d...
  3. Aspose::Words::Fields::FieldEnd class | Aspose....

    Aspose::Words::Fields::FieldEnd class. Represents an end of a Word field in a document. To learn more, visit the documentation article in C++....an end of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. class FieldEnd :...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....Working with Paragraphs documentation article. Examples: Shows...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  5. Change Background of VSDX File via Python | pro...

    Python source code to change background of VSDX Documents within any Python based application....Install-Package Visit our documentation for more details. How to...diagram as background page Insert an image to the background...

    products.aspose.com/diagram/python-java/changeb...
  6. Aspose Words 25.4 breaks line feeds converting ...

    We recently experienced a breaking change upgrading from Aspose Words Java 25.4 to 25.5. Considering the following markdown Line 1 Line 3 Line 4 and load as LoadFormat.MARKDOWN, save as SaveFormat.HTM…...defaultCharset(); final var doc = new Document(IOUtils.toInputStream(markdown...workaround, you can manually insert a line break in your Markdown...

    forum.aspose.com/t/aspose-words-25-4-breaks-lin...
  7. Create CSV using Python | products.aspose.com

    Generate Microsoft Excel CSV Documents using Python applications without using Microsoft Office....get(index) method Insert data in the accessed cell using...putValue() method Save the document as .csv file using save()...

    products.aspose.com/total/python-java/create/csv/
  8. Redact Word Document Online or using C++ | prod...

    Open and redact Word document online via app for free. C++ API code to search and replace Word text....C++ Redact Word Redact Word Document Online or via C++ Develop...Develop powerful C++ based Word document redaction utility application...

    products.aspose.com/total/cpp/redact/word/
  9. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++....Description Insertion 0 New content was inserted in the document. Deletion...Content was removed from the document. FormatChange 2 Change of...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...ArrayList(); Document doc = new Document(); TextFragment tf...Page tocPage = doc.getPages().insert(1); // Create object to represent...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...