Sort Score
Result 10 results
Languages All
Labels All
Results 8,591 - 8,600 of 18,309 for

docx to doc

(0.34 sec)
  1. Style.linkedStyleName property | Aspose.Words f...

    Style.linkedStyleName property. Gets/sets the name of the [Style](../) linked To this one... let doc = new aw . Document ( base .... myDir + "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IStructuredDocumentTag.removeSelfOnly method | ...

    IStructuredDocumentTag.removeSelfOnly method. Removes just this SDT node itself, but keeps the content of it inside the Document tree.... let doc = new aw . Document ( base ....+ "Structured document tags.docx" ); // This collection provides...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBase.footnote_separators property | Asp...

    DocumentBase.footnote_separaTors property. Provides access To the footnote/endnote separaTors defined in the Document.... doc = aw . Document ( file_name =...'Footnotes and endnotes.docx' ) endnote_separator = doc . footnote_separators...

    reference.aspose.com/words/python-net/aspose.wo...
  4. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience.... Document doc = new Document ( MyDir + "Emphases..."Emphases markdown warning.docx" ); WarningInfoCollectio warnings...

    reference.aspose.com/words/net/aspose.words/war...
  5. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the Document in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Range.unlink_fields method | Aspose.Words for P...

    Range.unlink_fields method. Unlinks fields in this range.... doc = aw . Document ( file_name =...+ 'Linked fields.docx' ) new_section = doc . sections [ 0 ] ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.remove_personal_information property |...

    Document.remove_personal_information property. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and Document properties upon saving the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some content with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Document::get_CustomXmlParts met...

    Aspose::Words::Document::get_CusTomXmlParts method. Gets or sets the collection of CusTom XML Data STorage Parts in C++....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. TextPath.italic property | Aspose.Words for Python

    TextPath.italic property. True if the font is formatted as italic.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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