Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 198,840 for

new

(0.28 sec)
  1. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....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/androidjava/font-replace...
  2. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::Load method. Loads table substitution settings from XML stream in C++....fontSettings ); // Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/pdf/
  4. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page();...Outline 类对象 Outline outline = new Outline(); // 初始化 TextStyle 类对象并设置格式属性...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  5. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); DocSaveOptions options = new DocSaveOptions(SaveFormat.DOC);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-text/
  7. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document in Java....throws Exception { Document doc = new Document(getMyDir() + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions(saveFormat);...

    reference.aspose.com/words/java/com.aspose.word...
  8. FontSettings.DefaultInstance | Aspose.Words for...

    Discover the FontSettings DefaultInstance property for streamlined static font management. Optimize your design with customizable default settings!...instance to use the "Courier New" font // as a backup substitute... DefaultFontName = "Courier New" ; Assert . That ( FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Add Arc Object to PDF file|Aspose.PDF for Java

    This article explains how to create a arc object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...certain dimensions Graph graph = new Graph ( 400 , 400 ); // Set border...

    docs.aspose.com/pdf/java/add-arc/
  10. PersonCollection.Add | Aspose.Words for .NET

    Effortlessly add a Person to your collection with the PersonCollection Add method. Streamline data management and enhance your project’s efficiency!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...