Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 200,011 for

new

(0.09 sec)
  1. Row Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Row class for seamless table row management in your documents. Enhance your document processing with powerful features!...DocumentBase ) Initializes a new instance of the Row class. Properties...Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....Worksheets to a New Excel File To create a new Excel file programmatically:...passing the sheet index of the new worksheet to the Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  3. Aspose.SVG for .NET 24.3.0 – 将 SVG 保存到流

    使用已弃用的类和新类将 SVG 保存到使用 24.3.0 及更早版本的 Aspose.SVG for .NET 库的流的示例。...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/svg/zh/net/migration-between-ve...
  4. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…...rotation: var pdfDocument = new Document("input.pdf"); var page...Here’s an example: var graph = new Graph(page.Rect.Width, page.Rect...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...
  5. FieldSubject Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSubject class for easy implementation of the SUBJECT field, enhancing document automation and formatting efficiency.... Document doc = new Document (); // Set a value for...property. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldSubject...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldInfo class, your go-to solution for implementing the INFO field efficiently in document processing. Unlock powerful features today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...corresponding built-in property with the new value. field = ( FieldInfo )...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Import and Export Projects to Primavera Format ...

    Discover how to import and export projects using Aspose.Tasks for Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/importing-and-export...
  8. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [IStructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is true.... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...