Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 424,024 for

document

(1.38 sec)
  1. FootnoteSeparatorType enumeration | Aspose.Word...

    Aspose.Words.Notes.FootnoteSeparatorType enumeration. Specifies the type of the footnote/endnote separator.... Document ( base . myDir + "Footnotes...format. let doc = new aw . Document ( base . myDir + "Footnotes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. XlsxSaveOptions.save_format property | Aspose.W...

    XlsxSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...to compress XLSX document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LoadOptions.fontSettings property | Aspose.Word...

    LoadOptions.fontSettings property. Allows to specify Document font settings....property Allows to specify document font settings. get fontSettings...example, when loading HTML documents Aspose.Words may resolve the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BuiltInDocumentProperties class | Aspose.Words ...

    Aspose.Words.Properties.BuiltInDocumentProperties class. A collection of built-in Document properties...class A collection of built-in document properties. To learn more...the Work with Document Properties documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Export Excel to HTML with GridLines via Node.js...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for Node.js via C++....node" ); // The path to the documents directory. const dataDir =...d_out.html" ), opts ); AI Document Assistant Close Export DataBar...

    docs.aspose.com/cells/nodejs-cpp/export-excel-t...
  6. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your Document's clarity!... Document doc = new Document (); Table table =...

    reference.aspose.com/words/net/aspose.words.tab...
  7. TextBox.VerticalAnchor | Aspose.Words for .NET

    Discover how the TextBox VerticalAnchor property enhances text alignment within shapes for improved design and readability in your projects.... Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Underline Enum | Aspose.Words for .NET

    Discover Aspose.Words.Underline enum for versatile font underlining options. Enhance your Document formatting with customizable styles today!... Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/und...
  9. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for JavaScript via C++....C++ Contents [ Hide ] This document is designed to provide a detailed...insert the images into a Word document, a PDF file, a PowerPoint...

    docs.aspose.com/cells/javascript-cpp/converting...
  10. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...‘bind_pdf()’ to attach the source PDF document. Create a writable stream...pdf_facades . Form () # Bind PDF document form . bind_pdf ( infile )...

    docs.aspose.com/pdf/python-net/export-to-json/