Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 12,757 for

fill

(0.06 sec)
  1. Procurar

    Procurar...Fill = textFill; // Salvar documento...glyphs.BidiLevel = 1; glyphs.Fill = textFill; // Salvar documento...

    blog.aspose.com/pt/page/insert-image-text-xps-c...
  2. ค้นหา

    ค้นหา...Fill = textFill; // บันทึกเอกสาร...glyphs.BidiLevel = 1; glyphs.Fill = textFill; // บันทึกเอกสาร...

    blog.aspose.com/th/page/insert-image-text-xps-c...
  3. Travailler avec du texte dans un fichier XPS | ...

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en 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/fr/python-net/xps/working-...
  4. PDF 认证|Aspose.PDF for Python via .NET

    了解如何在 Python 中使用 PdfFileSignature 和 DocMDPSignature 通过不同的文档修改权限对 PDF 文档进行认证。...该 FILLING_IN_FORMS 权限级别允许这些受控更改,同时保持认证有效。...forms . DocMDPAccessPermissi . FILLING_IN_FORMS , reason = "Certified...

    docs.aspose.com/pdf/zh/python-net/pdf-certifica...
  5. Alpha Blending in Java | Java Alpha Blending API

    Learn how to programmatically implement alpha blending in Java, combining alpha channels with other layers in an image to achieve translucency....fillEllipse() method to draw a filled ellipse. Repeat the above steps...steps to add more filled overlapping ellipses with different...

    blog.aspose.com/drawing/alpha-blending-in-java/
  6. PresetTexture Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Drawing.PresetTexture per migliorare le tue forme con texture personalizzabili per creare documenti dalla progettazione straordinaria.... Fill . PresetTextured ( PresetTexture...dataPoints [ 1 ]. Marker . Format . Fill . PresetTextured ( PresetTexture...

    reference.aspose.com/words/it/net/aspose.words....
  7. Lavorare con il gradiente in un file PS | Java

    L'aggiunta di un gradiente in un file PS è una funzionalità supportata dalla soluzione API Aspose.Page. Scopri come utilizzare questa funzionalità in Java....text with horizontal gradient fill in PS document. 2 3 String outputFileName...(paint); 28 29 //Fill the rectangle 30 document. fill (path); 31 32...

    docs.aspose.com/page/it/java/ps/working-with-gr...
  8. Travailler avec Gradientdans PS | Java

    L'ajout d'un dégradé dans le fichier PS est une fonctionnalité prise en charge par la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java...text with horizontal gradient fill in PS document. 2 3 String outputFileName...(paint); 28 29 //Fill the rectangle 30 document. fill (path); 31 32...

    docs.aspose.com/page/fr/java/ps/working-with-gr...
  9. Gérer les connecteurs dans les présentations av...

    Permettre aux applications Python de dessiner, connecter et auto-router des lignes dans les diapositives PowerPoint et OpenDocument — obtenir un contrôle total sur les connecteurs droits, coudés et incurvés.... fill_format . fill_type = slides . FillType...connector . line_format . fill_format . solid_fill_color . color = draw...

    docs.aspose.com/slides/fr/python-net/connector/
  10. Python で PDF に楕円シェイプを追加する方法|Aspose.PDF for Pyth...

    Python で PDF ファイルに楕円を描画し、塗りつぶし、ラベルを付ける方法を学びましょう。...drawing def create_ellipse_filled ( outfile : str ): document...180 ) ellipse1 . graph_info . fill_color = ap . Color . green_yellow...

    docs.aspose.com/pdf/ja/python-net/add-ellipse/