Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 181,392 for

page

(0.16 sec)
  1. Split VSD Files via Python | products.aspose.com

    Python source code to Split vsd file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vsd" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  2. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vdw" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  3. Aspose::Words::Fields::FieldIndex::get_RunSuben...

    Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++....side, // and the number of the page that contains the XE field on...set_PageNumberSeparator ( u ", see page " ); index -> set_Heading (...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...向PDF文件的页面集合中添加页面 auto page = document -> get_Pages () -> Add (); //...arc3 ); // 将Graph对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  5. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/insert-footer/
  6. Split VSS Files via Python | products.aspose.com

    Python source code to Split vss file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vss" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  7. LayoutEnumerator.pageIndex property | Aspose.Wo...

    LayoutEnumerator.PageIndex property. Gets the 1-based index of a Page which contains the current entity....Gets the 1-based index of a page which contains the current entity...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert Text to Image in Java

    You can convert text to image in Java by following this quick guide. It covers the step-by-step process and a runnable code snippet to export TXT to JPG in Java....Page Product Family Aspose.PSD Product...Document class Loop through the pages using the for-loop Export text...

    kb.aspose.com/words/java/convert-text-to-image-...
  9. Convert Text to Image in Python

    Convert text to image in Python by following this tutorial. It explains the step-by-step algorithm and a runnable sample code to export TXT to JPG in Python....Page Product Family Aspose.PSD Product...Document class Loop through each page of the document with a for-loop...

    kb.aspose.com/words/python/convert-text-to-imag...
  10. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338