Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 18,313 for

docx to doc

(0.33 sec)
  1. ShapeBase.bottom property | Aspose.Words for No...

    ShapeBase.botTom property. Gets the position of the botTom edge of the containing block of the shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font.LocaleIdBi | Aspose.Words for .NET

    Discover the Font LocaleIdBi property, easily manage locale identifiers for formatted right-To-left characters, enhancing your multilingual applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  3. List.style property | Aspose.Words for Python

    List.style property. Gets the list style that this list references or defines.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::DocumentBuilder::get_PageSetup m...

    Aspose::Words::DocumentBuilder::get_PageSetup method. Returns an object that represents current page setup and section properties in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Saving::MarkdownListExportMode e...

    Aspose::Words::Saving::MarkdownListExportMode enum. Specifies how lists are exported inTo Markdown in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "List item.docx" ); // Use MarkdownListExportMo...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldXE.page_number_replacement property | Aspo...

    FieldXE.page_number_replacement property. Gets or sets text used in place of a page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LoadOptions.font_settings property | Aspose.Wor...

    LoadOptions.font_settings property. Allows To specify Document font settings....'MissingFont' , [ 'Comic Sans MS' ]) doc = aw . Document ( file_name =...assertEqual ( 'MissingFont' , doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::PclSaveOptions::get_Rast...

    Aspose::Words::Saving::PclSaveOptions::get_RasterizeTransformedElements method. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving To PCL Document. Default is true in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); auto saveOptions = System...

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