Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 214,328 for

new

(0.12 sec)
  1. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  2. Page Setup - Fit to Page Setting|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 object Workbook workbook = new Workbook (); // Accessing the...Java Workbook wb = new XSSFWorkbook (); //or new HSSFWorkbook();...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  3. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a shapes text i have to use the Para class. That’s what i read at following page: Working with Shapes Paragraph But if i do so, all of my shapes have allways an empty Par…...is empty: Diagram diagram = new Diagram("c://TextCharStyle.vsdx");...doesn’t, you will need to create a new paragraph and add it to the shape...

    forum.aspose.com/t/how-to-get-horizontal-alignm...
  4. Setting Default Text Encoding in Email Message|...

    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...."data/" ; MailMessage msg = new MailMessage (); // Set the default...subject and body msg . setFrom ( new MailAddress ( "dmo@domain.com"...

    docs.aspose.com/email/java/setting-default-text...
  5. PdfEncryptionDetails Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfEncryptionDetails for secure PDF encryption and customizable access permissions, ensuring your documents remain protected....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Manage Barcode Caption|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....captionBelow ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...foreColor ); b . setCaptionAbove ( new Caption ( captionAbove )); b...

    docs.aspose.com/barcode/jasperreports/manage-ca...
  7. How to add Caret Annotation using .NET | Aspose...

    Add Caret annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/net/annotation/caret/add/
  8. Document.ViewOptions | Aspose.Words for .NET

    Discover the Document ViewOptions property to customize your Microsoft Word display settings for a tailored viewing experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir...)); editor . deleteImage ( 2 , new int [] { 1 , 3 }); editor . save...

    docs.aspose.com/pdf/java/working-with-image/
  10. Image Markers in Aspose.Cells|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.... DataTable t = new DataTable ( "Table1" ); // Add...typeof ( object ); // Add a new record to it. DataRow row = t...

    docs.aspose.com/cells/net/image-markers-in-aspo...