Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 7,627 for

rotate

(0.18 sec)
  1. Formatear texto de PowerPoint en Python|Documen...

    Aprenda a formatear y dar estilo al texto en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Python vía .NET. Personalice fuentes, colores, alineación y más con potentes ejemplos de código Python....demostraremos cómo usar la propiedad rotation_angle en Aspose.Slides. Para...Para establecer la propiedad rotation_angle , siga estos pasos:...

    docs.aspose.com/slides/es/python-net/text-forma...
  2. Trabajando con Artefactos en C++|Aspose.PDF par...

    Esta página describe cómo trabajar con la clase Artifact usando Aspose.PDF para C++. Los fragmentos de código muestran cómo agregar una imagen de fondo a las páginas PDF y cómo obtener cada marca de agua en la primera página de un archivo PDF....Rotation – Obtiene la rotación de un...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    docs.aspose.com/pdf/es/cpp/artifacts/
  3. 搜索

    搜索...save("rotated-image.bmp"); 以下是輸入圖像和生成的翻轉圖像。...Rotate180FlipX); // 保存圖片 image.save("rotated-image.bmp"); 以下是我們在應用旋轉和翻轉後得到的結果圖像(右)。...

    blog.aspose.com/zh-hant/imaging/flip-images-in-...
  4. آرشیوها

    آرشیوها... فیلتر rotate() را اضافه کنید. پس از آن،...preprocessingfilters.PreprocessingFilter.rotate(5.8)) # تصویر را به دسته شناسایی...

    blog.aspose.com/fa/ocr/skew-correction-in-python/
  5. Lưu trữ

    Lưu trữ...psd"; String destName = "Rotate-PSD_out.jpg"; // Tải tệp hình...cân đối với màu nền đỏ image.rotate(20f, true, Color.getRed());...

    blog.aspose.com/vi/psd/crop-rotate-psd-image-java/
  6. 이미지의 해상도 및 크기 가져오기|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF의 임베디드 이미지의 해상도와 크기를 검색하는 방법을 배웁니다....GSave ConcatenateMatrix // rotate contents after the operator...ConcatenateMatrix // scale (with previous rotation) contents after the operator...

    docs.aspose.com/pdf/ko/net/get-resolution-and-d...
  7. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for C++. Get clear code samples and tips to streamline your presentations....adjust the position, size, and rotation of SmartArt node shapes, set...SmartArtShape position, size and rotation also please note that adding...

    docs.aspose.com/slides/cpp/manage-smartart-shap...
  8. FontFeature enumeration | Aspose.Words for Python

    aspose.words.shaping.FontFeature enumeration. Features provide information about how glyphs are used in a font to render a script...‘vert’ VERTICAL_ALTERNATES_AND_ROTATION Replaces some fixed-width...vertical writing (that is, rotated 90 degrees clockwise). https://docs...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AxisTickLabels class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickLabels class. Represents properties of axis tick mark labels.... rotation Gets or sets the rotation of the tick labels...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 C++ 中管理演示文稿形状|Aspose.Slides 文档

    了解如何在 Aspose.Slides for C++ 中创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。... auto rotation = shape -> get_Frame () -> get_Rotation (); shape... height , flipH , flipV , rotation )); presentation -> Save (...

    docs.aspose.com/slides/zh/cpp/shape-manipulations/