Sort Score
Result 10 results
Languages All
Labels All
Results 7,811 - 7,820 of 223,188 for

new

(0.16 sec)
  1. FieldEnd.HasSeparator | Aspose.Words for .NET

    Discover the FieldEnd HasSeparator property, easily check if your field includes a separator for enhanced data organization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Table.clearBorders method | Aspose.Words for No...

    Table.clearBorders method. Removes all table and cell borders on this table.... let doc = new aw . Document ( base . myDir...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Tables and images getting truncated during tran...

    We are using ASPOSE.Words to convert .doc to .docx. (.NET) During transformation, the tables and images are getting truncated . What settings to use? Please help....MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt { EmulateRasterOperati...PdfSaveOptions saveOptions = new PdfSaveOptions { MetafileRenderingOpt...

    forum.aspose.com/t/tables-and-images-getting-tr...
  4. How to Migrate to Aspose.Cells 7.0.0 or Higher|...

    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....migrate from the old API to the new API by understanding the changes...If you wish to migrate to the new API , then you may need to carry...

    docs.aspose.com/cells/java/how-to-migrate-to-as...
  5. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。... EncodeMesh ( new Cylinder (), "cylinder.ply" );...is ASCII PlySaveOptions opt = new PlySaveOptions ( FileContentType...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...the values of left and right. New elements have been added into...

    docs.aspose.com/slides/java/public-api-and-back...
  7. How to Run Aspose.3D in Blazor|Documentation

    Learn how to How to Run Aspose.3D in Blazor....the steps below: Select File ->New ->Project and filter using the...world!</h1> Welcome to your new app. <SurveyPrompt Title="How...

    docs.aspose.com/3d/net/how-to-run-aspose-3d-in-...
  8. 通过C++使用JavaScript打开不同版本的Microsoft Excel文件|Docum...

    本文讲解了如何通过Aspose.Cells for JavaScript在C++中打开不同Excel版本的文件。... const loadOptions1 = new LoadOptions ( LoadFormat . Auto...stream const wbExcel95 = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  9. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode...Exception error ) { Bitmap bmp = new Bitmap ( 100 , 100 ); using (...DrawString ( error . Message , new Aspose . Drawing . Font ( "Microsoft...

    docs.aspose.com/barcode/net/how-to-create-custo...
  10. Verify Signature in PDF File|Aspose.PDF for Java

    Learn how to verify digital signatures in a PDF document in Java to ensure authenticity using Aspose.PDF....{ PdfFileSignature pdfSign = new PdfFileSignature (); pdfSign...{ PdfFileSignature pdfSign = new PdfFileSignature (); pdfSign...

    docs.aspose.com/pdf/java/verify-signature-in-pdf/