Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 139,847 for

font

(0.15 sec)
  1. Border.line_width property | Aspose.Words for P...

    Border.line_width property. Gets or sets the border width in points.... font . border . color = aspose ....builder . font . border . line_width = 2.5 builder . font . border...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style... font Gets the character formatting...style . font . name = "Times New Roman" ; style . font . size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style... font Gets the character formatting...style . font . name = 'Times New Roman' style . font . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the formatting of cells, including Font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....you can change the font style, font size, font color, number format...various formatting options (e.g., font color, bold), and apply the...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  5. Aspose.Pdf [26.3.0] Text Extraction Issue In Do...

    public override string GetText() { AsposePdf.Text.TextSearchOptions textSearchOptions = new AsposePdf.Text.TextSearchOptions(false); //Ignore error → Invalid Font name (used Font is not present in the PDF resources) …...//Ignore error → Invalid font name (used font is not present in the...means that errors of absence of font will be ignored. Text segments...

    forum.aspose.com/t/aspose-pdf-26-3-0-text-extra...
  6. Enable OpenType Features in C++|Aspose.Words fo...

    Advanced typography features using C++....Contents [ Hide ] OpenType is a font format, introduced to provide... A text shaper represents a font and computes shaping information...

    docs.aspose.com/words/cpp/enable-opentype-featu...
  7. Question about using fontPostScriptName in text...

    Hello Aspose Team, I would like to know if it is possible to change the Font of a text layer using the FontPostScriptName property. Currently, I am experiencing an issue where assigning a Font such as Roboto-Bold resul…...it is possible to change the font of a text layer using the fontPostScriptName...experiencing an issue where assigning a font such as Roboto-Bold results...

    forum.aspose.com/t/question-about-using-fontpos...
  8. Index Value Error while converting Words to PDF...

    While converting Word document to PDF Document using Aspose.words in SUSE Linux Environment, Facing Error like Below Expected a value between 0 and 0. Parameter name: index java.lang.IllegalArgumentException: Expected a…...PDF warning: Arial Unicode MS font is used in the document. Line...rrdg - CRRPE3555W PDF warning: Font 'Arial Unicode MS' has not been...

    forum.aspose.com/t/index-value-error-while-conv...
  9. Border.LineWidth | Aspose.Words for .NET

    Adjust the Border LineWidth property to customize border thickness in points, enhancing your design's precision and visual appeal.... Font . Border . Color = Color . Green ; builder . Font . Border...LineWidth = 2.5d ; builder . Font . Border . LineStyle = LineStyle...

    reference.aspose.com/words/net/aspose.words/bor...
  10. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java.... /// Sets a custom font name/size for the text contents...getNodeType() == NodeType.RUN) { Font font = ((Run) args.getNode()).getFont();...

    reference.aspose.com/words/java/com.aspose.word...