Sort Score
Result 10 results
Languages All
Labels All
Results 8,371 - 8,380 of 216,882 for

new

(0.76 sec)
  1. DigitalSignature.CertificateHolder | Aspose.Wor...

    Discover the DigitalSignature CertificateHolder property, which retrieves the certificate holder object for enhanced document signing security and verification.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  2. 使用GridJs存储|Documentation

    本文描述了 GridJs 的一般文件处理。..."uid" ]; GridJsWorkbook gwb = new GridJsWorkbook (); String ret...GridJsWorkbook . CacheImp = new LocalFileCache (); public class...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  3. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...Instantiate a new Workbook. const workbook = new AsposeCells ...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  4. Changing the Layout of Pivot Table|Documentation

    How to change the layout of a Pivot Table with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob1 = new Blob ([ outputData1 ]); const...

    docs.aspose.com/cells/javascript-cpp/changing-t...
  5. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....for Java Workbook workbook = new Workbook (); Aspose.Cells for...for PHP via Java $workbook = new Workbook (); 枚举或常量 Aspose.Cells...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  6. ChartAxis.MajorTickMark | Aspose.Words for .NET

    Discover the ChartAxis MajorTickMark property to easily customize your chart's major tick marks for enhanced visual clarity and precision....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartAxis.Document | Aspose.Words for .NET

    Discover ChartAxis Document property, access the parent chart's document effortlessly for enhanced data visualization and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Chart.AxisX | Aspose.Words for .NET

    Explore the Chart AxisX property for seamless control over your chart's primary X axis, enhancing data visualization and insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...imgHeight * scale; } Image image = new Image(); image.setFile(file.getAbsolutePath());...); page.getParagraphs().add(new Image(xImage)); } catch (Exception...

    forum.aspose.com/t/duplicate-image-is-creating-...
  10. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc....instance using ( var form = new Aspose . Pdf . Facades . FormEditor...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/modifing-form/