Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 134,551 for

font

(0.09 sec)
  1. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document.... font . hidden = True builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles using Aspose.Cells for C++ with the HtmlSaveOptions.TableCssId property....Set the style of the cell - font color is Red Style st = cell...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  3. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current node.... font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...(); // Set the font weight to bold Font font = style . GetFont...GetFont (); font . SetIsBold ( true ); // Apply the style to the cell...

    docs.aspose.com/cells/zh/cpp/conditional-format...
  5. Automate Presentation Localization in PHP|Aspos...

    Automate PowerPoint and OpenDocument slide localization with Aspose.Slides for PHP via Java, using practical code samples and tips for faster global rollout....the availability of proper fonts and layout/line-break settings...make the required fonts available, configure font substitution rules...

    docs.aspose.com/slides/php-java/presentation-lo...
  6. Ustvari Dokument V C++

    Ustvarite datoteko s knjižnico C++. Preprosto ustvarite nov dokument v C++ v nekaj korakih....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sl/cpp/make/
  7. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/word/
  8. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/pdf/
  9. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/
  10. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/md/