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

docx to doc

(0.17 sec)
  1. 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...
  2. Table.rightPadding property | Aspose.Words for ...

    Table.rightPadding property. Gets or sets the amount of space (in points) To add To the right of the contents of cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumeraTor method. Enjoy simple, efficient access To your collection of nodes in C#....Document doc = new Document ( MyDir + "Tables.docx" ); // This...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::idx_get method. Gets or sets an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...u "Web extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane...

    reference.aspose.com/words/cpp/aspose.words.web...
  5. 将 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...
  6. LayoutOptions.enable_text_shaping property | As...

    LayouToptions.enable_text_shaping property. Flag indicating whether To enable support for OpenType features using the HarfBuzz text shaping engine.... doc = aw . Document ( file_name =...MY_DIR + "TestMetricsKerning.docx" ) doc . layout_options . enable_text_shaping...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CellMerge enumeration | Aspose.Words for Node.js

    Aspose.Words.Tables.CellMerge enumeration. Specifies how a cell in a table is merged with other cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::PageSet::PageSet constru...

    Aspose::Words::Saving::PageSet::PageSet construcTor. Creates a page set based on exact page indices in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add five pages to the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 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...
  10. 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...