Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 12,297 for

fill

(0.13 sec)
  1. ארכיון

    ארכיון...// צור מברשת תמונה path->set_Fill(doc->CreateImageBrush(u"QL_logo_color...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/he/page/create-or-edit-postscri...
  2. Establecer Visio Forma XForm, Línea y Datos de ...

    Esta sección explica cómo configurar el estilo de la forma, incluidos sus datos de línea y datos de relleno con Aspose.Diagram....Fill objeto. La propiedad Relleno...shape . ID == 1 ) { shape . Fill . FillBkgnd . Value = diagram...

    docs.aspose.com/diagram/es/net/set-visio-shape-...
  3. Chercher

    chercher... fill : définit la couleur du texte...attributs text.SetAttribute("fill", "blue"); text.SetAttribute("x"...

    blog.aspose.com/fr/svg/convert-text-to-svg-in-c...
  4. 搜索

    搜索... fill:定義呈現的文本顏色。 transform :旋轉、平移、傾斜和縮放。...// 設置各種屬性 text.SetAttribute("fill", "blue"); text.SetAttribute("x"...

    blog.aspose.com/zh-hant/svg/convert-text-to-svg...
  5. Texto SVG – elemento text, textPath – Guía de A...

    Aprenda sobre glifos SVG, fuentes y caracteres, y cómo mostrar, formatear y dar estilo al texto SVG usando los elementos text, tspan y textPath....> 2 < text x = "10" y = "6" fill = "red" > The text is not fully...> 3 < text x = "10" y = "30" fill = "green" > The text is fully...

    docs.aspose.com/svg/es/net/drawing-basics/svg-t...
  6. Pythonでプレゼンテーションに画像フレームを追加する|Aspose.Slides for ...

    Aspose.Slides for Python via .NET を使用して、PowerPoint および OpenDocument のプレゼンテーションに画像フレームを追加します。ワークフローを効率化し、スライドデザインを向上させましょう。... fill_format . fill_type = slides . FillType...picture_frame . line_format . fill_format . solid_fill_color . color = draw...

    docs.aspose.com/slides/ja/python-net/picture-fr...
  7. עבודה עם תרשימים C#|Aspose.Words עבור .NET

    מבוא לתכונה Chart, כיצד ליצור ולתפעל charts באמצעות שימוש C#.... כיצד להגדיר Fill and Stroke Format פורמט מלא...series color. series1 . Format . Fill . ForeColor = Color . Red ;...

    docs.aspose.com/words/he/net/working-with-charts/
  8. Arbeiten mit Bildern in XPS-Dateien | Python

    Wie man einer XPS-Datei ein einfaches oder gekacheltes Bild hinzufügt Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen.... fill = doc. create_image_brush (data_dir...Tile an image 6 # ImageBrush filled rectangle in the right top...

    docs.aspose.com/page/de/python-net/xps/working-...
  9. PostScript での変換操作 | C++

    PS ファイルのコンテンツを変換する方法は、Aspose.Page API ソリューションで回答されています。C++ での機能の使用方法については、こちらをご覧ください。...(System::Drawing::Color::get_Orange())); 4 5 //Fill the first rectangle that is...transformations. 6 document -> Fill(path); 7 ////////// ここで、上位レ...

    docs.aspose.com/page/ja/cpp/ps/working-with-tra...
  10. SVG-Datei bearbeiten – Aspose.SVG for .NET

    Erfahren Sie, wie Sie SVG in C# bearbeiten. Mit Aspose.SVG for .NET können Sie SVG-Elemente und SVG-Pfade hinzufügen und bearbeiten, auf Bitmaps zeichnen usw.... SetAttribute ( "fill" , "#8A8D8F" ); 2 gElement....circleElement. SetAttribute ( "fill" , "Salmon" ); 18 19 // Add...

    docs.aspose.com/svg/de/net/edit-svg-file/