Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 196,945 for

new

(0.09 sec)
  1. ImageData.SourceFullName | Aspose.Words for .NET

    Discover the ImageData SourceFullName property to easily manage linked image paths and filenames, enhancing your image handling efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...contain the image. Shape shape = new Shape ( builder . Document ,...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Manage Blob|Aspose.Slides Documentation

    Manage Blob in PowerPoint Presentation using Java. Use Blob to reduce memory consumption in PowerPoint Presentation using Java. Add large file through Blob to PowerPoint Presentation using Java. Export large file through Blob from PowerPoint Presentation using Java. Load a large PowerPoint Presentation as Blob using Java....avi" ; // Creates a new presentation to which the video...be added Presentation pres = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/androidjava/manage-blob/
  3. FieldUpdatingProgressArgs | Aspose.Words for Java

    Provides data for the field updating progress event in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldUpdatingCallbac callback = new FieldUpdatingCallbac(); doc.getFieldOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  4. MappingMode and ReferenceMode explains|Document...

    Using Aspose.3D for .NET, developers can define mesh with various vertex data elements, here we explain how to map data to meshes' component and resuze data....var cube = new Mesh (); Vector4 [] controlPoints = new Vector4 []...[] { new Vector4 ( - 5.0 , 0.0 , 5.0 , 1.0 ), new Vector4 ( 5...

    docs.aspose.com/3d/net/mapping-mode-and-referen...
  5. 处理页眉和页脚|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.... SetHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting...

    docs.aspose.com/cells/zh/net/working-with-heade...
  6. Print PDF using C++ | Aspose.PDF

    Print PDF documents programmatically with C++ sample code using Aspose.PDF for C++...PdfViewer object PdfViewer viewer = new PdfViewer (); // Open input PDF...Printing . PrinterSettings ps = new System . Drawing . Printing ...

    products.aspose.com/pdf/cpp/print/
  7. Export Visio Diagram to XML in PHP|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/export-visio-diagr...
  8. PdfDigitalSignatureTimestampSettings.Timeout | ...

    Optimize your PdfDigitalSignature with customizable Timeout settings for seamless access to timestamp servers. Enhance security and efficiency today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 使用 C# 在 PDF 中创建或添加表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 是一个用于创建、读取和编辑 PDF 表格的库。请查看本主题中的其他高级功能。... Table table = new Aspose . Pdf . Table (); 在现有...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/add-table-in-existin...
  10. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in Java...in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/java/chart-axis/