Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 8,759 for

append

(0.09 sec)
  1. 在Jython中向新的Excel文件添加工作表|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....AddingWorksheetstoNe () 下载运行代码 从以下任何社交编码网站下载 Append Documents (Aspose.Cells) GitHub...

    docs.aspose.com/cells/zh/java/adding-worksheets...
  2. Remove Header and Footer from Documents|Aspose....

    Remove headers or footers in a document easily and fast instead of using docx4j.... append ( "\n\n" + files [ i ] + "\n"...endsWith ( "docx" )) { sb . append ( "\n\n" + inputpath + "\n"...

    docs.aspose.com/words/java/remove-header-and-fo...
  3. Aspose::Words::Tables::CellFormat::get_Borders ...

    Aspose::Words::Tables::CellFormat::get_Borders method. Gets collection of borders of the cell in C++....:: Table , 1 , true )); // Append all rows from the current table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. DocumentVisitor.visitCommentRangeStart method |...

    DocumentVisitor.visitCommentRangeStart method. Called when the start of a commented range of text is encountered....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.VisitCommentEnd | Aspose.Words ...

    Explore the DocumentVisitor VisitCommentEnd method, designed to enhance comment text enumeration in your projects for seamless document processing....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Comment constructor | Aspose.Words for Node.js

    Aspose.Words.Comment constructor... To append Comment to the document use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MutationObserver – How to Use in C# with Aspose...

    Learn how to use MutationObserver in Aspose.HTML for .NET to detect DOM changes for dynamic HTML processing, automation, and content monitoring....the AppendChild() method to append it to the Body of the document...the AppendChild() method to append it as a child node to the <p>...

    docs.aspose.com/html/net/mutationobserver/
  8. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... Read Structured Append and Macro Fields from PDF417...below describes the Structured Append and Macro fields that can be...

    docs.aspose.com/barcode/javascript-cpp/read-bar...
  9. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... TextBuilder ( page ) # Append the text fragment to the PDF...builder . append_text ( text_fragment_1 ) builder . append_text (...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  10. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java... append ( new Rectangle2D. Float (250...new GeneralPath(); 21 path. append ( new Rectangle2D. Float (250...

    docs.aspose.com/page/java/ps/working-with-shapes/