Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 222,903 for

new

(0.53 sec)
  1. Converting Worksheet to Image File By Page|Docu...

    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....Contents [ Hide ] Workbook book = new Workbook ( "Sheet to Image by...ImageOrPrintOptions options = new Aspose . Cells . Rendering ....

    docs.aspose.com/cells/net/converting-worksheet-...
  2. Create, Insert fields|Documentation

    How to create, insert fields using C# Diagram API ....GetDataDir_InsertField (); // Create a new diagram // Load source Visio...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/net/create-insert-fields/
  3. PlainTextDocument.CustomDocumentProperties | As...

    Discover how to access CustomDocumentProperties in PlainTextDocument for enhanced document management and customization. Unlock your document's potential!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PlainTextDocument plaintext = new PlainTextDocument ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pla...
  4. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...NET // For the new AI format please use the following...try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream);...

    products.aspose.com/psd/jp/view/open-ai-online/
  5. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...NET // For the new AI format please use the following...try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream);...

    products.aspose.com/psd/jp/open-ai-online/
  6. Using the pdf xml schema in the Aspose.Pdf name...

    Hi, I saw an older forum post that recommended using the Aspose.Pdf namespace to create documents instead of the Aspose.Pdf.Generator namespace. I've been playing around with generating documents in the Aspose.Pdf names…...generateTableWithDom() { var pdfDoc = new Aspose.Pdf.Document(); var page...Margin = new MarginInfo(27, 27, 27, 27); var table = new Aspose...

    forum.aspose.com/t/using-the-pdf-xml-schema-in-...
  7. VbaModule.type property | Aspose.Words for Python

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... Document () # Create a new VBA project. project = aw . vba...vba_project = project # Create a new module and specify a macro source...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfSaveOptions.CacheBackgroundGraphics | Aspose...

    Discover the PdfSaveOptions CacheBackgroundGraphics property to optimize document graphics caching, enhancing your PDF creation and performance.... Document doc = new Document ( MyDir + "Background...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. HtmlSaveOptions.DocumentSplitHeadingLevel | Asp...

    Optimize document splitting with HtmlSaveOptions' DocumentSplitHeadingLevel. Control heading levels for better organization. Default set to 2....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...9. HtmlSaveOptions options = new HtmlSaveOptions { DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 在 PHP 中创建并保存 Outlook 联系人|Documentation

    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.... PHP 代码 $contact = new MapiContact (); \ # Set different...MapiContactNamePrope $name_prop_set = new MapiContactNamePrope (); $name_prop_set...

    docs.aspose.com/email/zh/java/creating-and-savi...