Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 184,547 for

page

(0.08 sec)
  1. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C# API and .NET Library. You can set the Print Area, Print Titles and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide several...users to control how worksheet pages are printed. Setting Print Options...

    docs.aspose.com/cells/net/setting-print-options/
  2. PageSetup.bidi property | Aspose.Words for Python

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text....Document () page_setup = doc . sections [ 0 ] . page_setup page_setup...the columns starting from the page's right side. # The order of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldNumWords class | Aspose.Words for Python

    aspose.words.fields.FieldNumWords class. Implements the NUMWORDS field...NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...Use both PAGE and NUMPAGES fields to display what page the field...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML 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/h...
  5. PDF to PNG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C# sample code using Aspose.PDF for .NET...Library on the Documentation pages. To verify the benefits of the...new page to PNG document In loop: add PDF file to new page After...

    products.aspose.com/pdf/net/merger/pdf-to-png/
  6. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph...paragraph are to remain on the same page. keep_with_next True if the...paragraph is to remains on the same page as the paragraph that follows...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML files within any Python based application.....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. page = diagram.getPages()...

    products.aspose.com/diagram/python-java/create/...
  8. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...pdf" ); // 获取需要添加图像的页面 Page page = pdfDocument . getPages ()...printStackTrace (); } // 将图像添加到页面资源的图像集合中 page . getResources (). getImages...

    docs.aspose.com/pdf/zh/java/operators/
  9. Create VSSM Files via C# | products.aspose.com

    C# Sample code for generating VSSM documents. Use this code for creating VSSM files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vssm/
  10. Create PDF Files via C# | products.aspose.com

    C# Sample code for generating PDF documents. Use this code for creating PDF files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/pdf/