Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 138,848 for

font

(0.1 sec)
  1. Underline enumeration | Aspose.Words for Node.js

    Aspose.Words.Underline enumeration. Indicates type of the underline applied to a Font....of the underline applied to a font. Members Name Description None...builder . font . color = "#0000FF" ; builder . font . underline...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the t…...Font.Bold = false affects InsertHtml Aspose.Words...DocumentBuilder(doc); builder.Font.Name = "Arial"; builder.Font.Size = 10d; builder...

    forum.aspose.com/t/setting-builder-font-bold-fa...
  3. Border.color property | Aspose.Words for Node.js

    Border.color property. Gets or sets the border color.... font . border . color = "#008000" ; builder . font . border...lineWidth = 2.5 ; builder . font . border . lineStyle = aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FileFontSource.type property | Aspose.Words for...

    FileFontSource.type property. Returns the type of the Font source....property Returns the type of the font source. @property def type (...self ) -> aspose . words . fonts . FontSourceType : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontEmbeddingLicensingRights.bitmapEmbeddingOnl...

    FontEmbeddingLicensingRights.bitmapEmbeddingOnly property. Indicates the Bitmap embedding only restriction....only bitmaps contained in the font may be embedded. No outline...bitmaps available in the font, then the font is considered unembeddable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Underline enumeration | Aspose.Words for Python

    aspose.words.Underline enumeration. Indicates type of the underline applied to a Font....of the underline applied to a font. Members Name Description NONE...specified in the URL. builder . font . color = aspose . pydrawing...

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

    Discover the FolderFontSource Type property. Easily identify Font source types to enhance your design projects and streamline your workflow....property Returns the type of the font source. public override FontSourceType...which contains fonts as a font source. // Create a font source from...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality.... Font . Color = Color . Red ; para...format a run of text using its font property. Document doc = new...

    reference.aspose.com/words/net/aspose.words/run...
  9. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current Font....underline type for the current font. get underline () : Aspose ...builder . font . color = "#0000FF" ; builder . font . size = 32...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a shape by using: shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the shape’s chars array is empty. But there are I…...Cause You are trying to set the font size of a shape’s text using...results. Solution To change the font size using InheritChars , you...

    forum.aspose.com/t/set-fontsize-by-inheritchars...