Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 7,459 for

rotate

(0.17 sec)
  1. Obróć interfejs API PDF | Aspose.PDF

    Obróć strony PDF za pomocą .NET, .NET Core, Java, C++ i Android....Setting Rotation angle of page page . Rotate = Rotation . on90...

    products.aspose.com/pdf/pl/rotate/
  2. اضافه کردن تمبر متن به PDF با استفاده از C++ | ...

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

    products.aspose.com/pdf/fa/cpp/stamps/text/
  3. 使用 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/
  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. 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...
  6. 記録

    記録...Rotation プロパティを使用して回転角度を設定します。 新しい...textFragment2 = new TextFragment("rotated text"); textFragment2.Position...

    blog.aspose.com/ja/pdf/rotate-text-inside-pdf-d...
  7. Transformation zum Knoten hinzufügen|Documentation

    Aspose.3D for Java API bietet Unterstützung für das Drehen von Objekten in 3D Raum. Es gibt drei Möglichkeiten, die Rotation des Objekts im Raum 3D zu definieren, Euler winkel, Quaternion und Custom Matrix. Alle werden von der Klasse Transform unterstützt....gibt drei Möglichkeiten, die Rotation des Objekts im Raum 3D zu... TSR (Translation/Scaling/Rotation) are most commonly used in...

    docs.aspose.com/3d/de/java/adding-transformatio...
  8. Aspose::Words::Drawing::Charts::ChartAxisTitle ...

    Aspose::Words::Drawing::Charts::ChartAxisTitle class. Provides access to the axis title properties. To learn more, visit the documentation article in C++.... get_Rotation () Gets or sets the rotation of the axis...sTitle::get_Overlay . set_Rotation (int32_t) Setter for Aspo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Rotacionar Páginas de PDF com JavaScript via C+...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente via JavaScript via C++... Rotation . on270 , "ResultRotation...event => { const rotation = 'Module.Rotation.on270' ; /*Girar...

    docs.aspose.com/pdf/pt/javascript-cpp/rotate-pa...
  10. C# 를 사용하여 PDF 회전 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다.... Combine ( dataDir , "Rotate.pdf" ); var outputFile = Path...Path . Combine ( dataDir , "Rotate_out.pdf" ); var document =...

    products.aspose.com/pdf/ko/net/rotate/