Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 20,002 for

document insertion

(0.45 sec)
  1. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...The space appears only when document-structure export (tagged PDF)... 933×37 1.17 KB Document doc = new Document("in.docx"); doc.updateFields();...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  2. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++....Aspose :: Words :: Document > (); // Insert even and primary headers/footers...headers/footers into the document. // The primary header/footers...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Edit HTML In Java

    Edit HTML in Java code.... Use it to modify HTML documents programmatically This is a...Programmatic modification of HTML documents is an integral part of modern...

    products.aspose.com/words/java/edit/html/
  4. Edit WORD In Java

    Edit a Word Document in Java code.... Use it to modify Word documents programmatically This is a...Programmatic modification of Word documents is an integral part of modern...

    products.aspose.com/words/java/edit/word/
  5. FieldMacroButton.display_text property | Aspose...

    FieldMacroButton.display_text property. Gets or sets the text to appear as the button that is selected to run the macro or command....run a document’s macros by clicking. doc = aw . Document ( file_name...assertTrue ( doc . has_macros ) # Insert a MACROBUTTON field, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Field.Result | Aspose.Words for .NET

    Manage Field Result properties effortlessly. Access or modify text between field separators for streamlined data handling and enhanced efficiency....Examples Shows how to insert a field into a document using a field code...code. Document doc = new Document (); DocumentBuilder builder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. HTML to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for HTML to JPEG conversion. Use example code for batch HTML to JPEG conversion with Python and .NET...convert programmatically a document from HTML to JPEG format with...with a modern document-processing Python API. Use just a few...

    products.aspose.com/pdf/python-net/conversion/h...
  8. XPS to EMF Converter using Python | Aspose.PDF

    Sample code on Python for XPS to EMF conversion. Use example code for batch XPS to EMF conversion with Python and .NET...programmatically a document from XPS to EMF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/x...
  9. Move a slide to a new position|Aspose.Slides Do...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....presentationDocument ) { // Check for a null document object. if ( presentationDocument...Get the presentation part of document. PresentationPart presentationPart...

    docs.aspose.com/slides/net/move-a-slide-to-a-ne...
  10. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the paragraph.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) # Insert four runs of text into the paragraph...

    reference.aspose.com/words/python-net/aspose.wo...