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

insert documents

(0.08 sec)
  1. 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...
  2. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....the Working with Charts documentation article. Examples: Shows...for chart values. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...
  5. 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/
  6. 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...
  7. XamlFlowSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK format in Java....additional options when saving a document into the SaveFormat.XAML_FLOW...the Specify Save Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  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. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....revisions in a document. Document doc = new Document(); DocumentBuilder... // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/java/com.aspose.word...