Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 141,971 for

font

(0.27 sec)
  1. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Font . Name = "Verdana" ; rng . Font . Size = 16...Tables [ 1 ]; tbl . Range . Font . Size = 12 ; tbl . Columns...

    docs.aspose.com/words/net/inserting-table/
  2. ReplacingArgs.groupName property | Aspose.Words...

    ReplacingArgs.groupName property. Identifies, by name, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string....Shows how to apply a different font to new content via FindReplaceOptions...DocumentBuilder ( doc ); builder . font . name = "Arial" ; builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ReplacingArgs.matchOffset property | Aspose.Wor...

    ReplacingArgs.matchOffset property. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match....Shows how to apply a different font to new content via FindReplaceOptions...DocumentBuilder ( doc ); builder . font . name = "Arial" ; builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction.... Font { get; } Provides access to the font formatting...formField . Font . Bold = true ; formField . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Fill.ForeTintAndShade | Aspose.Words for .NET

    Adjust the ForeTintAndShade property to easily lighten or darken your foreground color, enhancing your design with precision and creativity....lightening and darkening foreground font color. Document doc = new Document...FirstParagraph . Runs [ 0 ]. Font . Fill ; textFill . ForeThemeColor...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Fill.fore_tint_and_shade property | Aspose.Word...

    Fill.fore_tint_and_shade property. Gets or sets a double value that lightens or darkens the foreground color....lightening and darkening foreground font color. doc = aw . Document (...first_paragraph . runs [ 0 ] . font . fill text_fill . fore_theme_color...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Merger.merge_docs method | Aspose.Words for Python

    Merger.merge_docs method. Merges the given input documents into a single document and returns [Document](../../../aspose.words/document/) instance of the final document.... font . size = 16 first_doc . font . color = aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableConfig|Documentation

    TableConfig element organizes questions and answers in a tabular structure....FontFamily string “Segoe UI” The font family for the title text. FontStyle...Regular The font style for the title text. Several font styles can...

    docs.aspose.com/omr/net/programmatic-forms/tabl...
  9. aspose.words.themes module | Aspose.Words for P...

    The aspose.words.themes module provides classes that allow to access theme information in Microsoft Word documents....document theme can specify fonts and colors to be used in a document...including Theme.major_fonts , Theme.minor_fonts and Theme.colors To...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 PHP 中检索绘图字体信息|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsd" ); $fonts = $diagram -> getFonts (); $i...sizeof ( $fonts -> getCount ())) { $font = $fonts -> get ( $i...

    docs.aspose.com/diagram/zh/java/retrieve-drawin...