Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 139,084 for

font

(0.08 sec)
  1. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the Font is formatted as small capital letters....smallCaps property Font.smallCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Font.allCaps property | Aspose.Words for Node.js

    Font.allCaps property. True if the Font is formatted as all capital letters....allCaps property Font.allCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MemoryFontSource class | Aspose.Words for Node.js

    Aspose.Words.Fonts.MemoryFontSource class. Represents the single TrueType Font file stored in memory...Represents the single TrueType font file stored in memory. To learn...more, visit the Working with Fonts documentation article. Inheritance:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....SetHtmlString ( u "<Font Style= \" FONT-WEIGHT: bold;FONT-STYLE: italic;TEXT-DECORATION:...italic;TEXT-DECORATION: underline;FONT-FAMILY: Arial;FONT-SIZE: 11pt;COLOR: #ff0000;...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  6. Successful PDF/A-1b conversion creates invalid ...

    Using Aspose.PDF .NET 25.10, I am converting the attached file using following code: using (var document = new Aspose.Pdf.Document(pdfPath)) { var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…...creates invalid PDF/A due to fonts Aspose.PDF Product Family aspose-pdf-net...issues such as missing glyphs, font substitution (e.g., an unexpected...

    forum.aspose.com/t/successful-pdf-a-1b-conversi...
  7. FileFontSource constructor | Aspose.Words for N...

    Aspose.Words.Fonts.FileFontSource constructor...Description filePath string Path to font file. FileFontSource(filePath...string Path to font file. priority number Font source priority...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StyleCollection.addCopy method | Aspose.Words f...

    StyleCollection.addCopy method. Copies a style into this collection.... font . color = "#FF0000" ; expect...type ); expect ( newStyle . font . name ). toEqual ( doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FontSourceBase.priority property | Aspose.Words...

    FontSourceBase.priority property. Returns the Font source priority....priority property Returns the font source priority. @property def...value is used when there are fonts with the same family name and...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) presentations with precise control....Shapes [ 3 ]; //Change its text's font to Verdana and height to 32...txtRange . Font . Name = "Verdana" ; txtRange . Font . Size = 32...

    docs.aspose.com/slides/net/format-text-using-vs...