Sort Score
Result 10 results
Languages All
Labels All
Results 7,431 - 7,440 of 222,903 for

new

(0.2 sec)
  1. VbaProject.clone method | Aspose.Words for Node.js

    VbaProject.clone method. Performs a copy of the [VbaProject](../).... let doc = new aw . Document ( base . myDir...project.docm" ); let destDoc = new aw . Document (); let copyVbaProject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose.Cells 17.1.0 中的公共API更改|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....files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...outCreateNamedRange = ( new String ( dirPath ))-> Append ( new String ( "outCreateNamedRange...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  3. Aspose.Cells 17.1.0 中的公共API更改|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....files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...outCreateNamedRange = ( new String ( dirPath ))-> Append ( new String ( "outCreateNamedRange...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  4. Aspose::Words::LowCode::Converter::Create metho...

    Aspose::Words::LowCode::Converter::Create method. Creates New instance of the converter processor in C++....Converter::Create() method Creates new instance of the converter processor...erContext>&) method Creates new instance of the converter processor...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = New Document(); DocumentBuilder Builder = New DocumentBuild…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04072025\Excel_Template...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  6. 在 Android 上自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  7. Working with Custom Bar Styles | Aspose.Tasks D...

    Learn how to work with custom bar styles using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/working-with-custom-b...
  8. Omr-java中文乱码 - Free Support Forum - aspose.com

    String s = “?text=Hello, World!\n” + “\tfont_style=bold\n” + “\tfont_size=24\n” + “\n” + “#你今天你今天怎么样子?\n” + “\t() Pretty good, thanks! () I won’t respond until I see my lawyer.\n” + “\t()很好你很好很好挖到! () I won’t respo…...engine = new OmrEngine(); GlobalPageSettings pageSettings = new GlobalPageSettings();...before “\n” as per my Environment new line (Windows). Changed quotation...

    forum.aspose.com/t/omr-java/312898
  9. Manage Presentation Themes on Android|Aspose.Sl...

    Master presentation themes in Aspose.Slides for Android via Java to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...a theme: Presentation pres = new Presentation (); try { IAutoShape...

    docs.aspose.com/slides/androidjava/presentation...
  10. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible to remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible to reproduce this operation with Aspose when saving a…...PageMargins property: Document doc = new Document(@"C:\Temp\in.docx");...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt.PageMargins...

    forum.aspose.com/t/is-it-possible-to-remove-the...