Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 979 for

brush

(0.06 sec)
  1. HorizontalRuleFormat.Color | Aspose.Words for .NET

    Discover the HorizontalRuleFormat Color property to customize your design. Easily set or get the Brush color for a stunning horizontal rule effect!...Color property Gets or sets the brush color that fills the horizontal...

    reference.aspose.com/words/net/aspose.words.dra...
  2. HorizontalRuleFormat.color property | Aspose.Wo...

    HorizontalRuleFormat.color property. Gets or sets the Brush color that fills the horizontal rule....color property Gets or sets the brush color that fills the horizontal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shape.strokeWeight property | Aspose.Words for ...

    Shape.strokeWeight property. Defines the Brush thickness that strokes the path of a shape in points....strokeWeight property Defines the brush thickness that strokes the path...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  5. Shape.stroke_weight property | Aspose.Words for...

    Shape.stroke_weight property. Defines the Brush thickness that strokes the path of a shape in points....stroke_weight property Defines the brush thickness that strokes the path...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Ինչպես ավելացնել տեքստը PNG ֆայլին՝ օգտագործելո...

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստ ավելացնել PNG ֆայլին՝ օգտագործելով C#: Այն ունի մանրամասներ՝ զարգացման միջավայրը սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ PNG-ին C#-ի միջոցով տեքստ ավելացնելու համար:...Սահմանեք տեքստի բովանդակությունը, Brush օբյեկտը և Font օբյեկտը Սահմանեք...սահմանվում է՝ օգտագործելով Brush գույնը, ուղղանկյուն գույնը՝...

    kb.aspose.com/hy/drawing/net/how-to-add-text-to...
  7. Installed font will be substituted - Free Suppo...

    The PowerPoint presentation uses font “Brush Script MT”. The presentation shall be saved as a PDF. Using a FontSubstRule it shall be replaced with “Pacifico”, which is installed on the Windows machine. But using a Warnin…...PowerPoint presentation uses font “Brush Script MT”. The presentation...set up correctly to replace “Brush Script MT” with “Pacifico”....

    forum.aspose.com/t/installed-font-will-be-subst...
  8. Aspose::Words::Drawing::HorizontalRuleFormat::g...

    Aspose::Words::Drawing::HorizontalRuleFormat::get_Color method. Gets or sets the Brush color that fills the horizontal rule in C++....or method Gets or sets the brush color that fills the horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Working with Text in XPS file | Python

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...To do so, you must specify a brush offered by the API. In the example...Create a brush 6 text_fill = doc. create_solid_color_brush (aspose...

    docs.aspose.com/page/python-net/xps/working-wit...
  10. Working with Text in XPS file | Java

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java... You need to specify any brush offered by the API, below example...XpsDocument(); 6 //Create a brush 7 XpsSolidColorBrush textFill...

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