Sort Score
Result 10 results
Languages All
Labels All
Results 5,911 - 5,920 of 181,026 for

doc

(0.2 sec)
  1. 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...
  2. 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/...
  3. 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...
  4. 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...
  5. FieldIncludeText | Aspose.Words for Java

    Implements the INCLUDETEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways to use...

    reference.aspose.com/words/java/com.aspose.word...
  6. TabStopCollection indexer | Aspose.Words for Py...

    TabStopCollection indexer. Gets a tab stop at the given index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldMergeField.Type | Aspose.Words for .NET

    Discover the FieldMergeField Type property to effortlessly access Microsoft Word field types and enhance your Document automation capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContentControl method. When set to true, this property will prohibit a user from deleting this SDT in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. PageSetup.endnoteOptions property | Aspose.Word...

    PageSetup.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

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