Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 141,436 for

font

(0.19 sec)
  1. Font.no_proofing property | Aspose.Words for Py...

    Font.no_proofing property. True when the formatted characters are not to be spell checked....no_proofing property Font.no_proofing property True when the...completely disabling it. builder . font . no_proofing = True builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Font.complex_script property | Aspose.Words for...

    Font.complex_script property. Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run....complex_script property Font.complex_script property Specifies...DocumentBuilder ( doc = doc ) builder . font . complex_script = True builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert Word to PDF - Bullet list is not showin...

    @asad.ali we have another issue when converting a word file to pdf, if the word file contains list bullet like this image after converting the word document to a pdf , bullet list isn’t shown correctly....problem occurs because the fonts are not available on the machine...cannot find the fonts used in the document the fonts are substituted...

    forum.aspose.com/t/convert-word-to-pdf-bullet-l...
  4. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row.... font . size = 16 builder . font . name = 'Arial'...'Arial' builder . font . bold = True # Configuring the formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Words Integration in AWS Lambda|Aspose.W...

    You might be interested in using Aspose.Words in AWS Lambda if you are targeting to create an application in the cloud, need Aspose.Words functionality, and probably integration with other Amazon services. Learn more about using Aspose.Words for .NET when building applications for Amazon Web Services in C#.... The font used in the PDF is Fanwood.... Fanwood is the last resort font which is stored in Aspose.Words...

    docs.aspose.com/words/net/integration-in-aws-la...
  6. Customize Chart Legends in Presentations in .NE...

    Customize chart legends with Aspose.Slides for .NET to optimize PowerPoint presentations with tailored legend formatting....position and size a legend, set the font size for the whole legend, and...SaveFormat . Pptx ); Set the Font Size of a Legend The Aspose...

    docs.aspose.com/slides/net/chart-legend/
  7. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience....additional information about font substitution. Document doc =...( "Font \'Arial\' has not been found. Using \'Arvo\' font instead...

    reference.aspose.com/words/net/aspose.words/war...
  8. 使用Node.js via C++向PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,向PDF添加文本和图像水印,使用Aspose.Cells for Node.js via C++。... PaperA3 ); // create a font for watermark, and specify bold...bold, italic, color. const font = new AsposeCells . RenderingFont...

    docs.aspose.com/cells/zh/nodejs-cpp/add-waterma...
  9. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...often caused by font substitution (missing fonts on the conversion...Why it happens Font substitution – When the fonts referenced in...

    forum.aspose.com/t/aspose-word-save-pdf/321219