Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 213,276 for

new

(0.13 sec)
  1. Setting Font overrides childrens' bolding and f...

    If you have a TextFragment and you set the Font for that fragment, then any Bold or FontSize set by child TextSegments will be ignored. The work around here would be to set the Font on each Segment, but that is sub-optim…...TextFragment tf = new Aspose.Pdf.Text.TextFragment();...FindFont("Times New Roman"); Aspose.Pdf.Text.TextSegment seg = new Aspose...

    forum.aspose.com/t/setting-font-overrides-child...
  2. FieldMergingArgsBase | Aspose.Words for Java

    Base class for FieldMergingArgs and ImageFieldMergingArgs in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...getMailMerge().setFieldMergingCallb(new HandleMergeFieldInse()); final...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor...DocumentBuilder() Initializes a new instance of this class. DocumentBuilder...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Make Booklet of PDF|Aspose.PDF for Java

    This section explains how to make booklet of PDF with com.aspose.pdf.facades using PdfFileEditor class.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades...

    docs.aspose.com/pdf/java/make-booklet-of-pdf/
  5. Adding MapiCalendar to PST in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the appointment $appointment = new MapiCalendar ( "LAKE ARGYLE WA...meeting :)" , new Date ( 2012 , 10 , 2 ), new Date ( 2012 , 10...

    docs.aspose.com/email/java/adding-mapicalendar-...
  6. Voronoi Diagram|Documentation

    如何使用 Aspose.GIS 库处理 Voronoi 图...sites = new List < Point > { new Point ( 100 , 100 ), new Point...Point ( 200 , 200 ), new Point ( 200 , 100 ) }; var edges = Gis ....

    docs.aspose.com/gis/zh/net/geo-tools/voronoi-di...
  7. 使用 C# 製作 DOC

    通過幾個步驟在 C# 中創建一個新的 DOC。使用 .NET 庫輕鬆創建 DOC。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/doc/
  8. AnthropicAiModel class | Aspose.Words for Node.js

    Aspose.Words.AI.AnthropicAiModel class. An abstract class representing the integration with Anthropic’s AI models within the Aspose.Words....create(modelType) Creates a new instance of AiModel class. (Inherited...createClaude35Haiku() Creates a new instance of Claude 3.5 Haiku...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IsInLineParagraph only works on first page Foot...

    When using the IsInLineParagraph = true option inside of a HeaderFooter, the paragraph is properly rendered as inline on the first page, however on subsequent pages the paragraph is rendered as if IsInLineParagraph = fal…...Document pdf = new Document(); Page page1 = pdf...Pages.Add(); page1.Footer = new HeaderFooter(); page1.Footer...

    forum.aspose.com/t/isinlineparagraph-only-works...
  10. OpenAiModel class | Aspose.Words for Node.js

    Aspose.Words.AI.OpenAiModel class. An abstract class representing the integration with OpenAI's large language models within the Aspose.Words....create(modelType) Creates a new instance of AiModel class. (Inherited...createClaude35Haiku() Creates a new instance of Claude 3.5 Haiku...

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