Sort Score
Result 10 results
Languages All
Labels All
Results 8,901 - 8,910 of 155,657 for

doc

(0.14 sec)
  1. Cell.nextCell property | Aspose.Words for Node.js

    Cell.nextCell property. Gets the next [Cell](../) node.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MarkdownLoadOptions.PreserveEmptyLines | Aspose...

    Discover how the MarkdownLoadOptions PreserveEmptyLines property enhances your Markdown Document loading by preserving empty lines for improved readability....PreserveEmptyLines = true }; Document doc = new Document ( stream , loadOptions...AreEqual ( "\rLine1\r\rLine2\r\f" , doc . GetText ()); } See Also class...

    reference.aspose.com/words/net/aspose.words.loa...
  3. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection.... doc = aw . Document () styles = doc . styles # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.isEndOfDocument property | Aspose.Wor...

    Paragraph.isEndOfDocument property. True if this paragraph is the last paragraph in the last section of the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let font = builder . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  6. StructuredDocumentTagRangeStart.GetChildNodes |...

    Discover the StructuredDocumentTagRangeStart GetChildNodes method, which provides a dynamic collection of child nodes tailored to your specified types.... Document doc = new Document ( MyDir + "Multi-section...); StructuredDocumentTa tag = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mar...
  7. XlsxSaveOptions.CompressionLevel | Aspose.Words...

    Discover the XlsxSaveOptions CompressionLevel property to optimize Document saving with customizable compression settings for efficient file management.... Document doc = new Document ( MyDir + "Shape...SaveFormat = SaveFormat . Xlsx ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Stroke.image_bytes property | Aspose.Words for ...

    Stroke.image_bytes property. Defines the image for a stroke image or pattern fill.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PhoneticGuide.baseText property | Aspose.Words ...

    PhoneticGuide.baseText property. Gets base text of the phonetic guide.... let doc = new aw . Document ( base ...."Phonetic guide.docx" ); let runs = doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MarkdownListExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownListExportMode enumeration. Specifies how lists are exported into Markdown.... doc = aw . Document ( file_name =...= markdown_list_export_mode doc . save ( file_name = ARTIFACTS_DIR...

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