Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 18,356 for

docx to doc

(0.08 sec)
  1. 将 C# 格式的 Word 转换为 Excel|.NET 格式的 Aspose.Words

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 Docx 转换为 Excel C#。使用 C# 将各种格式的文档保存到 XLSX。...Document doc = new Document ( MyDir + "Pdf Document.pdf" ); doc . Save...以下代码示例显示如何执行查找和替换操作并将结果保存到 XLSX: Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/zh/net/convert-a-document...
  2. FieldXE.yomi property | Aspose.Words for Python

    FieldXE.yomi property. Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldXE.text property | Aspose.Words for Python

    FieldXE.text property. Gets or sets the text of the entry.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Notes::Footnote::get_ActualRefer...

    Aspose::Words::Notes::Footnote::get_ActualReferenceMark method. Gets the actual text of the reference mark displayed in the Document for this footnote in C++.... auto doc = System :: MakeObject < Aspose...+ u "Footnotes and endnotes.docx" ); auto footnote = System ::...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. ShapeBase.BehindText | Aspose.Words for .NET

    Discover the ShapeBase BehindText property To control shape layering in your designs, enhancing text visibility and layout precision effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TableStyle.AllowBreakAcrossPages | Aspose.Words...

    Discover the TableStyle AllowBreakAcrossPages property, control text flow in tables and enhance your Document's readability across pages.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...
  7. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocSaveOptions.SavePictureBullet | Aspose.Words...

    Discover how the DocSaveOptions SavePictureBullet property enhances your Document output. Control PictureBullet data saving effortlessly for optimal results....Document doc = new Document ( MyDir + "Image bullet points.docx" );...SaveFormat . Doc ); saveOptions . SavePictureBullet = false ; doc . Save...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Split Word File Online or via C++ | products.as...

    Free online app To split different Word files. C++ splitter library code for Word Documents....Split DOC Files (Microsoft Word Binary Format) Split DOCX Files...

    products.aspose.com/total/cpp/split/word/
  10. List.has_same_template method | Aspose.Words fo...

    List.has_same_template method. Returns true if the current list and the given list are created from the same template.... doc = aw . Document ( file_name =...'Different lists.docx' ) self . assertTrue ( doc . lists [ 0 ] ...

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