Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 140,592 for

page

(0.09 sec)
  1. Story.appendParagraph method | Aspose.Words for...

    Story.appendParagraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and appends it to the end of this object....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::PageSetup::get_CharactersPerLine...

    Aspose::Words::PageSetup::get_CharactersPerLine method. Gets or sets the number of characters per line in the document grid in C++.... Maximum value depends on page width and font size of the Normal...characters per line of a Letter page with one-inch margins is 43...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. DICOM to PDF Converter using C++ | Aspose.PDF

    Sample code for DICOM to PDF conversion using C++. Use C++ example for batch DICOM to PDF conversion....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/cpp/conversion/dicom-to...
  4. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application.....the first page of the diagram. Add text in the page. Use save...the first page of the diagram. page = diagram.Pages[ 0 ]; // Add...

    products.aspose.com/diagram/python-net/create/v...
  5. How to get Images from a PDF in Java

    This quick tutorial guides on how to get images from a PDF in Java. It shares all details required to configure the environment, a step-by-step process to accomplish the task and a runnable sample code that get PDF images in Java....Page Product Family Aspose.PSD Product...collection of the target PDF page from which the image is to be...

    kb.aspose.com/pdf/java/how-to-get-images-from-a...
  6. About the Aspose.Words Product Family category ...

    Get technical support for all Aspose.Words On-Premise products including .NET, Java, C++, Android, iOS, macOS, Xamarin, SharePoint, SQL Reporting Services and JasperReports. If you need technical support for Aspose.Word…...will appear at the top of every page until it is dismissed by the...longer appear at the top of every page. July 18, 2019, 5:50pm 6 romank...

    forum.aspose.com/t/about-the-aspose-words-produ...
  7. ThumbnailGeneratingOptions Class | Aspose.Words...

    Discover the Aspose.Words.Rendering.ThumbnailGeneratingOptions class to enhance your document thumbnail generation with customizable features and improved quality....generate thumbnail from first page of the document or first image...1 - Use the document's first page: doc . UpdateThumbnail (); doc...

    reference.aspose.com/words/net/aspose.words.ren...
  8. PageSetup.Bidi | Aspose.Words for .NET

    Discover the PageSetup Bidi property for seamless bidirectional text formatting. Enhance your documents with complex script support for better readability!...the columns starting from the page's right side. // The order of...the columns starting from the page's left side. // The order of...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Aspose::Words::Vba::VbaProject::get_Modules met...

    Aspose::Words::Vba::VbaProject::get_Modules method. Returns collection of VBA project modules in C++....name: {0} signed; Project code page: {1}; Modules count: {2} \n...{0} not signed; Project code page: {1}; Modules count: {2} \n...

    reference.aspose.com/words/cpp/aspose.words.vba...
  10. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...将页面添加到PDF文件的页面集合中 auto page = document -> get_Pages () -> Add (); //...circle ); // 将图形对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-circle/