Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 222,946 for

new

(0.13 sec)
  1. Convert Word to Excel in Java|Aspose.Words for ...

    Convert XML to Excel, Word to Excel (including DOCX to Excel) in Java. Save a document in various formats to XLSX using Java....XlsxSaveOptions class and the new Xlsx element in the SaveFormat...Document.replace("old", "new", new FindReplaceOptions()) ). After...

    docs.aspose.com/words/java/convert-a-document-t...
  2. Aspose::Words::Vba::VbaProject::get_Name method...

    Aspose::Words::Vba::VbaProject::get_Name method. Gets or sets VBA project name in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. ResourceLoadingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ResourceLoadingAction enum for efficient resource loading modes. Enhance your document processing with optimized performance!...doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  4. PNG to PDF Merge using C# | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PNG file to new page...

    products.aspose.com/pdf/net/merger/png-to-pdf/
  5. [PST] MapiRecipient type - Free Support Forum -...

    Hello In order to display recipient email address in outlook (classic) in PST file it is needed to setup “SMTP” address type. For email which was already sent, outlook will not show the recipient email (outlook display…...AddressType var recipients = new new MapiRecipientCollect(); recipients...work fine: var recipients = new new MapiRecipientCollect(); recipients...

    forum.aspose.com/t/pst-mapirecipient-type/321490
  6. XamlFlowSaveOptions constructor | Aspose.Words ...

    Aspose.Words.Saving.XamlFlowSaveOptions constructor...XamlFlowSaveOptions() Initializes a new instance of this class that can...XamlFlowSaveOptions(saveFormat) Initializes a new instance of this class that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加文本...file Document pdfDocument = new Document ( DATA_DIR . resolve...TextFragment textFragment = new TextFragment ( "Aspose.PDF" );...

    products.aspose.com/pdf/zh-hans/java/text/
  8. DropDownItemCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your DropDownItemCollection with the Add method. Instantly add strings to expand your collection and improve user experience....zero-based index at which the new element is inserted. Examples...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. MarkupLevel | Aspose.Words for Java

    Specifies the level in the document tree where a particular StructuredDocumentTag can occur in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa(doc, SdtType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Converting a Presentation to HTML in Java Uses ...

    Hello, when converting a specific PowerPoint slide (that was created based on a master template) to HTML, characters in Calibri font (but quite sure it’s not specific to this font) are not correctly converted. The chara…...same font that was created as a new 2nd page in the same slides works...used: HtmlOptions options = new HtmlOptions(); options.setHt...

    forum.aspose.com/t/converting-a-presentation-to...