Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 8,039 for

append

(0.07 sec)
  1. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....x1 , y1 , x2 , y2 , index ) Append an arc to a path: arc_to (.... sin ( radians ) points . append ( draw . PointF ( x + R , y...

    docs.aspose.com/slides/python-net/custom-shape/
  2. Convert Base64 to PDF in Java

    This article explains how to convert base64 to PDF in Java. It covers the setup of the IDE, the step-by-step instructions, and a working code sample for building a base64 to PDF converter in Java....object of the Document class and append a new page by invoking the...method Insert the image at the appended page by setting the margins...

    kb.aspose.com/pdf/java/convert-base64-to-pdf-in...
  3. Generate MaxiCode Barcodes in JavaScript|Docume...

    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....delete (); Structured Append The structured append mode is a special...// Set MaxiCode structured append mode with barcode ID gen ....

    docs.aspose.com/barcode/javascript-cpp/maxicode...
  4. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After Appending the data to document, try to save the document using document.save or memory stream. During the time i have facing the below issue. Box child can not …... After appending the data to document, try...esPath, fileExtension); // Append the HTML for this document...

    forum.aspose.com/t/issue-text-box-child-can-not...
  5. Track Changes in Word using C#

    Follow this article to track changes in Word using C#. It has all the details to set the IDE, a list of steps, and sample code to turn on track changes in Word using C#.... Append some more content before saving...

    kb.aspose.com/words/net/track-changes-in-word-u...
  6. Aspose::Words::Markup::StructuredDocumentTag::C...

    Aspose::Words::Markup::StructuredDocumentTag::Clear method. Clears contents of this structured document tag and displays a placeholder if it is defined in C++....structured document tag, and then append it to the document. auto tag...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++....:: Table , 1 , true )); // Append all rows from the current table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. aspose.barcode.generation|Aspose.BarCode for Py...

    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.... MicroPDF417 in Structured Append mode (same as MacroPDF417 mode)...QrStructuredAppendPa QR structured append parameters. SupplementParameters...

    docs.aspose.com/barcode/python-net/api-referenc...
  9. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Discover the DocumentVisitor VisitFootnoteStart method, essential for managing footnotes and endnotes efficiently in your document processing....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) mBuilder . Append ( "| " ); mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class.... To append Table to the document use CompositeNode...doc . first_section . body . append_child ( table ) # Tables contain...

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