Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 137,427 for

font

(0.3 sec)
  1. Theme class | Aspose.Words for Node.js

    Aspose.Words.Theme class. Represents document Theme, and provides access to main theme parts including [Theme.majorFonts](./majorFonts/), [Theme.minorFonts](./minorFonts/) and [Theme.colors](./colors/) To learn more, visit the [Working with Styles and Themes](https://docs.aspose.com/words/nodejs-net/working-with-styles-and-themes/) documentation article....to specify the set of major fonts for different languages. minorFonts...to specify the set of minor fonts for different languages. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Search and Get Text from Pages of PDF|Aspose.PD...

    Discover how to search and retrieve text from a PDF file in .NET using Aspose.PDF for text analysis and extraction....WriteLine ( "Font - Name : {0}" , textFragment . TextState . Font . FontName...FontName ); Console . WriteLine ( "Font - IsAccessible : {0} " , textFragment...

    docs.aspose.com/pdf/net/search-and-get-text-fro...
  3. Setting Text Color Dynamically in C#|Aspose.Wor...

    Set Font text color for document contents dynamically when building a report using C#.... You can set a font color for text contents dynamically...textColor tag defines a text font color to be applied during runtime...

    docs.aspose.com/words/net/setting-text-color-dy...
  4. Strange artifact (tiny dot) at the bottom left ...

    As I see there is already similar issue reported in the topic ‘Gray dot as visual artifact at lower left corner of stamp’, but the topic is private, so I will make a new topic related to the issue When using a multiline…...rendering, especially with specific font and margin settings. To help...rendering issues. Set an explicit font : Use FontRepository.FindFont()...

    forum.aspose.com/t/strange-artifact-tiny-dot-at...
  5. ChartTitle Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartTitle class to easily manage and customize your chart titles for enhanced data visualization....Description Font { get; } Provides access to the font formatting...Chart" ; title . Font . Size = 15 ; title . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ThemeColors class | Aspose.Words for Node.js

    Aspose.Words.Themes.ThemeColors class. Represents the color scheme of the document theme which contains twelve colors....how to set custom colors and fonts for themes. let doc = new aw...theme, a source of default fonts and colors. let theme = doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FillType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.FillType enum to enhance your fillable objects with versatile fill types for improved document design....docx" ); // Get Fill object for Font of the first Run. Fill fill...0 ]. Font . Fill ; // Check Fill properties of the Font. Console...

    reference.aspose.com/words/net/aspose.words.dra...
  8. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Discover the DocumentVisitor VisitCommentStart method—your key to efficiently managing comment text enumeration in your projects.... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++...." ); run -> get_Font () -> set_Color ( System ::...format a run of text using its font property. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/run...
  10. DocumentBuilder.insertStyleSeparator method | A...

    DocumentBuilder.insertStyleSeparator method. Inserts style separator into the document.... font . bold = false ; paraStyle . font . size = 8...8 ; paraStyle . font . name = "Arial" ; builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...