Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 10,749 for

append

(0.14 sec)
  1. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one.... append ( layer_stream ) return streams...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  2. Azure AD 设置 & Microsoft Graph 授权 - Aspose.Email...

    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.... append ( line ); } } catch ( IOException...if ( i > 0 ) sb . append ( sep ); sb . append ( arr [ i ] ); }...

    docs.aspose.com/email/zh/java/microsoft-graph-a...
  3. Aspose::Words::Fields::DropDownItemCollection c...

    Aspose::Words::Fields::DropDownItemCollection class. A collection of strings that represent all the items in a drop-down form field. To learn more, visit the documentation article in C++.... // 1 - Append an item to the end of the collection:...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++....from the source document and append it to the first paragraph....

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...add it to a new diagram and append new geometries. After that...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  6. Aspose::Words::HeaderFooter class | Aspose.Word...

    Aspose::Words::HeaderFooter class. Represents a container for the header or footer text of a section. To learn more, visit the documentation article in C++....object with optional text and appends it to the end of this object...(); // Create a header and append a paragraph to it. The text...

    reference.aspose.com/words/cpp/aspose.words/hea...
  7. How to Add Lines to PDF in Python

    This article guides on how to add lines to PDF in Python. The basic information is provided on how to insert a line in PDF in Python by sharing the configuration details, a list of steps and a runnable sample code....with the required parameters Append this line object to the shapes...created and initialized and then appended to the shapes collection of...

    kb.aspose.com/pdf/python/how-to-add-lines-to-pd...
  8. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF document using Aspose.PDF in Java, allowing for customized styling....Position ( 10 , 800 )); // Append TextFragment to PDF file tb...TextBuilder ( pdfPage ); // Append the text fragment to the PDF...

    docs.aspose.com/pdf/java/text-formatting-inside...
  9. Shape.StrokeColor | Aspose.Words for .NET

    Customize your design with the Shape StrokeColor property, allowing you to define vibrant stroke colors for stunning visual impact....StringBuilder (); } /// <summary> /// Appends a line to the StringBuilder...mTextIndentLevel ; i ++) mStringBuilder . Append ( '\t' ); mStringBuilder ....

    reference.aspose.com/words/net/aspose.words.dra...
  10. How to Rotate Text in PDF using Python

    This article explains how to rotate text in PDF using Python. It contains IDE configuration, detailed steps and a runnable sample code to rotate text in Adobe using Python....object for the selected page and append the fragment using it Save...

    kb.aspose.com/pdf/python/how-to-rotate-text-in-...