Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 7,271 for

rotation

(0.26 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceBottom method. Returns or sets the distance (in points) between the document text and the bottom edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceLeft method. Returns or sets the distance (in points) between the document text and the left edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ShapeTextOrientation Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Drawing.ShapeTextOrientation per controllare facilmente l'orientamento del testo nelle forme, migliorando la progettazione e la leggibilità dei tuoi documenti.... Rotation = - 45 ; // Modifica l'orientamento...Horizontal ; dataLabels [ 0 ]. Rotation = 45 ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/it/net/aspose.words....
  4. 記録

    記録...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...textFragment3 = new TextFragment("rotated text"); textFragment3.setPosition(new...

    blog.aspose.com/ja/pdf/rotate-text-inside-pdf-d...
  5. Lavorare con le trasformazioni in un file PS | ...

    Come trasformare un contenuto in un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python....) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/it/python-net/ps/working-w...
  6. Trabalhar com Transformações em ficheiro PS | P...

    Como transformar um conteúdo num ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Python....) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/pt/python-net/ps/working-w...
  7. Архивы

    Архивы...Save("image-rotated.bmp"); } Ниже показано повернутое...изображение image.Save("image-rotated-flipped.bmp"); } Ниже приведен...

    blog.aspose.com/ru/imaging/rotate-images-in-csh...
  8. أرشيف

    أرشيف...Save("image-rotated.bmp"); } فيما يلي الصورة التي...احفظ الصورة image.Save("image-rotated-flipped.bmp"); } فيما يلي لقطة...

    blog.aspose.com/ar/imaging/rotate-images-in-csh...
  9. Node.jsでPDFページを回転する|Aspose.PDF for Node.js via C++

    このトピックでは、Node.js環境で既存のPDFファイルのページの向きをプログラムで回転する方法について説明します。...Rotation’ を使用します。これにより、PDFを何度回転させる...pdf_file , AsposePdfModule . Rotation . on270 , "ResultRotation...

    docs.aspose.com/pdf/ja/nodejs-cpp/rotate-pages/
  10. Поворот страниц PDF с использованием C++|Aspose...

    В этой теме описано, как программно изменить ориентацию страниц в существующем PDF-файле с помощью C++....угол поворота с помощью метода Rotate(). void ChangePageOrientatio...страницы page -> set_Rotate ( Rotation :: on90 ); } // Сохранить...

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