Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 7,637 for

rotate

(0.38 sec)
  1. Cara Memutar PDF menggunakan Python

    Tutorial singkat ini memandu tentang cara merotasi PDF menggunakan Python. Ini berisi langkah-langkah terperinci untuk menulis aplikasi dan kode contoh yang dapat dijalankan untuk memutar halaman PDF menggunakan Python....lebar untuk mengubah orientasi Rotate isi halaman juga jika diperlukan...Anda dapat menyetel nilai Page.rotate dengan salah satu nilai dari...

    kb.aspose.com/id/pdf/python/how-to-rotate-pdf-u...
  2. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...使用旋转属性在PDF中旋转文本 通过使用 TextFragment 类的Rotation属性,您可以在各种角度旋转文本。文本旋转可以用于文档...MakeObject < TextFragment > ( "rotated text" ); textFragment2 -> set_Position...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/
  3. Cómo rotar el texto de la celda con C++|Documen...

    Código en C++ para rotar el texto de la celda con la API Aspose.Cells for C++... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/es/cpp/how-to-rotate-text...
  4. ShapeTextOrientation enumeration | Aspose.Words...

    aspose.words.drawing.ShapeTextOrientation enumeration. Specifies orientation of text in shapes.... DOWNWARD Text is rotated 90 degrees to the right to...bottom (tb-rl). UPWARD Text is rotated 90 degrees to the left to appear...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Hücrenin metnini Nasıl Döndürülür|Documentation

    Bir hücrenin metnini programatik olarak döndürmeyi Aspose.Cells for JavaScript kullanarak C++ ile nasıl yapacağınızı öğrenin....> </ head > < body > < h1 > Rotate Text in Cells Example </ h1...column ); a1 . putValue ( "a1 rotate text" ); let a1Style = a1 ...

    docs.aspose.com/cells/tr/javascript-cpp/how-to-...
  6. Seite einrichten|Documentation

    In diesem Artikel wird Beispielcode bereitgestellt, um die Seiteneinrichtung von Excel Arbeitsblättern mithilfe der C# API und der .NET Bibliothek programmgesteuert festzulegen. Sie können die Seitenanordnung, den Maßstabsfaktor, die Optionen zum Anpassen an Seiten, das Papierformat, die Druckqualität und die erste Seitenzahl einstellen....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/de/net/setting-page-options/
  7. Настройки страницы|Documentation

    В этой статье предоставлен образец кода для программной установки параметров страницы листов Excel с использованием API C# и .NET Library. Вы сможете установить ориентацию страницы, фактор масштабирования, параметры FitToPages, размер бумаги, качество печати, номер первой страницы....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/ru/net/setting-page-options/
  8. Setting Page Options|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using Aspose.Cells for Python via .NET API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....PaperJISB4Rotated B4 (JIS) Rotated 364 × 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 × 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/python-net/setting-page-o...
  9. Inställning av sidalternativ|Documentation

    Denna artikel ger exempel på kod för att ställa in sidalternativ för Excel kalkylblad programmatiskt med Aspose.Cells för Python via .NET API. Du kan ställa in sidorientering, förstoringsfaktor, anpassa sidor, pappersstorlek, utskriftskvalitet och första sidnummer....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/sv/python-net/setting-pag...
  10. Obter informações da página|Aspose.PDF for Pyth...

    Aprenda como acessar programaticamente informações ao nível de página em um PDF usando Aspose.PDF for Python. Este guia mostra como recuperar a largura, altura, rotação e deslocamentos de uma página específica em um documento PDF....( 1 ) page_rotation = pdf_info . get_page_rotation ( 1 ) page_x_offset...) print ( f "Page Rotation: { page_rotation } " ) Obter Deslocamento...

    docs.aspose.com/pdf/pt/python-net/get-page-info/