Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 18,355 for

docx to doc

(0.11 sec)
  1. FontFallbackSettings.Load | Aspose.Words for .NET

    Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration....Document doc = new Document ( MyDir + "Rendering.docx" ); // Load...rules.xml" ); doc . FontSettings = fontSettings ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Style.base_style_name property | Aspose.Words f...

    Style.base_style_name property. Gets/sets the name of the style this style is based on.... doc = aw . Document ( file_name =...= MY_DIR + 'Style with alias.docx' ) # This document contains...

    reference.aspose.com/words/python-net/aspose.wo...
  3. XmlMapping.CustomXmlPart | Aspose.Words for .NET

    Discover the XmlMapping CusTomXmlPart property, which links your structured Document tags To cusTom XML data parts for enhanced Document integration.... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  4. ChartTitle | Aspose.Words for Java

    Provides access To the chart title properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a chart shape with...

    reference.aspose.com/words/java/com.aspose.word...
  5. ParagraphFormat.FarEastLineBreakControl | Aspos...

    Discover the ParagraphFormat FarEastLineBreakControl property, enabling East Asian line-breaking rules for precise text formatting in your Documents....Document doc = new Document ( MyDir + "Document.docx" ); ParagraphFormat...ParagraphFormat format = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  6. Aspose::Words::WebExtensions::WebExtension::get...

    Aspose::Words::WebExtensions::WebExtension::get_AlternateReferences method. Specifies alternate references To a web extension in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  7. Aspose::Words::WebExtensions::TaskPane::get_Row...

    Aspose::Words::WebExtensions::TaskPane::get_Row method. Specifies the index, enumerating from the outside To the inside, of this task pane among other persisted task panes Docked in the same default location in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  8. Aspose::Words::WebExtensions::WebExtensionBindi...

    Aspose::Words::WebExtensions::WebExtensionBindingCollection class. Specifies a list of web extension bindings. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  9. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node inTo a string in the specified format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Font.italic property | Aspose.Words for Node.js

    Font.italic property. True if the font is formatted as italic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . size = 36...

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