Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 33,753 for

new

(0.27 sec)
  1. Custom PowerPoint Font in JavaScript|Aspose.Sli...

    PowerPoint custom fonts in JavaScript...presentation/slide rendering var pres = new aspose . slides . Presentation....ttf" )); var loadOptions = new aspose . slides . LoadOptions...

    docs.aspose.com/slides/nodejs-java/custom-font/
  2. XmlDataSource | Aspose.Words for Java

    Provides access to data of an XML file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...docx"); XmlDataSource dataSource = new XmlDataSource(getMyDir() + "List...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.PSD for .NET 20.8 - 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.... areEqual ) { throw new FormatException ( string . Format...var expectedValues = new object [] { new object [] { true , "...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-8...
  4. Font Replacement - PowerPoint C# API|Aspose.Sli...

    With C# PowerPoint API, you can replace font explicitly with another font insing the Presentation....font will be replaced by the new font. Aspose.Slides allows you...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/net/font-replacement/
  5. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....MarkdownLoadOptions loadOptions = new MarkdownLoadOptions(); loadOptions...true); Document doc = new Document(new ByteArrayInputStream(mdText...

    reference.aspose.com/words/java/com.aspose.word...
  6. SdtListItem | Aspose.Words for Java

    This element specifies a single list item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag in Java....Document doc = new Document(); StructuredDocumentTa tag = new StructuredDocumentTa(doc...getListItems(); listItems.add(new SdtListItem("Value 1")); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  7. SystemFontSource | Aspose.Words for Java

    Represents all TrueType fonts installed to the system in Java....Document doc = new Document(); doc.setFontSettings(new FontSettings());...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-trans...
  9. PageSet | Aspose.Words for .NET

    Create a tailored one-page set effortlessly with PageSet constructor, designed for precise page indexing and seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  10. JsonDataSource | Aspose.Words for Java

    Provides access to data of a JSON file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...JsonDataLoadOptions options = new JsonDataLoadOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...