Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 189,684 for

paged

(0.29 sec)
  1. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related document page. Get accurate page tracking and reflow insights!...property Gets 0-based index of the page in the document this event relates...there is no associated page, or if page was removed during reflow...

    reference.aspose.com/words/net/aspose.words.lay...
  2. How to Scale a Worksheet with JavaScript via C+...

    This article shows you code explaining how to scale a worksheet using Aspose.Cells for JavaScript via C++....scaling a worksheet: Fit to Page: To ensure that all the content...fits on a single page or a specific number of pages when printing...

    docs.aspose.com/cells/javascript-cpp/how-to-sca...
  3. Archivo

    Archivo...Pages . Cree un objeto de la clase...Agregar enlace a la colección Page.Annotations . Guarde el PDF...

    blog.aspose.com/es/pdf/add-hyperlinks-to-pdf-in...
  4. ค้นหา

    ค้นหา...Pages สร้างวัตถุของคลาส LinkAnnotation...URL เพิ่มลิงก์ไปยังคอลเลกชัน Page.Annotations บันทึก PDF โดยใช้วิธี...

    blog.aspose.com/th/pdf/add-hyperlinks-to-pdf-in...
  5. 다양한 이미지 형식을 PDF로 변환|Aspose.PDF for C++

    이 주제는 Aspose.PDF for C++ 라이브러리가 다양한 이미지 형식을 PDF로 변환하는 방법을 보여줍니다.... 이 Document 에 새로운 Page 를 추가합니다. 새로운 Aspose.Pdf BMP를...(); // Add empty page in empty document auto page = document ->...

    docs.aspose.com/pdf/ko/cpp/convert-images-forma...
  6. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  7. Archivio

    Archivio...Pages . In ogni iterazione, crea un...il metodo PngDevice.Process(Page, Stream) . L’esempio di codice...

    blog.aspose.com/it/pdf/pdf-to-png-using-csharp/
  8. Disegna Quadrato|Documentation

    Questa sezione spiega come disegnare un quadrato in una pagina visio con Aspose.Diagram. Supporta l'uso di C# per disegnare un quadrato e salvare come pdf, svg, html, immagine, xps e altri formati....); //Draw square in page diagram . Pages [ 0 ]. DrawRectangle...developers to draw a square in the page and save as SVG format. The...

    docs.aspose.com/diagram/it/net/drawing/draw-squ...
  9. Anotaciones Adhesivas en PDF usando C++|Aspose....

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto. Se utiliza para representar gráficos en la página. Consulte el fragmento de código para resolver esta tarea....pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/es/cpp/sticky-annotations/
  10. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...TextFragment(“Heading 3”); Page page = doc.getPages().add(); page.getParagraphs()...getParagraphs().add(tf); page.getParagraphs().add(tf2); page.getParagraphs()...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...