Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 122,644 for

font

(0.08 sec)
  1. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the Font is formatted as bold....bold property True if the font is formatted as bold. @property...Document , text : str , text_font_family : str , shape_width :...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the Font is formatted as small capital letters....small_caps property True if the font is formatted as small capital...Document , text : str , text_font_family : str , shape_width :...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BMP Images Watermark with Python | products.asp...

    How to use Python for BMP images and photos watermark on desktop and web applications....include text in a variety of fonts around the periphery of the...Graphics from the Image; define Font, Brush and Format for watermark...

    products.aspose.com/imaging/python-net/watermar...
  4. EMF Images Watermark with Python | products.asp...

    How to use Python for EMF images and photos watermark on desktop and web applications....include text in a variety of fonts around the periphery of the...Graphics from the Image; define Font, Brush and Format for watermark...

    products.aspose.com/imaging/python-net/watermar...
  5. Watermark ICO image via C# | products.aspose.com

    Try our On-Premise document APIs to watermark ICO image file on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....of text with a wide range of fonts and can be positioned at the...Graphics from the Image; define Font, Brush and Format for watermark...

    products.aspose.com/imaging/net/watermark/ico/
  6. Buat Dokumen Dalam Java

    Cipta fail menggunakan pustaka Java. Buat dokumen baharu dengan mudah dalam Java dalam beberapa langkah....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/ms/java/make/
  7. Ստեղծեք Փաստաթուղթ Java Ում

    Ստեղծեք ֆայլ՝ օգտագործելով Java գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ Java ում՝ մի քանի քայլով:...DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/hy/java/make/
  8. Կատարեք DOCX՝ Օգտագործելով Java

    Ստեղծեք նոր DOCX Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով Java գրադարանը:...DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/hy/java/make/docx/
  9. Buat DOC Menggunakan Java

    Buat DOC baharu dalam Java dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka Java....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/ms/java/make/doc/
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...SetFontsFolder("C:\\Windows\\Fonts", true); LoadOptions loadOptions...TrueType Fonts Location in C# Specify various TrueType font sources:...

    forum.aspose.com/t/word/316558