Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 7,547 for

rotate

(0.1 sec)
  1. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....such as center alignment, rotation, front position, etc. We will...watermark_shape ) Set Watermark Rotation Here is a code example of...

    docs.aspose.com/slides/python-net/watermark/
  2. Memutar Teks di Dalam PDF menggunakan C++|Aspos...

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....-> get_TextState () -> set_Rotation ( 45 ); // Buat fragmen teks...-> get_TextState () -> set_Rotation ( 90 ); // buat objek TextBuilder...

    docs.aspose.com/pdf/id/cpp/rotate-text-inside-pdf/
  3. Ruota il testo con la forma all interno del fog...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....rotate_text_with_shape . Il valore...proprietà ShapeTextAlignment.rotate_text_with_shape su false e...

    docs.aspose.com/cells/it/python-net/rotate-text...
  4. C# 를 사용하여 PDF에 이미지 스탬프 추가 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에 이미지 스탬프를 추가합니다....Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/ko/net/stamps/image/
  5. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ C++ | Aspose.PDF

    เพิ่มแสตมป์รูปภาพลงในไฟล์ PDF โดยเป็นโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    products.aspose.com/pdf/th/cpp/stamps/image/
  6. Add Watermark to PDF using C++ | Aspose.PDF

    Add watermark to PDF file programmatically with C++ sample code using Aspose.PDF for C++...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...Center ); artifact -> set_Rotation ( 15 ); artifact -> set_Opacity...

    products.aspose.com/pdf/cpp/watermark/add/
  7. Dodaj stempel tekstowy do pliku PDF za pomocą C...

    Dodaj stempel tekstowy do pliku PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET....YIndent = 100 , Rotate = Aspose . Pdf . Rotation . on90 }; textStamp...

    products.aspose.com/pdf/pl/net/stamps/text/
  8. Dodaj znak wodny do pliku PDF za pomocą C++ | A...

    Dodaj znak wodny do pliku PDF programowo z przykładowym kodem C++ używając Aspose.PDF dla C++...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...Center ); artifact -> set_Rotation ( 15 ); artifact -> set_Opacity...

    products.aspose.com/pdf/pl/cpp/watermark/add/
  9. 使用 C# 向 PDF 添加图像图章 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式向 PDF 文件添加图像图章。...Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/zh-hant/net/stamps/image/
  10. Add PDF Page Stamp|Aspose.PDF for Java

    Learn how to add page stamps, such as text or image stamps, to existing PDF documents using Aspose.PDF for Java....other attributes like origin, rotation, background etc. using Stamp...SetOrigin ( 20 , 20 ); stamp . Rotation = 90 . 0F ; stamp . IsBackground...

    docs.aspose.com/pdf/java/add-pdf-page-stamp/