Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 12,740 for

fill

(0.56 sec)
  1. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....will look like this: Create Filled Circle Object This example...add a Circle object that is filled with color. public static void...

    docs.aspose.com/pdf/java/add-circle/
  2. Trabalhar com Imagens em Ficheiro XPS | .NET

    Como adicionar uma imagem simples ou em mosaico a um ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em .NET.... Fill = doc. CreateImageBrush (DataDir...Tile image 9 // ImageBrush filled rectangle in the right top...

    docs.aspose.com/page/pt/net/xps/working-with-im...
  3. 아카이브

    아카이브...Fill = textFill; // 결과 XPS 문서 저장...glyphs.BidiLevel = 1; glyphs.Fill = textFill; // 결과 XPS 문서 저장...

    blog.aspose.com/ko/page/insert-image-text-xps-c...
  4. XPSファイル内のテキスト操作 | Python

    XPSファイルにテキストを追加する方法については、Aspose.Page APIソリューションで回答しています。Pythonでの機能の使い方をご覧ください。...XpsDocument() 8 # Create a brush 9 text_fill = doc. create_solid_color_brush..."Hello World!" ) 12 glyphs. fill = text_fill 13 # Save the resultant...

    docs.aspose.com/page/ja/python-net/xps/working-...
  5. Créer des éléments SVG en C# avec Builder API –...

    Créez et modifiez des éléments SVG en C# avec Aspose.SVG Builder API. Générez des formes, chemins, textes et graphiques SVG par programmation dans .NET.... Fill (Color. Red ). Stroke (Paint...circle.Cx(100).Cy(100).R(50).Fill(Color.Red).Stroke(Paint.None)...

    docs.aspose.com/svg/fr/net/element-builders/
  6. Lavorare con le immagini in un file XPS | .NET

    Come aggiungere un'immagine semplice o affiancata a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET.... Fill = doc. CreateImageBrush (DataDir...Tile image 9 // ImageBrush filled rectangle in the right top...

    docs.aspose.com/page/it/net/xps/working-with-im...
  7. Zmień kolor tła w programie PowerPoint za pomoc...

    Zmień kolor tła w programie PowerPoint za pomocą języka Python. Uzyskaj szczegółowe informacje o IDE, kroki i przykładowy kod zmiany koloru tła PPT przy użyciu języka Python....Pobierz właściwość fill_format i ustaw fill_type i fill_color Ustaw...

    kb.aspose.com/pl/slides/python/change-backgroun...
  8. Thay đổi màu nền trong PowerPoint bằng Python

    Thay đổi màu nền trong PowerPoint bằng Python. Nhận thông tin chi tiết về IDE, các bước và mã mẫu để thay đổi màu nền PPT bằng Python....Lấy thuộc tính fill_format và đặt fill_type và fill_color Đặt loại...

    kb.aspose.com/vi/slides/python/change-backgroun...
  9. Python를 사용한 PSD 채우기 레이어 업데이트|Documentation

    Color Fill, Gradient Fill 및 Pattern Fill을 포함한 모든 종류의 조정 레이어 사용 예시... 채우기 레이어를 만든 후 fill_settings 속성을 사용하여 채우기 설정에 액세스하고...사용할 수 있습니다. 색상 채우기 레이어와 유사하게 fill_settings 속성을 사용하여 채우기 설정에 액세스하고...

    docs.aspose.com/psd/ko/ko/python-net/psd-fill-l...
  10. Agregar formas de arco a PDF en Python|Aspose.P...

    Aprende cómo dibujar y rellenar formas de arco en archivos PDF con Python....drawing as drawing def add_arc_filled ( outfile : str ): document...0 , 90 ) arc . graph_info . fill_color = ap . Color . green_yellow...

    docs.aspose.com/pdf/es/python-net/add-arc/