Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 7,419 for

rotate

(0.19 sec)
  1. Các Tài Nguyên Được Hỗ Trợ|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.... Rendering of Rotated Text Layers Hỗ trợ của Lớp...

    docs.aspose.com/psd/vi/java/supported-resources/
  2. ShapeBase.screenTip property | Aspose.Words for...

    ShapeBase.screenTip property. Defines the text displayed when the mouse pointer moves over the shape....rotation property ShapeBase.shadowFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartTitle::set...

    Aspose::Words::Drawing::Charts::ChartTitle::set_Overlay method. Setter for Aspose::Words::Drawing::Charts::ChartTitle::get_Overlay in C++....::Charts::ChartTitle::set_Rotation method...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Gérer les formes de présentation en C++|Documen...

    Apprenez à créer, modifier et optimiser les formes dans Aspose.Slides pour C++ et à fournir des présentations PowerPoint haute performance....flipV , ainsi que l’angle de rotation. L’affectation de cette instance... auto rotation = shape -> get_Frame () -> get_Rotation (); shape...

    docs.aspose.com/slides/fr/cpp/shape-manipulations/
  5. Transformationsmatrix – Aspose.SVG-Handbuch

    Erfahren Sie, wie Sie mit einer Transformationsmatrix SVG drehen, skalieren, verschieben und verzerren und sehen Sie sich Codebeispiele für SVG-Transformationen an....SVG-Transformationen wie Translation , Rotation , Skalierung und Skewing ...Translations-, Skalierungs-, Rotations- und Schrägtransformationen...

    docs.aspose.com/svg/de/net/drawing-basics/trans...
  6. Add Watermarks to Presentations in PHP|Aspose.S...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in PHP to indicate a draft, confidential information, copyright, and more....such as center alignment, rotation, front position, etc. We will...$watermarkShape ); Set Watermark Rotation Here is a code example of...

    docs.aspose.com/slides/php-java/watermark/
  7. Agregar marca de agua a PDF con JavaScript vía ...

    Aprende cómo agregar marca de agua de texto e imagen a PDF mientras conviertes Excel a PDF usando Aspose.Cells for JavaScript vía C++....Center ; // specify rotation watermark . rotation = 30 ; // specify...200 ; // Specify rotation. watermark . rotation = 30 ; // Specify...

    docs.aspose.com/cells/es/javascript-cpp/add-wat...
  8. Data Formatting|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....indentation level, text direction, rotation angle and much more. Using...Orientation Set the orientation (rotation) of the text in a cell with...

    docs.aspose.com/cells/java/data-formatting/
  9. Ajouter des tampons de texte dans un fichier PD...

    Ajoutez un tampon de texte à un fichier PDF en utilisant la classe TextStamp avec C++....tampon textStamp -> set_Rotate ( Rotation :: on90 ); // Définir...DeviceRGB ); stamp -> set_Rotation ( 45.0F ); stamp -> set_IsBackground...

    docs.aspose.com/pdf/fr/cpp/text-stamps-in-the-p...
  10. C++を使用してPDFページを回転させる|Aspose.PDF for C++

    このトピックでは、既存のPDFファイルのページの向きをC++でプログラム的に回転させる方法について説明します。...また、Rotate()メソッドを使用して回転角度を設定することでもページの向きを変更できます。...ページの回転角度を設定 page -> set_Rotate ( Rotation :: on90 ); } // 出力ファイルを保存...

    docs.aspose.com/pdf/ja/cpp/rotate-pages/