Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 216,908 for

new

(0.64 sec)
  1. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...with: try { Workbook workbook = new Workbook(); Worksheet worksheet...ByteArrayOutputStrea outputStream = new java.io.ByteArrayOutputStrea();...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  2. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  3. TaskPane Class | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPane class, your key to creating powerful add-in task panes for enhanced document editing and productivity.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  4. 创建具有原始 3D 形状的场景|Documentation

    Aspose.3D for Java API 支持基元 3D 形状。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。...a Scene object Scene scene = new Scene (); // Create a Box model...(). createChildNode ( "box" , new Box ()); // Create a Cylinder...

    docs.aspose.com/3d/zh/java/create-scene-with-pr...
  5. ImportFormatOptions.forceCopyStyles property | ...

    ImportFormatOptions.forceCopyStyles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode... const srcDoc = new aw . Document ( base . myDir...source.docx" ); const dstDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....instance of OCR API AsposeOCR api = new AsposeOCR (); // Enable automatic...RecognitionSettings recognitionSettings = new RecognitionSettings (); recognitionSettings...

    docs.aspose.com/ocr/java/areas-detection/photo/
  7. ImageSaveOptions.TiffCompression | Aspose.Words...

    Optimize your TIFF images with the ImageSaveOptions TiffCompression property, allowing you to choose the best compression method for quality results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. XlsxSaveOptions.dateTimeParsingMode property | ...

    XlsxSaveOptions.dateTimeParsingMode property. Gets or sets the mode that specifies how document text is parsed to identify date and time values... let doc = new aw . Document ( base . myDir...DateTime.docx" ); let saveOptions = new aw . Saving . XlsxSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Unable to change Run font with tracked changes ...

    Hi, I’m trying to change the font of a run in a document that has tracked changes enabled. The following code doesn’t work for me unless I call AcceptAllRevisions() before, but I need to retain the revisions. Any ideas…... var document = new Document(@"c:\temp\support\TrackedChangesDoc...Assert(run.Font.Name == "Times New Roman"); } foreach (var run in...

    forum.aspose.com/t/unable-to-change-run-font-wi...
  10. Memory Cap of 4GB when converting HTML to PDF -...

    Hi - I’m currently testing a conversion of html to pdf with the code below and it looks like the memory usage runs up to about 4GB then gets re-allocated. Do you know if this can be minimized at all for machines that may…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...}; List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/memory-cap-of-4gb-when-conve...