Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 112,166 for

font

(0.07 sec)
  1. What's new|Aspose.Words for Java

    Aspose.Words for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....AI-powered grammar checker and font selection with the UpdateAmbiguousTextF...typographic control. Controlling Font Selection for Ambiguous Characters...

    docs.aspose.com/words/java/what-s-new-in-aspose...
  2. Urobiť WORD Pomocou C++

    Vytvorte nový WORD v C++ v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/word/
  3. Urobiť HTML Pomocou C++

    Vytvorte nový HTML v C++ v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/html/
  4. Buat DOCX Menggunakan C++

    Buat DOCX baharu dalam C++ dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/ms/cpp/make/docx/
  5. FieldSeparator class | Aspose.Words for Python

    aspose.words.fields.FieldSeparator class. Represents a Word field separator that separates the field code from the field result...from FieldChar ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  6. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...KB in local windows dev, the font is not missing; this is my code...proper document layout the fonts used in the original document...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  7. HtmlSaveOptions.exportRoundtripInformation prop...

    HtmlSaveOptions.exportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...8pt; -aw-font-family:'Courier New'; -aw-font-weight:normal;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Custom Shape|Aspose.Slides for PHP Documentation

    Add a custom shape to a PowerPoint presentation in PHP...$graphicsPath ; $font = new Font ( "Arial" , Font -> PLAIN , 40...createGraphics (); try { $glyphVector = $font -> createGlyphVector ( $g2 ->...

    docs.aspose.com/slides/php-java/custom-shape/
  9. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in Java...= new Portion (); IFontData font = new FontData ( "SimSun" );...setComplexScriptFont ( font ); portionFormat . setEastAsianFont ( font ); portionFormat...

    docs.aspose.com/slides/androidjava/presentation...
  10. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....getFont() Provides access to the font formatting of this data label...getFont() public Font getFont() Provides access to the font formatting...

    reference.aspose.com/words/java/com.aspose.word...