Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 7,455 for

rotate

(0.17 sec)
  1. متن، تصویر یا تمبر صفحه در PDF با استفاده از Ja...

    اضافه کردن تمبر: متن، تصویر یا صفحه - به PDF به صورت برنامه نویسی با کد نمونه Java با استفاده از Aspose.PDF برای Java....100 ); // Rotate stamp textStamp . setRotate ( Rotation . on90 );...

    products.aspose.com/pdf/fa/java/stamps/
  2. Aggiungi timbro di testo al PDF usando Java | A...

    Aggiungi un timbro di testo al file PDF in modo programmatico con il codice di esempio Java usando Aspose.PDF per Java....100 ); // Rotate stamp textStamp . setRotate ( Rotation . on90 );...

    products.aspose.com/pdf/it/java/stamps/text/
  3. Obracanie obrazu w Java

    Ten krótki temat pokazuje, jak obrócić obraz w Java. Operacja obracania bitmapy w Java zostanie zaprezentowana dla kąta zdefiniowanego przez użytkownika, w tym jak ustawić kolor tła dla obszarów odsłoniętych przez obrót....kolor tła za pomocą metody rotate Eksportuj obrócony obraz Wykorzystując...Java , przykład używa metody rotate, aby zastosować określoną rotację...

    kb.aspose.com/pl/imaging/java/rotate-image-in-j...
  4. TextPath.rotateLetters property | Aspose.Words ...

    TextPath.RotateLetters property. Determines whether the letters of the text are Rotated....the letters of the text are rotated. get rotateLetters () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Dessin SVG – Guide Aspose.SVG

    Apprenez les concepts de base et les éléments de dessin utilisés dans les images SVG - formes SVG, couleurs, chemins, remplissages, traits, filtres....de transformation pour la rotation, la mise à l’échelle, le déplacement...fill = "#f3622a" transform = "rotate(90 30 64) translate(5 -14)"...

    docs.aspose.com/svg/fr/net/drawing-basics/
  6. تنسيق خلايا إكسل|Documentation

    تطبيق تنسيق خلايا إكسل تطبيق الخلفيات، الحدود، المحاذاة، تنسيقات الأرقام، وأنماط الخلايا باستخدام أتمتة الذكاء الاصطناعي...: { "filepath" : "reports/rotation-demo.xlsx" , "sheet_name"...[ { "range" : "D1" , "text_rotation" : 45 , "horizontal_align"...

    docs.aspose.com/cells/ar/nodejs-cpp/mcp/cell-fo...
  7. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop.... Set the chart’s rotation angles in the X and Y directions...// Set the chart rotation. ppChart . Rotation = 20 ; // Y-Value...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  8. Aspose::Words::Fields::FieldMergeBarcode::get_S...

    Aspose::Words::Fields::FieldMergeBarcode::get_SymbolRotation method. Gets the rotation of the barcode symbol. Valid values are [0, 3] in C++....lRotation method Gets the rotation of the barcode symbol. Valid...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Drawing::TextPath::set_RotateLet...

    Aspose::Words::Drawing::TextPath::set_RotateLetters method. Determines whether the letters of the text are Rotated in C++....the letters of the text are rotated. void Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Rotar Páginas de PDF Usando C++|Aspose.PDF para...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente de manera programática con C++....de rotación usando el método Rotate(). void ChangePageOrientatio...la página page -> set_Rotate ( Rotation :: on90 ); } // Guardar...

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