Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 18,490 for

docx to doc

(0.17 sec)
  1. DocumentBase.FootnoteSeparators | Aspose.Words ...

    Access and cusTomize footnote and endnote separaTors in your Document with DocumentBase's FootnoteSeparaTors property for enhanced formatting control.... Document doc = new Document ( MyDir + "Footnotes...endnotes.docx" ); FootnoteSeparator endnoteSeparator = doc . FootnoteSeparators...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) tables = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Watermark::get_Type method | Asp...

    Aspose::Words::Watermark::get_Type method. Gets the watermark type in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...
  4. Style.font property | Aspose.Words for Python

    Style.font property. Gets the character formatting of the style.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomXmlPart.clone method | Aspose.Words for N...

    CusTomXmlPart.clone method. Makes a deep enough copy of the object... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CustomXmlPartCollection.clear method | Aspose.W...

    CusTomXmlPartCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CustomXmlPartCollection.count property | Aspose...

    CusTomXmlPartCollection.count property. Gets the number of elements contained in the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Exporting documents with images to Markdown fai...

    When I try To use ASPOSE Words To convert a Document with images To Markdown, and FIPS mode is enabled, I get the following error: An attempt To open a file which uses MD5 algorithm. This algorithm is not on the FIPS ap…...docx"; Document doc = new Document(inputPath);...with base64 images..."); try { doc.save(outputPath, saveOptions);...

    forum.aspose.com/t/exporting-documents-with-ima...
  9. Document.update_actual_reference_marks method |...

    Document.update_actual_reference_marks method. Updates the [Footnote.actual_reference_mark](../../../aspose.words.notes/footnote/actual_reference_mark/) property of all footnotes and endnotes in the Document.... doc = aw . Document ( file_name =...'Footnotes and endnotes.docx' ) footnote = doc . get_child ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    Discover the BuiltInDocumentProperties Bytes property, an essential Tool for estimating Document size, enhancing file management and efficiency....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...