Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 222,946 for

new

(0.11 sec)
  1. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...centered text."); // If we start a new section using a document builder...

    reference.aspose.com/words/java/com.aspose.word...
  2. AxisScaling.Type | Aspose.Words for .NET

    Discover the AxisScaling Type property to easily customize your axis scaling. Enhance your data visualization with flexible settings for optimal clarity....is allowed in MS Office 2016 new charts. Examples Shows how to...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 设置 Excel 和 ODS 文件的条件格式|Documentation

    如何在JavaScript via C++中对Excel和ODS文件应用条件格式。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link for the image const blob = new Blob ([ imageData ], { type :...

    docs.aspose.com/cells/zh/javascript-cpp/conditi...
  4. GridJs的设置|Documentation

    本文描述了GridJs的设置。...gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  5. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and API differences....java" ); Instantiating a new Workbook Aspose.Cells for Java...Java Workbook excelbook = new Workbook (); Aspose.Cells for Node...

    docs.aspose.com/cells/nodejs-java/limitations-a...
  6. SignatureLineOptions.DefaultInstructions | Aspo...

    Discover how the SignatureLineOptions DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  7. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Discover the StructuredDocumentTagRangeEnd constructor—efficiently initialize document tag ranges for enhanced content management and seamless integration....StructuredDocumentTa constructor Initializes a new instance of the Structured document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  8. SignatureLineOptions.ShowDate | Aspose.Words fo...

    Discover how the SignatureLineOptions ShowDate property enhances your document's professionalism by displaying the sign date on signature lines....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  9. FormField | Aspose.Words for Java

    Represents a single form field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...insertComboBox("MyComboBox", new String[]{"Apple", "Banana", "Cherry"}...

    reference.aspose.com/words/java/com.aspose.word...
  10. Compare PDF documents|Aspose.PDF for Java

    Since 25.2 release it's possible to compare PDF documents content with annotation marks and side-by-side output...documents Document document1 = new Document ( dataDir + "ComparingSpecificPag...pdf" ); Document document2 = new Document ( dataDir + "ComparingSpecificPag...

    docs.aspose.com/pdf/java/compare-pdf-documents/