Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 113,518 for

font

(0.06 sec)
  1. 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...
  2. Aspose::Words::Fields::FieldSymbol::get_IsShift...

    Aspose::Words::Fields::FieldSymbol::get_IsShiftJis method. Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character in C++....set_IsUnicode ( true ); // Change the font of our symbol after using the...Character Map // to ensure that the font can represent that symbol. field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Border Class | Aspose.Words for .NET

    Discover the Aspose.Words.Border class, your go-to solution for customizing object borders in documents. Enhance your projects with precision and style!... Font . Border . Color = Color . Green ; builder . Font . Border...LineWidth = 2.5d ; builder . Font . Border . LineStyle = LineStyle...

    reference.aspose.com/words/net/aspose.words/bor...
  4. Aspose::Words::LineSpacingRule enum | Aspose.Wo...

    Aspose::Words::LineSpacingRule enum. Specifies line spacing values for a paragraph in C++....LineSpacing property, even if a larger font is used within the paragraph...Set exact spacing. // Using font sizes that are too large for...

    reference.aspose.com/words/cpp/aspose.words/lin...
  5. StyleType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StyleType enum for efficient style management in documents. Enhance your formatting with versatile style types for optimal results!... Font . Name = "Verdana" ; level . Font . Color = Color...Color . Blue ; level . Font . Bold = true ; } DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sty...
  6. List.is_list_style_reference property | Aspose....

    List.is_list_style_reference property. Returns ``True`` if this list is a reference to a list style.... font . name = 'Verdana' level . font . color = aspose...pydrawing . Color . blue level . font . bold = True builder = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling....Shows how to apply a different font to new content via FindReplaceOptions...DocumentBuilder ( doc ); builder . Font . Name = "Arial" ; builder ...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Style.built_in property | Aspose.Words for Python

    Style.built_in property. True if this style is one of the built-in styles in MS Word.... font . color = aspose . pydrawing...pydrawing . Color . navy style . font . name = 'Courier New' self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless regex replacements. Enhance your coding efficiency with precise match results!...Shows how to apply a different font to new content via FindReplaceOptions...DocumentBuilder ( doc ); builder . Font . Name = "Arial" ; builder ...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#.... Font . ColorIndex = Word . WdColorIndex.... wdDarkRed ; footerRange . Font . Size = 20 ; footerRange ....

    docs.aspose.com/words/net/add-headers-and-footers/