Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 181,018 for

doc

(0.25 sec)
  1. FormField.RemoveField | Aspose.Words for .NET

    Effortlessly remove entire form fields with the FormField RemoveField method, enhancing your Document's clarity and organization.... Document doc = new Document ( MyDir + "Form...docx" ); FormField formField = doc . Range . FormFields [ 3 ]; formField...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ChapterPageSeparator enumeration | Aspose.Words...

    Aspose.Words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and page number.... let doc = new aw . Document ( base ....document.docx" ); let pageSetup = doc . firstSection . pageSetup ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. XlsxSaveOptions.saveFormat property | Aspose.Wo...

    XlsxSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document ( base ....saveFormat = aw . SaveFormat . Xlsx ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocSaveOptions.AlwaysCompressMetafiles | Aspose...

    Optimize your Document management with the AlwaysCompressMetafiles property. Improve performance by controlling metafile compression for efficiency.... Document doc = new Document ( MyDir + "Microsoft...AlwaysCompressMetafi = compressAllMetafiles ; doc . Save ( ArtifactsDir + "DocSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. OleFormat.get_raw_data method | Aspose.Words fo...

    OleFormat.get_raw_data method. Gets OLE object raw data.... doc = aw . Document ( MY_DIR + 'OLE...objects.docx' ) for shape in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.visitBookmarkStart method | Asp...

    DocumentVisitor.visitBookmarkStart method. Called when a start of a bookmark is encountered in the Document....let doc = CreateDocumentWithBo ( 3 ); let bookmarks = doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IAiModelText.Translate | Aspose.Words for .NET

    Effortlessly translate Documents with our IAiModelText Translate method. Harness AI for accurate, fast translations in your desired language.... Document doc = new Document ( MyDir + "Document...translatedDoc = model . Translate ( doc , Language . Arabic ); translatedDoc...

    reference.aspose.com/words/net/aspose.words.ai/...
  8. Convert PDF to Excel Workbook in Ruby|Aspose.PD...

    Understand how to convert PDF data into Excel workbooks using Ruby with Aspose.PDF, simplifying data extraction and analysis....Code Download Convert PDF to DOC or DOCX (Aspose.PDF) from any...sites: GitHub Convert PDF to DOC or DOCX format in Ruby Convert...

    docs.aspose.com/pdf/java/convert-pdf-to-excel-w...
  9. TabStopCollection.GetPositionByIndex | Aspose.W...

    Discover the TabStopCollection GetPositionByIndex method to easily find tab stop positions in points by index. Optimize your layout effortlessly!... Document doc = new Document (); TabStopCollection...TabStopCollection tabStops = doc . FirstSection . Body . Paragraphs [...

    reference.aspose.com/words/net/aspose.words/tab...
  10. ListLevel.text_position property | Aspose.Words...

    ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...