Sort Score
Result 10 results
Languages All
Labels All
Results 9,591 - 9,600 of 222,975 for

new

(0.29 sec)
  1. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class....() { PdfFileInfo fileInfo = new PdfFileInfo ( _dataDir + "sample...PdffileInfo object PdfFileInfo fInfo = new PdfFileInfo ( _dataDir + "sample...

    docs.aspose.com/pdf/java/set-pdf-information/
  2. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets document default text formatting....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions...as right-to-left. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Working With Nodes in Ruby|Aspose.Words for Java

    Working With Document Nodes using Ruby....'/data/quickstart/' \ # Create a new document. doc = Rjb :: import...'com.aspose.words.Document' ) . new () \ # Creates and adds a paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  5. Delete Bookmarks|Aspose.Words for Java

    Delete bookmarks from a document easily and fast instead of using docx4j.... Java Document doc = new Document ( dataDir + "Aspose_Bookmark...WordprocessingMLPack . load ( new java . io . File ( dataDir +...

    docs.aspose.com/words/java/delete-bookmarks/
  6. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for Java: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using Java examples....Slides cannot create new ink strokes programmatically...Presentation presentation = new Presentation ( "ink.pptx" );...

    docs.aspose.com/slides/java/examples/elements/ink/
  7. Ink|Aspose.Slides for Node.js via .NET Document...

    Work with Ink in Aspose.Slides for Node.js: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using examples....Slides cannot create new ink strokes programmatically...accessInk () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. Body.NodeType | Aspose.Words for .NET

    Discover the Body NodeType property that efficiently returns the body content, enhancing your web development experience and streamlining your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break ; } default : { throw new Exception ( "Unexpected node...

    reference.aspose.com/words/net/aspose.words/bod...
  9. SummaryLength enumeration | Aspose.Words for No...

    Aspose.Words.AI.SummaryLength enumeration. Enumerates possible lengths of summary.... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = New Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = New CalculationOptions { CustomEngine = null, IgnoreError =…...Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow...Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine...

    forum.aspose.com/t/workbook-hangs-on-calculatef...