Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 8,093 for

append

(0.05 sec)
  1. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document.... append ( outline ) # Save output document...bookmark's collection outline . append ( childOutline ) # Add parent...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  2. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int page…...append(fragment.getText()); } log...extractedText.append("<sup>").append(fragment.getText()).append("</sup>");...

    forum.aspose.com/t/conversion-from-pdf-to-text-...
  4. Rotate Text Inside PDF|Aspose.PDF for Java

    Learn how to rotate text inside a PDF document, providing flexibility in document layout using Aspose.PDF for Java...TextBuilder ( pdfPage ); // Append the text fragment to the PDF...(). setRotation ( - 45 ); // Append the text fragments to the paragraph...

    docs.aspose.com/pdf/java/rotate-text-inside-pdf/
  5. 从流中打开电子表格文档|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 ); spreadsheetDocument...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  6. PageSetup.section_start property | Aspose.Words...

    PageSetup.section_start property. Returns or sets the type of section break for the specified object....create a new section, and then append it as a child to the root document...aw . Section ( doc ) doc . append_child ( section ) # Set some...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Open a spreadsheet document from a stream|Docum...

    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 ); spreadsheetDocument...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  8. ImportFormatOptions.keep_source_numbering prope...

    ImportFormatOptions.keep_source_numbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... append_document ( src_doc = src_doc...is_keep_source_numbering dst_doc . append_document ( src_doc , aw . ImportFormatMode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract Paragraph from PDF|Aspose.PDF for Andro...

    Learn how to extract specific paragraphs from a PDF document in Android/Java using Aspose.PDF for content extraction.... append ( fragment . getText ()); }...paragraphText . append ( "\r\n" ); } paragraphText . append ( "\r\n"...

    docs.aspose.com/pdf/androidjava/extract-paragra...
  10. 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...