Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 213,277 for

new

(0.14 sec)
  1. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  2. Set PDF Expiration in Python|Aspose.PDF for Pyt...

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/python-java/set-pdf-expirat...
  3. Concatenate PDF documents in C#|Aspose.PDF for ...

    This section explains how to concatenate PDF documents with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pfe = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/net/concatenate-pdf-documents/
  4. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a New workbook Workbook workbook1 = New Workboo…...// Create a new workbook Workbook workbook1 = new Workbook();...formula content DataTable dt1 = new DataTable(); dt1.Columns.Add(“Column1”);...

    forum.aspose.com/t/cells-importdata-is-failing-...
  5. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...the code: var pdfDokument = new Pdf.Document(); foreach(var fil...var stream = new MemoryStream(bytes); var doc = new Pdf.Document(stream);...

    forum.aspose.com/t/document-convert-error-when-...
  6. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java.... Document doc = new Document(getMyDir() + "Textbox...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...
  7. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java.... Document doc = new Document(getMyDir() + "ActiveX...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...
  8. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a VBA project in Java....Document doc = new Document(); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject(); project.setName("Aspose...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a linear extrusion...//ExStep:0- //Create a new 3D scene var scene = new Scene(); //ExStep:0-0...

    products.aspose.com/3d/tutorial/create-mesh-fro...
  10. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...ReplacerContext replacerContext = new ReplacerContext (); replacerContext...

    reference.aspose.com/words/net/aspose.words.low...