Sort Score
Result 10 results
Languages All
Labels All
Results 5,421 - 5,430 of 187,806 for

paged

(0.16 sec)
  1. 아카이브

    아카이브...MakeObject<Document>(); auto pages = doc->get_Pages(); pages->Add(); // 페이지... auto page = pages->idx_get(1); auto paragraps = page->get_Paragraphs();...

    blog.aspose.com/ko/pdf/create-pdf-files-in-cpp-...
  2. 搜索

    搜索...MakeObject<Document>(); auto pages = doc->get_Pages(); pages->Add(); // 頁數從1開始...頁數從1開始 auto page = pages->idx_get(1); auto paragraps = page->get_Paragraphs();...

    blog.aspose.com/zh-hant/pdf/create-pdf-files-in...
  3. Worksheet Views with Node.js via C++|Documentation

    This article will describe how to use Node.js and the Node.js API to interact with the page break preview of an Excel workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....js via C++ Contents [ Hide ] Page Break Preview All worksheets...viewed in two modes: Normal view. Page break preview. Normal view is...

    docs.aspose.com/cells/nodejs-cpp/worksheet-views/
  4. Convertire BMP in EPS utilizzando l'API per C++

    La funzionalità di conversione da BMP a EPS offerta dalla soluzione API Aspose.Page per C++ è spiegata e illustrata con frammenti di codice qui....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/it/cpp/convert/bmp-to-eps/
  5. Arbeiten mit Themen|Documentation

    In diesem Abschnitt wird erläutert, wie Sie mit Aspose.Diagram ein voreingestelltes Design auf eine Seite oder eine Form anwenden....Holen Sie sich eine Instanz der Page-Klasse, um das Thema festzulegen...PresetTheme-Eigenschaft der Page-Instanz einen Preset-Wert zu...

    docs.aspose.com/diagram/de/java/working-with-th...
  6. WrapType enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture....it will be visible on every page. builder . move_to_header_footer...the image at the center of the page. shape . relative_horizontal_position...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Extrair Dados Vetoriais de um arquivo PDF usand...

    Aspose.PDF facilita a extração de dados vetoriais de um arquivo PDF. Você pode obter os dados vetoriais (caminho, polígono, polilinha), como posição, cor, largura da linha, etc....GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/pt/net/extract-vector-data-...
  8. Извлечение векторных данных из PDF-файла с помо...

    С помощью Aspose.PDF можно легко извлечь векторные данные из PDF-файла. Можно получить векторные данные (путь, многоугольник, полилинию), такие как положение, цвет, ширина линии и т. д....GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/ru/net/extract-vector-data-...
  9. Dessiner une ellipse|Documentation

    Cette section explique comment dessiner une ellipse, un cercle ou un ovale dans une page visio avec Aspose.Diagram. Prise en charge de l'utilisation de C# pour dessiner un cercle ou un ovale et enregistrer au format pdf, svg, html, image, xps et autres formats....une forme de cercle dans une page. L’exemple de code ci-dessous...ellipse in diagram diagram . Pages [ 0 ]. DrawEllipse ( 1 , 1 ...

    docs.aspose.com/diagram/fr/net/drawing/draw-ell...
  10. Generating preview for multipage CDR to webP - ...

    We are trying to generate a preview from multipage Corel draw file(cdr) to webp and we encountered this exception. Aspose.Imaging.CoreExceptions.ImageSaveException: Image saving failed. —> Aspose.Imaging.CoreExceptions.…...Cast to CdrImage to access pages CdrImage cdrImage = image as...false); } // Get pages array - for single page CDR, Pages will contain...

    forum.aspose.com/t/generating-preview-for-multi...