Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 213,145 for

new

(0.14 sec)
  1. FontSettings | Aspose.Words for Java

    Specifies font settings for a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = New License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = New LoadOptions(); load…... 下面是我的代码: License license = new License(); license.setLicense("Aspose...lic"); LoadOptions loadOptions = new LoadOptions(); loadOptions.s...

    forum.aspose.com/t/dwg-dwg/314402
  3. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/reducing-gap-between...
  4. Actual Properties in PHP | Aspose.Tasks Documen...

    This guide explains how to work with Microsoft Project actual properties using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/actual-properties-in...
  5. Გადაიყვანეთ Გამოსახულება WORD Javascript

    გადაიყვანეთ Გამოსახულება WORD JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც WORD JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. Փոխարկել WORD HTML C#

    Փոխարկեք WORD ը HTML ձևաչափի C# կոդով: Պահեք WORD որպես HTML օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  7. Փոխարկել TEXT PDF C#

    Փոխարկեք TEXT ը PDF ձևաչափի C# կոդով: Պահեք TEXT որպես PDF օգտագործելով C#:...Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/tex...
  8. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...the document Document doc = new Document("input.docx"); // Force...LayoutCollector collector = new LayoutCollector(doc); int targetPage...

    forum.aspose.com/t/first-and-last-paragraph/322113
  9. Convert HTML, XHTML, MD, MHTML, EPUB, and SVG O...

    Convert HTML to PDF, DOCX, Markdown, XHTML, MHTML and Images with a few lines of C# code using Aspose.HTML for .NET. Check free online HTML Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/conversion/
  10. Paragraph.isEndOfDocument property | Aspose.Wor...

    Paragraph.isEndOfDocument property. True if this paragraph is the last paragraph in the last section of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

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