Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 12,308 for

fill

(0.22 sec)
  1. Travailler avec des motifs de hachures dans PS ...

    Comment ajouter un motif hachuré à un fichier PS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité dans .NET....(x, y); 46 //Fill pattern square 47 document. Fill (path); 48 //Set...WriteGraphicsRestore (); 64 65 //Fill text with hatch pattern 66 HatchBrush...

    docs.aspose.com/page/fr/net/ps/working-with-hat...
  2. JavaScriptを介してC++でExcelのコメントの背景を変更する方法|Document...

    Aspose.Cells for JavaスクリプトをC++を使い、コメントの色を変更したり、コメント内に画像や写真を挿入する方法... fill . solidFill . color = AsposeCells...set it to the comment's shape fill imageData const imageFile =...

    docs.aspose.com/cells/ja/javascript-cpp/how-to-...
  3. .NET でプレゼンテーションチャートの書式設定|Aspose.Slides ドキュメント

    Aspose.Slides for .NET でのチャート書式設定を学び、プロフェッショナルで目を引くスタイリングで PowerPoint プレゼンテーションを向上させましょう。... Fill . FillType = FillType . Solid...chart . BackWall . Format . Fill . SolidFillColor . Color = Color...

    docs.aspose.com/slides/ja/net/chart-formatting/
  4. Gérer les séries de données de graphiques dans ...

    Apprenez à gérer les séries de graphiques en C++ pour PowerPoint (PPT/PPTX) grâce à des exemples de code pratiques et aux meilleures pratiques pour améliorer vos présentations de données....point -> get_Format () -> get_Fill () -> set_FillType ( FillType...point -> get_Format () -> get_Fill () -> get_SolidFillColor ()...

    docs.aspose.com/slides/fr/cpp/chart-series/
  5. ضبط مظهر الرسم البياني باستخدام C++|Documentation

    تعلم كيفية تكوين مظهر الرسوم البيانية في Aspose.Cells for C++. سيرشدك دليلنا إلى كيفية تعديل تخطيطات الأشكال اللونية، الألوان، الخطوط، والآثار لتحقيق النمط المرئي المطلوب وتعزيز أوراق العمل الخاصة بك....SetForegroundColor ( Color :: Cyan ()); // Filling the area of the 2nd SeriesCollection...SetForegroundColor ( Color :: Cyan ()); // Filling the area of the 2nd SeriesCollection...

    docs.aspose.com/cells/ar/cpp/setting-chart-appe...
  6. Modificaciones basadas en eventos de la página ...

    Descubra cómo realizar cambios repetidos en todas las páginas de salida durante la conversión de un archivo XPS utilizando Aspose.Page API para C++..."[First]" ); 28 glyphs -> set_Fill(api -> CreateSolidColorBrus..."[Prev]" ); 34 glyphs -> set_Fill(api -> CreateSolidColorBrus...

    docs.aspose.com/page/es/cpp/xps/event-based-mod...
  7. Adicionar Objeto Elipse ao arquivo PDF|Aspose.P...

    Este artigo explica como criar um objeto Elipse no seu PDF usando Aspose.PDF for .NET....Create first ellipse and set its fill color var ellipse1 = new Aspose...Create second ellipse and set its fill color var ellipse2 = new Aspose...

    docs.aspose.com/pdf/pt/net/add-ellipse/
  8. Agregar objeto Elipse a archivo PDF|Aspose.PDF ...

    Este artículo explica cómo crear un objeto Elipse en su PDF utilizando Aspose.PDF for .NET....Create first ellipse and set its fill color var ellipse1 = new Aspose...Create second ellipse and set its fill color var ellipse2 = new Aspose...

    docs.aspose.com/pdf/es/net/add-ellipse/
  9. 使用 C++ 操作 XFA 表单|Aspose.PDF for C++

    Aspose.PDF for C++ API 允许您在 PDF 文档中使用 XFA 和 XFA Acroform 字段。Aspose.PDF.Facades。...document -> Save ( _dataDir + u "Filled_XFA_out.pdf" ); } 将 XFA 转换为...document -> Save ( _dataDir + u "Filled_XFA_out.pdf" ); } 使用 Aspose...

    docs.aspose.com/pdf/zh/cpp/xfa-forms/
  10. Working with Text | C++ API Solution

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++..." ); 8 glyphs -> set_Fill(textFill); 9 // Save resultant...set_BidiLevel(1); 8 glyphs -> set_Fill(textFill); 9 // Save resultant...

    docs.aspose.com/page/cpp/xps/working-with-text/