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

document

(0.7 sec)
  1. Document.hasRevisions property | Aspose.Words f...

    Document.hasRevisions property. Returns ``true`` if the Document has any tracked changes....hasRevisions property Document.hasRevisions property Returns...Returns true if the document has any tracked changes. get hasRevisions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Insert a chart|Documentation

    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....title , data ); // Given a document name, a worksheet name, a...int > data ) { // Open the document for editing. using ( SpreadsheetDocument...

    docs.aspose.com/cells/net/insert-a-chart/
  3. PdfFileInfo Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfFileInfo class in Aspose.PDF for Python via .NET to inspect PDF metadata, Document properties, privileges, version details, and page information....Facades provides access to document-level and page-level PDF information...inspect metadata, retrieve document properties, check privileges...

    docs.aspose.com/pdf/python-net/pdffileinfo-class/
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Condensed Character Spacing Is Lost When Conver...

    Hello, I am trying to save a PDF Document as a PPTX file, but the condensed character spacing is lost when it is applied in the middle of a word. Could you please confirm whether it is a bug in a library? Code: Docum…...I am trying to save a PDF document as a PPTX file, but the condensed...a library? Code: Document doc = new Document("/path/to/condensed...

    forum.aspose.com/t/condensed-character-spacing-...
  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/