Sort Score
Result 10 results
Languages All
Labels All
Results 7,851 - 7,860 of 27,012 for

x

(0.15 sec)
  1. I want to fetch the boundary points(coordinates...

    I want to fetch the boundary points(coordinates) of the hatch in dwg file using Aspose.Cad for dot net....X, point2d.Y); } } else if (path...FirstPoint.X, line.FirstPoint.Y, line.SecondPoint.X, line.SecondPoint...

    forum.aspose.com/t/i-want-to-fetch-the-boundary...
  2. Renderizza il testo con i glifi | API per C++

    Soluzione API C++ per la gestione di vari font. Scopri come visualizzare il testo di qualsiasi complessità con il codice dei glifi....set_X(( float )moveTo -> get_X()); _currentPoint...lineTo) { float x = ( float )lineTo -> get_X(); float y = ( float...

    products.aspose.com/font/it/cpp/render-text/
  3. Применение или изменение макетов слайдов в Java...

    Управляйте и настраивайте макеты слайдов в Aspose.Slides for Java. Изучите типы макетов, управление заполнителями и видимость нижних колонтитулов через примеры кода на Java....ILayoutPlaceholderMa addContentPlaceholde(float x, float y, float width, float height)...height) addVerticalContentPl(float x, float y, float width, float height)...

    docs.aspose.com/slides/ru/java/slide-layout/
  4. Lavorare con i modelli di tratteggio in un file...

    Come aggiungere un modello di tratteggio a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python.... 16 sum_x = 0. 17 18 # Restore a graphics...bounds 39 x = square_side 40 y = 0 41 if sum_x >= width: 42 x = - (sum_x...

    docs.aspose.com/page/it/python-net/ps/working-w...
  5. Trabalhar com Padrões de Hachura em ficheiro PS...

    Como adicionar um padrão de hachura a um ficheiro PS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em Python.... 16 sum_x = 0. 17 18 # Restore a graphics...bounds 39 x = square_side 40 y = 0 41 if sum_x >= width: 42 x = - (sum_x...

    docs.aspose.com/page/pt/python-net/ps/working-w...
  6. تطبيق أو تغيير تخطيط شريحة في C#|توثيق Aspose.S...

    تعرف على كيفية إدارة وتخصيص تخطيطات الشرائح في Aspose.Slides لـ .NET. استكشف أنواع التخطيطات، والتحكم في العناصر النائبة، ورؤية التذييل، وتعديل التخطيط من خلال أمثلة شفرة في C#....ILayoutPlaceholderMa AddContentPlaceholde(float x, float y, float width, float height)...height) AddVerticalContentPl(float x, float y, float width, float height)...

    docs.aspose.com/slides/ar/net/slide-layout/
  7. 데모 설정|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....x.zip 의 \samples 폴더에서 모든 데모 폴더를...aspose-cad-pythons-xx.x.jar 를 aspose-cad-pythons-xx.x.zip 의 \lib 폴더에서...

    docs.aspose.com/cad/ko/python-net/installation/...
  8. Ermitteln der Breite und Höhe des Seiten Setups...

    Erfahren Sie, wie Sie die Papierbreite und höhe des Seiten Setups eines EXcel Arbeitsblatts programmatisch mit C++ Code mithilfe der Aspose.Cells for C++ API erhalten.... GetPaperWidth () << "x" << sheet . GetPageSetup (). GetPaperHeight...GetPageSetup (). GetPaperWidth () << "x" << sheet . GetPageSetup (). GetPaperHeight...

    docs.aspose.com/cells/de/cpp/get-paper-width-an...
  9. الحصول على عرض وارتفاع صفحة إعدادات الورقة لورق...

    اكتشف كيفية الحصول على عرض وارتفاع إعداد صفحة الورق لورقة العمل من خلال برمجياً باستخدام Node.js عبر C++.... getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...getPageSetup (). getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...

    docs.aspose.com/cells/ar/nodejs-cpp/get-paper-w...
  10. セルにデータを追加|Documentation

    この記事では、Aspose.Cells for .NET APIsを使用してセルにデータを追加する方法について説明します。... Worksheets [ 0 ]; int x = 1 ; for ( int i = 1 ; i <= 15...worksheet . Cells [ i , j ]. Value = x ++; } } workbook . Save ( "test...

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