Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 172,994 for

new

(0.16 sec)
  1. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....docOriginal = new Document(); DocumentBuilder builder = new Documen...newComment = new Comment(docOriginal, "John Doe", "J.D.", new Date());...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 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/
  3. Convert PowerPoint to HTML in Java|Aspose.Slide...

    Convert PowerPoint HTML in Java: Save PPTX or PPT as HTML in Java. Save slides as HTML in Java...presentation to HTML while using the new CSS style. Using its own API...presentation file Presentation pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/java/convert-powerpoint-...
  4. Make DOCX Using C#

    Make a New DOCX in C# in a few steps. Easily create DOCX using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/docx/
  5. Make WORD Using C#

    Make a New a Word document in C# in a few steps. Easily create a Word document using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/word/
  6. TableSubstitutionRule.LoadLinuxSettings | Aspos...

    Effortlessly load predefined table substitution settings for Linux with the LoadLinuxSettings method. Optimize your workflow today!...doc = new Document (); FontSettings fontSettings = new FontSettings...= fontSettings ; // Create a new table substitution rule and load...

    reference.aspose.com/words/net/aspose.words.fon...
  7. TableSubstitutionRule.LoadWindowsSettings | Asp...

    Effortlessly load predefined table substitution settings for Windows with the LoadWindowsSettings method. Optimize your workflow today!...doc = new Document (); FontSettings fontSettings = new FontSettings...= fontSettings ; // Create a new table substitution rule and load...

    reference.aspose.com/words/net/aspose.words.fon...
  8. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value for...property. DocumentBuilder builder = new DocumentBuilder(doc); FieldSubject...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java.... Document doc = new Document(); // Set a value for...document. DocumentBuilder builder = new DocumentBuilder(doc); FieldTitle...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

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