Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 18,411 for

docx to doc

(0.18 sec)
  1. WriteProtection.SetPassword | Aspose.Words for ...

    Secure your Documents with the WriteProtection SetPassword method. Easily set a password To enhance Document security and prevent unauthorized access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  2. FootnoteNumberingRule enumeration | Aspose.Word...

    aspose.words.notes.FootnoteNumberingRule enumeration. Determines when auTomatic footnote or endnote numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Footnotes and endnotes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MappedDataFieldCollection.Clear | Aspose.Words ...

    Effortlessly clear your MappedDataFieldCollection with our Clear method, instantly removing all elements for streamlined data management....MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Run | Aspose.Words for .NET

    Create and cusTomize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/run...
  6. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access To the list formatting used in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shape.hasImage property | Aspose.Words for Node.js

    Shape.hasImage property. Returns ``true`` if the shape has image bytes or links an image....let doc = new aw . Document ( base . myDir + "Images.docx" );...); let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Update Fields C#|Aspose.Words for .NET

    Learn how To update fields in C#. Update fields programmatically or use auTomatic field update using .NET API.... Document doc = new Document ( "input.docx" ); doc . UpdateFields...fields in the document doc . Save ( "output.docx" ); Q: How do I update...

    docs.aspose.com/words/net/update-fields/
  9. FieldPrintDate.use_lunar_calendar property | As...

    FieldPrintDate.use_lunar_calendar property. Gets or sets whether To use the Hijri Lunar or Hebrew Lunar calendar.... doc = aw . Document ( file_name =...+ 'Field sample - PRINTDATE.docx' ) # When a document is printed...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 Docx。在 C# 示例中考虑各种 HTML 到 Docx 的转换情况。试试在线 HTML 转换器。...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/zh/net/convert-html-to-docx/