Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 199,792 for

new

(0.19 sec)
  1. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  2. HyphenationOptions | Aspose.Words for Java

    Allows to configure document hyphenation options in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions(); textWatermarkOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with Text Styles | Aspose.Note Document...

    A comprehensive guide on styling text within various net framework applications....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-styles/
  5. 从PDF文档中提取表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 使您能够对PDF文档中包含的表格进行各种操作。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Text . TableAbsorber absorber = new Aspose . Pdf . Text . TableAbsorber...

    docs.aspose.com/pdf/zh/net/extract-table-from-e...
  6. Image|Aspose.Slides Documentation

    Add image to PowerPoint slide or presentation in C# or .NET...using ( Presentation pres = new Presentation ()) { ISlide slide...using ( Presentation pres = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/image/
  7. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); // If...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Blob|Aspose.Slides Documentation

    Add blob to PowerPoint presentation in C# or .NET. Export blob. Add Image as blob...avi" ; // Creates a new presentation to which the video...using ( Presentation pres = new Presentation ()) { using ( FileStream...

    docs.aspose.com/slides/net/manage-blob/
  9. VbaModuleCollection | Aspose.Words for Java

    Represents a collection of VbaModule objects in Java.... Document doc = new Document(getMyDir() + "VBA project...getSourceCode())); } // Set new source code for VBA module. You...

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

    Allows to specify additional options when loading CHM document into a Document object in Java....ChmLoadOptions loadOptions = new ChmLoadOptions(); { loadOptions...chm"); } Document doc = new Document(new ByteArrayInputStream(Files...

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