Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 7,548 for

rotate

(0.94 sec)
  1. Rust 를 사용하여 PDF 회전 | Aspose.PDF

    Rust via C++ 용 Aspose.PDF 를 사용하여 Rust 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....asposepdf :: { Document , Rotation }; fn main () -> Result <...) ? ; // Rotate page pdf . page_rotate ( 1 , Rotation :: On180...

    products.aspose.com/pdf/ko/rust-cpp/rotate/
  2. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...
  3. Comment faire pivoter du texte dans Adobe Acrob...

    Ce court didacticiel explique comment faire pivoter du texte dans Adobe Acrobat à l'aide de Java. Il contient des détails sur les paramètres de l'IDE, le processus par étapes et un exemple de code exécutable pour faire pivoter le texte au format PDF à l'aide de Java....seulement le processus de rotation du texte dans le PDF, mais...texte, la police et l’angle de rotation à l’aide des propriétés pertinentes...

    kb.aspose.com/fr/pdf/java/how-to-rotate-text-in...
  4. TextOrientation enumeration | Aspose.Words for ...

    Aspose.Words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame.... Downward Text is rotated 90 degrees to the right to...bottom (tb-rl). Upward Text is rotated 90 degrees to the left to appear...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Konstatera Quaternions och sök på 3D-titeter|Do...

    Aspose.3D for .NET tillåter utvecklare att kombinera två rotationsomvandlingar till en som representeras i en quaternion.... q1 and q2 rotate alone x-axis with same angle...)); cylinder . Transform . Rotation = q1 ; cylinder . Transform...

    docs.aspose.com/3d/sv/net/concatenate-quaternio...
  6. Concatenare i quaternioni e applicare su 3D ent...

    Aspose.3D for .NET consente agli sviluppatori di combinare due trasformazioni di rotazione in una rappresentata in un quaternione.... q1 and q2 rotate alone x-axis with same angle...)); cylinder . Transform . Rotation = q1 ; cylinder . Transform...

    docs.aspose.com/3d/it/net/concatenate-quaternio...
  7. Поворот страниц PDF с помощью C#|Aspose.PDF for...

    В этом разделе описывается, как программно повернуть ориентацию страниц в существующем файле PDF с помощью C#....угол поворота с помощью метода Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/ru/net/rotate-pages/
  8. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Orientation method. Gets or sets the orientation of the tick label text in C++....to change orientation and rotation for axis tick labels. auto...tick label orientation and rotation. xTickLabels -> set_Orientation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Rotacionar Páginas de PDF Usando C#|Aspose.PDF ...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com C#....de rotação usando o método Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/pt/net/rotate-pages/
  10. 档案

    档案... 使用 Page->setRotate(Rotation value) 方法旋转每一页。 使用 Docume...// 旋转页面 page->set_Rotate(Aspose::Pdf::Rotation::on180); } // 保存...

    blog.aspose.com/zh/pdf/rotate-pdf-pages-text-or...