Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 210,440 for

new

(0.14 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. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to migrate to Aspose.Imaging v1.6.0 or high...

    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.... It includes new and obsoleted features along...snippet describes the usage of new namespace in place of the obsoleted...

    docs.aspose.com/imaging/net/how-to-migrate-to-a...
  4. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用 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/
  6. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...TemplateDataUtilServ templateDataUtilServ = new TemplateDataUtilServ(); public...Exception { String test[] = new String[1]; System.out.println(test);...

    forum.aspose.com/t/chinese-date-language-locale...
  7. Aspose.PSD for .NET 23.5 - Release Notes|Docume...

    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....expected , actual )) { throw new Exception ( "Objects are not...false ; // add new filter items var filters = new List < SmartFilter...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-5...
  8. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various font sources in Java....FileFontSource fileFontSource = new FileFontSource(getMyDir() + "Alte...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  9. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library....PDF document and save it as a new file. Using the Aspose.PDF library...copies the desired page to a new PDF, leaving the original document...

    docs.aspose.com/pdf/python-net/extract-pages/
  10. Working with PDF File Metadata|Aspose.PDF for Java

    Discover how to manage and extract metadata from PDF files in Java using Aspose.PDF to handle document properties....Create a new PDF document Document pdfDocument = new Document...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/pdf-file-metadata/