Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 187,801 for

page

(0.47 sec)
  1. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document Page into a Graphics object to a specified size in C++....e method Renders a document page into a Graphics object to a...pageIndex int32_t The 0-based page index. graphics const Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....// add page to pages collection of PDF file Page page = doc ...jpg" ); page . getParagraphs (). add ( img ); // Set page properties...

    docs.aspose.com/pdf/java/set-image-size/
  3. Aspose::Words::Layout::LayoutOptions::get_Conti...

    Aspose::Words::Layout::LayoutOptions::get_ContinuousSectionPageNumberingRestart method. Gets or sets the mode of behavior for computing Page numbers when a continuous section restarts the Page numbering in C++....mode of behavior for computing page numbers when a continuous section...section restarts the page numbering. Aspose :: Words :: Layout...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. About footer addition on aspose word template i...

    Hi Team, Is there any way to add footer on cover Page(First Page) and it’s reflects on second Page onwards in aspose word templates reports? For reference adding cover template. coverTemplate.docx (28.8 KB)...cover page(First page) and it’s reflects on second page onwards...You can use standard MS Word PAGE field to achieve this. rose...

    forum.aspose.com/t/about-footer-addition-on-asp...
  5. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....a new PDF Document Add Page to pages collection of PDF file Add...to paragraphs collection of page instance Create Graph instance...

    docs.aspose.com/pdf/java/add-rectangle/
  6. HtmlSaveOptions.export_page_setup property | As...

    HtmlSaveOptions.export_Page_setup property. Specifies whether Page setup is exported to HTML, MHTML or EPUB...export_page_setup property HtmlSaveOptions.export_page_setup property...property Specifies whether page setup is exported to HTML, MHTML...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF....object and add a new page in the Pages collection. Create a new...Add a new page in Pages collection of Document Page page = document...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  8. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... write ( ' \n This is page ' ) builder . insert_field (... fields . FieldType . FIELD_PAGE , update_field = update_ins...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401
  10. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting Pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted Pages…...1:24pm 1 Hi, I am extracting pages one by one using the ExtractPages...removed from the extracted pages. Could you please explain why...

    forum.aspose.com/t/extractpages-function-remove...