Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 214,313 for

new

(0.2 sec)
  1. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldLinkedObjectsAs() { return new Object[][] { {InsertLinkedObjectAs...

    reference.aspose.com/words/java/com.aspose.word...
  2. IStructuredDocumentTag.LockContents | Aspose.Wo...

    Discover how the IStructuredDocumentTag LockContents property enhances document security by preventing content edits. Ensure your SDT remains intact!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  3. StructuredDocumentTag.LockContentControl | Aspo...

    Discover how the StructuredDocumentTag LockContentControl property enhances document security by preventing users from deleting essential content. Learn more!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks....document Document pdfDocument = new Document ( _dataDir + "sample...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  5. 使用 JavaScript 通过 C++ 从工作簿中提取 OLE 对象|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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...ArrayBuffer ) { blobData = new Blob ([ new Uint8Array ( objectData...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  6. SaveOptions.UpdateLastPrintedProperty | Aspose....

    Optimize document management with SaveOptions UpdateLastPrintedProperty. Control LastPrinted updates for efficient saving and enhanced workflow....Document doc = new Document (); DateTime lastPrinted = new DateTime...DocSaveOptions saveOptions = new DocSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. JsonSimpleValueParseMode Enum | Aspose.Words fo...

    Discover the Aspose.Words.Reporting.JsonSimpleValueParseMode enum for efficient JSON parsing. Easily handle nulls, booleans, numbers, and strings seamlessly!... Document doc = new Document ( MyDir + "Reporting...options = new JsonDataLoadOptions { ExactDateTimeParseFo = new List...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Insert Hyperlinks in Worksheet|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.... C# Workbook workbook = new Workbook (); // Creating a Workbook... Hyperlinks ; Style style = new Style (); style . Font . Underline...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  9. Throw Exception when Update Text of TextFragmen...

    Env Windows 11 with .NET Framework 4.7 Aspose.PDF for .NET 25.3 Code var doc = New Aspose.Pdf.Document(@"C:\Users\hello\Desktop\test\1.pdf"); var textFragmentAbsorber = New TextFragmentAbsorber("微信公众号", New TextSearc…...3 Code var doc = new Aspose.Pdf.Document(@"C:\Use...textFragmentAbsorber = new TextFragmentAbsorber("微信公众号", new TextSearchOptions(true));...

    forum.aspose.com/t/throw-exception-when-update-...
  10. PDF to PDF/A-2 conversion leads to "PDF-Syntax"...

    Hello! I want to convert input.pdf (56.7 KB) to pdf/a: Document document = New Document(New ByteArrayInputStream(input.pdf)); PdfFormatConversionOptions options = New PdfFormatConversionOptions(PdfFormat.PDF_A_2B, Co…...pdf/a: Document document = new Document(new ByteArrayInputStream(input...PdfFormatConversionO options = new PdfFormatConversionO(PdfFormat...

    forum.aspose.com/t/pdf-to-pdf-a-2-conversion-le...