Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 34,469 for

line

(1.35 sec)
  1. Rahmen zu Zellen in einem Arbeitsblatt in VSTO ...

    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...."Hair Lines" ; objSheet . Cells [ 4 , 1 ] = "Thin Lines" ; objSheet..."Medium Lines" ; objSheet . Cells [ 8 , 1 ] = "Thick Lines" ; //Define...

    docs.aspose.com/cells/de/net/add-borders-to-cel...
  2. VSTO ve Aspose.Cells te Bir Çalışma Sayfasındak...

    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...."Hair Lines" ; objSheet . Cells [ 4 , 1 ] = "Thin Lines" ; objSheet..."Medium Lines" ; objSheet . Cells [ 8 , 1 ] = "Thick Lines" ; //Define...

    docs.aspose.com/cells/tr/net/add-borders-to-cel...
  3. Redigera Connector Geometry Section i ShapeShee...

    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....object $line_to = new LineTo (); \ # set X value $line_to -> getX...setValue ( 0 ); \ # set Y value $line_to -> getY () -> setValue ((...

    docs.aspose.com/diagram/sv/java/edit-connector-...
  4. 在 Ruby 中编辑 ShapeSheet 中的连接器几何部分|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....initialize LineTo geometry object line_to = Rjb :: import ( 'com.aspose...LineTo' ) . new \ # set X value line_to . getX () . setValue ( 0...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  5. قم بتحرير قسم هندسة الموصل في ورقة الشكل في PHP...

    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....object $line_to = new LineTo (); \ # set X value $line_to -> getX...setValue ( 0 ); \ # set Y value $line_to -> getY () -> setValue ((...

    docs.aspose.com/diagram/ar/java/edit-connector-...
  6. Добавить линии тренда к диаграммам презентации ...

    Быстро добавляйте и настраивайте линии тренда в диаграммах PowerPoint и OpenDocument с помощью Aspose.Slides for Python via .NET — практическое руководство и примеры кода для повышения точности прогнозов и привлечения вашей аудитории.... trend_lines . add ( charts . TrendlineType...chart_data . series [ 0 ] . trend_lines . add ( charts . TrendlineType...

    docs.aspose.com/slides/ru/python-net/trend-line/
  7. TxtLoadOptions.LeadingSpacesOptions | Aspose.Wo...

    اكتشف خاصية LeadingSpacesOptions في TxtLoadOptions لتخصيص التعامل مع المسافات البادئة. حسّن تحميل نصك باستخدام إعداد ConvertToIndent الافتراضي....string textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 " ; // قم بإنشاء...]. GetText (). StartsWith ( "Line 1" )); Assert . True ( paragraphs...

    reference.aspose.com/words/ar/net/aspose.words....
  8. TxtTrailingSpacesOptions Enum | Aspose.Words fö...

    Upptäck Aspose.Words.TxtTrailingSpacesOptions-enum för effektiv hantering av efterföljande utrymme vid import av textfiler. Förbättra din dokumenthantering idag!...string textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 " ; // Skapa...]. GetText (). StartsWith ( "Line 1" )); Assert . True ( paragraphs...

    reference.aspose.com/words/sv/net/aspose.words....
  9. WordML2003SaveOptions.save_format property | As...

    WordML2003SaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...xml' ) new_line = system_helper . environment...environment . Environment . new_line () if pretty_format : self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PDF 파일에 선 객체 추가|Aspose.PDF for C++

    이 문서에서는 Aspose.PDF for C++를 사용하여 PDF에 선 객체를 추가하는 방법을 설명합니다....대시 패턴, 색상 및 기타 서식을 지정할 수 있는 Line 객체를 추가할 수 있는 이점도 제공합니다. 다음 단계를...auto line = MakeObject < Aspose :: Pdf :: Drawing :: Line > (...

    docs.aspose.com/pdf/ko/cpp/add-line/