Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 7,551 for

rotate

(0.05 sec)
  1. اضافه کردن تمبر متن به PDF با استفاده از C++ | ...

    تمبر متن را به فایل PDF به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ اضافه کنید....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/fa/cpp/stamps/text/
  2. 使用 C++ 向 PDF 添加文本图章 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式向 PDF 文件添加文本图章。...); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/zh-hant/cpp/stamps/text/
  3. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Orientation method. Gets or sets the orientation of the chart title text in C++....how to set orientation and rotation of chart and axis titles....chart -> get_Title () -> set_Rotation ( 90 ); // Before setting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Orientation method. Gets or sets the orientation of the axis title text in C++....how to set orientation and rotation of chart and axis titles....chart -> get_Title () -> set_Rotation ( 90 ); // Before setting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Lägg till vattenstämpel i PDF|Documentation

    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....in justering, förskjutning, rotation, opacitet, förgrund/bakgrund...in justering, förskjutning, rotation, opacitet, förgrund/bakgrund...

    docs.aspose.com/cells/sv/java/add-watermark-to-...
  6. Archiwa

    Archiwa...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...textFragment3 = new TextFragment("rotated text"); textFragment3.setPosition(new...

    blog.aspose.com/pl/pdf/rotate-text-inside-pdf-d...
  7. Arşiv

    Arşiv...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...textFragment3 = new TextFragment("rotated text"); textFragment3.setPosition(new...

    blog.aspose.com/tr/pdf/rotate-text-inside-pdf-d...
  8. Chercher

    chercher... Avant la rotation, l’image doit être mise en...Spécifiez l’angle de rotation dans la méthode rotate . Enregistrez le...

    blog.aspose.com/fr/psd/crop-rotate-psd-image-java/
  9. How to Add Image Watermark in Presentation usin...

    This short tutorial will guide you on how to add image watermark in presentation using Java. With the help of these steps, you can insert image watermark in presentation using Java at different positions and angles in a slide....slide Set the position and rotation angle of the picture frame...set the shape position and rotation angle before saving the modified...

    kb.aspose.com/slides/java/how-to-add-image-wate...
  10. 파이썬을 사용하여 PDF 페이지 회전|Aspose.PDF for Python via ...

    이 주제는 파이썬을 사용하여 기존 PDF 파일에서 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다.... ‘rotate’ 메서드를 사용하여 회전 각도를 설정함으로써 페이지...페이지의 회전 각도 설정 page . rotate = ap . Rotation . ON90 # 출력 파일 저장 doc...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/