Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 17,940 for

document insertion

(0.04 sec)
  1. StructuredDocumentTag.dateDisplayFormat propert...

    StructuredDocumentTag.dateDisplayFormat property. String that represents the format in which dates are displayed....structured document tag. let doc = new aw . Document (); // Insert...Insert a structured document tag that prompts the user to enter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.addSpaceBetweenFarEastAndDigit ...

    ParagraphFormat.addSpaceBetweenFarEastAndDigit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph....Shows how to insert a paragraph into the document. let doc = new...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. AxisTickLabels.Orientation | Aspose.Words for .NET

    Customize your AxisTickLabels orientation for optimal readability. Easily adjust tick label text direction to enhance your data visualization!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a column chart. Shape shape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Paragraph.isInsertRevision property | Aspose.Wo...

    Paragraph.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....Returns true if this object was inserted in Microsoft Word while change...paragraphs. let doc = new aw . Document (); let body = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph.is_delete_revision property | Aspose....

    Paragraph.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... Document () body = doc . first_section...tracking will register as "Insert" revisions. doc . start_track_revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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....Insert a chart Contents [ Hide ] OpenXML Excel string FilePath...string FileName = FilePath + "Insert a chart.xlsx" ; string worksheetName...

    docs.aspose.com/cells/net/insert-a-chart/
  7. Aspose::Words::DocumentBuilder::get_Font method...

    Aspose::Words::DocumentBuilder::get_Font method. Returns an object that represents current font formatting properties in C++....formatting before inserting text. Examples Shows how to insert a string...border into a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. SVG to EPUB Converter using Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/conversion/s...
  9. Working with Pages in XPS file | Java

    How to add pages to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Developer Guide Working with XPS Document Working with Pages Live Demos...be used to add pages to XPS document. Following code snippet shows...

    docs.aspose.com/page/java/xps/working-with-pages/
  10. Aspose::Words::Story class | Aspose.Words for C...

    Aspose::Words::Story class. Base class for elements that contain block-level nodes Paragraph and Table. To learn more, visit the Documentation article in C++....Levels of Nodes in a Document documentation article. class Story...VisitXXXEnd method of the specified document visitor. virtual AcceptStart...

    reference.aspose.com/words/cpp/aspose.words/story/