Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 196,979 for

new

(0.09 sec)
  1. mauibarcode.zip

    mauibarcode/mauibarcode/App.xaml mauibarcode/mauibarcode/App.xaml.cs namespace mauibarcode; public partial class App : Application { public App() { InitializeComponent(); MainPage = New AppShell();......InitializeComponent(); MainPage = new AppShell(); } } mauibarcode/...BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes...

    docs.aspose.com/barcode/net/aspose-barcode-in-n...
  2. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/doc...
  3. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...
  4. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...
  5. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...images = new ArrayList<>(); try (Document document = new Document(pdfFilePath))...List<Future<List<BufferedImage>>> futures = new ArrayList<>(); for (int i = 1;...

    forum.aspose.com/t/pdf-not-supported-image-type...
  6. ChartSeriesGroupCollection class | Aspose.Words...

    Aspose.Words.Drawing.Charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects....Description add(seriesType) Adds a new series group of the specified...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PowerPoint to Video|Aspose.Slides for N...

    Convert PowerPoint to Video in JavaScript...a video: var presentation = new aspose . slides . Presentation...); var animationsGenerator = new aspose . slides . PresentationAnimatio...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  8. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...实例化一个表示演示文稿文件的 Presentation 对象 $presIn = new Presentation ( "SelectedSlides..."SelectedSlides.pptx" ); $presOut = new Presentation (); try { $slide = $presIn...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  9. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for Node.js via C++. Learn to load or create an Excel file and save the modified file to disk.... setCalculatedValue ([ [ new Date ( 2015 , 5 , 12 , 10 , 6...data . setCalculatedValue ([ [ new Date ( 2015 , 5 , 12 , 10 , 6...

    docs.aspose.com/cells/nodejs-cpp/returning-a-ra...
  10. 在工作表中添加注释|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...HSSFWorkbook hssfworkbook = new HSSFWorkbook (); ISheet sheet...

    docs.aspose.com/cells/zh/net/add-comment-in-wor...