Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 214,458 for

new

(0.3 sec)
  1. Cell | Aspose.Words for .NET

    Discover the Cell constructor to easily create New Cell class instances. Streamline your coding process and enhance your development efficiency!...Cell constructor Initializes a new instance of the Cell class. public...CreateNestedTable () { Document doc = new Document (); // Create the outer...

    reference.aspose.com/words/net/aspose.words.tab...
  2. AnswerSheetConfig|Documentation

    AnswerSheetConfig element generates a numbered matrix of bubbles arranged in multiple columns to make more efficient use of space.... new AnswerSheetConfig () { ElementsCount...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/answ...
  3. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Manipulate tables in existing PDF file and replace old table with a New one in PDF document with Aspose.PDF for Java.... In this new release, we have implemented new feature of searching...exist on page of PDF document. A new class named Aspose.PDF.Text.TableAbsorber...

    docs.aspose.com/pdf/java/manipulate-tables-in-e...
  5. MergeFieldImageDimension.Unit | Aspose.Words fo...

    Discover the MergeFieldImageDimension Unit property for precise image scaling. Enhance your design with accurate dimensions and improved visual appeal....MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FindReplaceDirection Enum | Aspose.Words for .NET

    Discover the Aspose.Words FindReplaceDirection enum for efficient text replacement. Optimize your document processing with precise direction control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Assign...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Public API Changes in Aspose.Imaging 2.6.0|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.... It includes not only new and updated public methods, added...CadRasterizationOpti Added The new classes VectorRasterizationO...

    docs.aspose.com/imaging/net/public-api-changes-...
  8. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...scene = new aspose . threed . Scene (); var box = new aspose ...getTransform (). setScale ( new aspose . threed . Vector3 ( 12...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  9. Row.ensureMinimum method | Aspose.Words for Nod...

    Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... let doc = new aw . Document (); let table = new aw . Tables...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose.Cells throws exception when loading .PRN...

    Hi there! When I try to load a .prn file into a New Workbook using Aspose.Cells (v26.2), it throws an exception: This file’s format is not supported or you don’t specify a correct format. The code I’m using is from t…...prn file into a new Workbook using Aspose.Cells (v26...Aspose.Cells; var workbook = new Workbook("input.prn"); workbook...

    forum.aspose.com/t/aspose-cells-throws-exceptio...