Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 142,751 for

font

(0.23 sec)
  1. Merging and Unmerging Cells with JavaScript via...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...// Create a Font object const font = style . font ; // Set the...

    docs.aspose.com/cells/javascript-cpp/merging-an...
  2. Aspose::Words::Fonts::FontSourceBase::get_Type ...

    Aspose::Words::Fonts::FontSourceBase::get_Type method. Returns the type of the Font source in C++....Aspose::Words::Fonts::FontSourceBase::get_Type method FontSourceBase::get_Type...of the font source. virtual Aspose :: Words :: Fonts :: FontSourceType...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. List.ListLevels | Aspose.Words for .NET

    Discover the ListLevels property to access and manage your list levels effortlessly, enhancing organization and clarity in your documents.... Font . Color = Color . Red ; listLevel . Font . Size =...listLevel . Font . Name = "Wingdings" ; listLevel . Font . Color...

    reference.aspose.com/words/net/aspose.words.lis...
  4. ListLevel.NumberPosition | Aspose.Words for .NET

    Discover the ListLevel NumberPosition property to easily adjust bullet or number positioning in points for enhanced list formatting and clarity.... Font . Color = Color . Red ; listLevel . Font . Size =...listLevel . Font . Name = "Wingdings" ; listLevel . Font . Color...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ListLevel.trailingCharacter property | Aspose.W...

    ListLevel.trailingCharacter property. Returns or sets the character inserted after the number for the list level.... font . color = "#FF0000" ; listLevel . font . size =...listLevel . font . name = "Wingdings" ; listLevel . font . color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLevel.tabPosition property | Aspose.Words f...

    ListLevel.tabPosition property. Returns or sets the tab position (in points) for the list level.... font . color = "#FF0000" ; listLevel . font . size =...listLevel . font . name = "Wingdings" ; listLevel . font . color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PhysicalFontInfo.full_font_name property | Aspo...

    PhysicalFontInfo.full_Font_name property. Full name of the Font....full_font_name property PhysicalFontInfo.full_font_name property...Full name of the font. @property def full_font_name ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLevel.trailing_character property | Aspose....

    ListLevel.trailing_character property. Returns or sets the character inserted after the number for the list level.... font . color = aspose . pydrawing...pydrawing . Color . red list_level . font . size = 24 list_level . number_style...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListLevel.tab_position property | Aspose.Words ...

    ListLevel.tab_position property. Returns or sets the tab position (in points) for the list level.... font . color = aspose . pydrawing...pydrawing . Color . red list_level . font . size = 24 list_level . number_style...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...PaperSizeType :: PaperA3 ); // Create a font for watermark, and specify bold...RenderingFont font ( u "Calibri" , 68 ); font . SetItalic ( true...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/