Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 24,927 for

x

(0.09 sec)
  1. แสดงข้อความด้วยสัญลักษณ์ | API สำหรับ C++

    โซลูชัน C++ API เพื่อจัดการฟอนต์ต่างๆ เรียนรู้วิธีแสดงภาพข้อความของความซับซ้อนใดๆ ด้วยโค้ดร่ายมนตร์...set_X(( float )moveTo -> get_X()); _currentPoint...lineTo) { float x = ( float )lineTo -> get_X(); float y = ( float...

    products.aspose.com/font/th/cpp/render-text/
  2. Redimensionnement des Formes sur la Diapositive...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....ratioHeight ); shape -> set_X ( shape -> get_X () * ratioWidth ); }...ratioHeight ); shape -> set_X ( shape -> get_X () * ratioWidth ); }...

    docs.aspose.com/slides/fr/cpp/re-sizing-shapes-...
  3. ShapeRenderer Class | Aspose.Words per .NET

    Scopri Aspose.Words.Rendering.ShapeRenderer per convertire senza sforzo Shapes e GroupShapes in immagini raster o vettoriali di alta qualità per i tuoi progetti....AddShapeToRenderToSc ( ShapeBase shape , float x , float y , float scale ) { mShapesToRender... float []>( shape , new [] { x , y , scale })); } public void...

    reference.aspose.com/words/it/net/aspose.words....
  4. Chercher

    chercher...Where(x => x.ElementType == Forms.FormElementType...Forms.InputElement>() .Where(x => x.Type == Forms.InputElementType...

    blog.aspose.com/fr/html/create-fill-html-form-s...
  5. ค้นหา

    ค้นหา...Where(x => x.ElementType == Forms.FormElementType...Forms.InputElement>() .Where(x => x.Type == Forms.InputElementType...

    blog.aspose.com/th/html/create-fill-html-form-s...
  6. آرشیوها

    آرشیوها...Where(x => x.ElementType == Forms.FormElementType...Forms.InputElement>() .Where(x => x.Type == Forms.InputElementType...

    blog.aspose.com/fa/html/create-fill-html-form-s...
  7. Indice et indice en LaTeX | Manuel LaTeX

    Cet article eXplique comment créer des formules mathématiques contenant des indices et des eXposants avec TeX et LaTeX....exemple, dans l’expression « x² », le « 2 » est un exposant....Il est illégal de taper $x^y^z$ ou $x_y_z$ . TeX se plaindra d’un...

    docs.aspose.com/tex/fr/java/latex-math-subscrip...
  8. كيفية استخدام Aspose.Cells لأمثلة Android via J...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms.... استخرج الملف aspose-cells-X.X.X.jar من أحدث أرشيف إصدار وأضفه...

    docs.aspose.com/cells/ar/java/how-to-use-the-as...
  9. APIの制限|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....CAD for Java x.x.x が表示されます。 保存時のタイムアウトを設定する...

    docs.aspose.com/cad/ja/java/developer-guide/api...
  10. إضافة بيانات في الخلايا|Documentation

    يشرح هذا المقال كيفية إضافة البيانات في الخلايا باستخدام واجهات برمجة التطبيقات Aspose.Cells for .NET.... Worksheets [ 0 ]; int x = 1 ; for ( int i = 1 ; i <= 15...worksheet . Cells [ i , j ]. Value = x ++; } } workbook . Save ( "test...

    docs.aspose.com/cells/ar/net/add-data-in-cells/