Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 10,688 for

append

(0.32 sec)
  1. PDF 中的媒体注释|Aspose.PDF for Python via .NET

    了解如何向 PDF 文档添加声音、3D、屏幕和富媒体注释,以及如何使用 Aspose.PDF for Python via .NET 检查或删除多媒体注释。... append ( sound_annotation ) document...True ), ) page . annotations . append ( sound_annotation ) document...

    docs.aspose.com/pdf/zh/python-net/media-annotat...
  2. How to Rotate Text in PDF using C#

    This how-to guide explains how to rotate text in PDF using C#. It contains information on IDE configuration, to-do list and a runnable sample code to rotate text in Adobe using C#....the newly added page above Append the text fragment to the text...is used to append text fragments as well as append paragraphs...

    kb.aspose.com/pdf/net/how-to-rotate-text-in-pdf...
  3. Page Management|Aspose.PDF for Java

    Learn how to manage PDF pages in Java by extracting, deleting, inserting, and Appending pages with PdfFileEditor....This section covers how to: append pages from another PDF remove...

    docs.aspose.com/pdf/java/page-management/
  4. Encrypt PDF File|Aspose.PDF for Python via .NET

    Encrypt a PDF document and configure permissions to control what users can do with the file.... append ( path . join ( path . dirname...as pdf_facades sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/encrypt-pdf-file/
  5. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF document in Java with Aspose.PDF for easier content analysis.... append ( fragment . getText ()); }...paragraphText . append ( "\r\n" ); } paragraphText . append ( "\r\n"...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  6. Simplify the creation of transformation matrix ...

    Aspose.3D for .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations....ComposeOrder { /// <summary> /// Append the new transform to the chain...chain /// </summary> Append , /// <summary> /// Prepend the new...

    docs.aspose.com/3d/net/simplify-the-creation-of...
  7. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D.... append ( cubeNode ) # The path to... root_node . child_nodes . append ( cubeNode ) # The path to...

    docs.aspose.com/3d/python-net/adding-transforma...
  8. Insert a new worksheet|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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/net/insert-a-new-worksheet/
  9. Create a spreadsheet document|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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  10. ResourceSavingArgs.resource_stream property | A...

    ResourceSavingArgs.resource_stream property. Allows to specify the stream where the resource will be saved to.... append ( f 'Resource # { self . m...resource_file_name ) self . m_text . append ( ' \t ' + args . resource_file_uri...

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