Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 185,600 for

paged

(0.68 sec)
  1. TxtExportHeadersFootersMode Enum | Aspose.Words...

    اكتشف كيف يعمل TxtExportHeadersFootersMode الخاص بـ Aspose.Words على تعزيز تصدير النص العادي من خلال تخصيص معالجة الرأس والتذييل للحصول على أفضل النتائج.... Writeln ( "Page 1" ); builder . InsertBreak...PageBreak ); builder . Writeln ( "Page 2" ); builder . InsertBreak...

    reference.aspose.com/words/ar/net/aspose.words....
  2. العمل مع الارتباطات التشعبية|Documentation

    يشرح هذا القسم كيفية إضافة ارتباط تشعبي أو الحصول عليه في شكل Visio مع Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Get shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/ar/net/working-with-hyp...
  3. Make NUp of PDF files|Aspose.PDF for .NET

    This article shows how to make NUp of PDF files work with Aspose.PDF Facades using PdfFileEditor class....GetDataDir_AsposePdfFacades_Pages (); // Create PdfFileEditor...ut.pdf" ); } Make NUp Using Page Size and File Paths MakeNUp...

    docs.aspose.com/pdf/net/make-nup-of-pdf-files/
  4. إضافة صورة إلى PDF باستخدام C#|Aspose.PDF for .NET

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة C#....Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/ar/net/add-image-to-existin...
  5. Convert PDF to JPG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to JPEG image, convert all and single pages to JPEG images with Aspose.PDF for Android via Java....Contents [ Hide ] Convert PDF Pages to JPG Images The JpegDevice...class allows you to convert PDF pages to JPEG images. This class provides...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  6. FieldOptions.custom_toc_style_separator propert...

    FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Python.NET kullanarak Sayfa Çalışma Sayfasını Ö...

    Bu makale, Aspose.Cells for Python.NET kullanarak çalışma sayfasını nasıl ölçeklendireceğinizi açıklar....PageSetup object page_setup = sheet . page_setup # Set the worksheet...to 1 page wide and 1 page tall page_setup . fit_to_pages_wide...

    docs.aspose.com/cells/tr/python-net/how-to-scal...
  8. StoryType enumeration | Aspose.Words for Python

    aspose.words.StoryType enumeration. Text of a Word document is stored in stories... EVEN_PAGES_HEADER Contains text of the even pages header,...odd and even pages, contains text of the odd pages header. Represented...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Создание PDF-документа программным способом|Asp...

    На этой странице описывается, как создать PDF-документ с нуля с помощью библиотеки Aspose.PDF.... Добавьте объект Page в коллекцию Pages объекта Document. Добавьте...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/ru/net/create-document/
  10. Adicionar fundo ao PDF|Aspose.PDF for .NET

    Adicione uma imagem de fundo ao seu arquivo PDF com C#. Use o objeto BackgroundArtifact.... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/pt/net/add-backgrounds/