Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 33,869 for

line

(0.21 sec)
  1. 将线对象添加到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建线对象。...您还可以添加 Line 对象,并可以为线条元素指定虚线模式、颜色和其他格式。 请按以下步骤操作:...); // 创建 Rectangle 实例 Line line = new Line ( new float [] { 100...

    docs.aspose.com/pdf/zh/java/add-line/
  2. Créer des formes de ligne dans les présentation...

    Apprenez à manipuler le formatage des lignes dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Découvrez les propriétés, les méthodes et des exemples....Ajoutez un AutoShape de type LINE en utilisant la méthode add_auto_shape...Ajoutez une forme auto de type LINE. slide . shapes . add_auto_shape...

    docs.aspose.com/slides/fr/python-net/line/
  3. TxtTrailingSpacesOptions Enum | Aspose.Words لـ...

    اكتشف خاصية Aspose.Words.TxtTrailingSpacesOptions لإدارة المساحات الزائدة بكفاءة عند استيراد ملفات النصوص. حسّن معالجة مستنداتك اليوم!...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....
  4. TxtLoadOptions.LeadingSpacesOptions | Aspose.Wo...

    Upptäck TxtLoadOptions egenskap LeadingSpacesOptions för att anpassa hanteringen av radavstånd. Optimera din textinläsning med standardinställningen ConvertToIndent....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....
  5. TxtLoadOptions.TrailingSpacesOptions | Aspose.W...

    Upptäck egenskapen TrailingSpacesOptions i TxtLoadOptions för att enkelt hantera efterföljande mellanslag. Anpassa hanteringen med standardalternativet Trim för optimala resultat....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....
  6. Visio Şekil Devralma Satırını Alın|Documentation

    Bu bölüm, visio şeklinin üst stilinden devralınan çizgi stilini ve Aspose.Diagram ile ana stilini nasıl alacağınızı açıklar....Inherit Line from the parent style and master Line line = shape...the line formatting values System . out . println ( line . getBeginArrow...

    docs.aspose.com/diagram/tr/java/get-visio-shape...
  7. إنشاء أشكال الخط في العروض التقديمية باستخدام ب...

    تعلم كيفية تعديل تنسيق الخط في عروض PowerPoint و OpenDocument باستخدام Aspose.Slides for Python via .NET. اكتشف الخصائص والطرق والأمثلة....إضافة الشكل التلقائي من النوع LINE باستخدام طريقة add_auto_shape...# إضافة شكل تلقائي من النوع LINE. slide . shapes . add_auto_shape...

    docs.aspose.com/slides/ar/python-net/line/
  8. Linienformen in Präsentationen mit Python erste...

    Erfahren Sie, wie Sie die Linienformatierung in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET manipulieren können. Entdecken Sie Eigenschaften, Methoden und Beispiele....‑Objekt eine AutoShape vom Typ LINE über die Methode add_auto_shape...slides [ 0 ] # AutoShape vom Typ LINE hinzufügen. slide . shapes ...

    docs.aspose.com/slides/de/python-net/line/
  9. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats...txt' ) new_line = system_helper . environment...environment . Environment . new_line () switch_condition = txt_export...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Añadir Objeto Línea al Archivo PDF|Aspose.PDF p...

    Este artículo explica cómo crear un objeto línea en su PDF usando Aspose.PDF para Java....instancia de Rectangle Line line = new Line ( new float [] { 100...100 , 100 , 200 , 100 }); line . getGraphInfo (). setLineWidth...

    docs.aspose.com/pdf/es/java/add-line/