Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 17,485 for

docx to doc

(0.06 sec)
  1. Aspose::Words::Fonts::FontFallbackSettings::Sav...

    Aspose::Words::Fonts::FontFallbackSettings::Save method. Saves the current fallback settings To stream in C++.... auto doc = MakeObject < Document > ( MyDir...MyDir + u "Rendering.docx" ); // Load an XML document that defines...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Font.autoColor property | Aspose.Words for Node.js

    Font.auToColor property. Returns the present calculated color of the text (black or white) To be used for 'auTo color'... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If a run's Font object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access To the font formatting of this object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type To efficiently retrieve and utilize property data types for enhanced Document management and auTomation....Document doc = new Document ( MyDir + "Properties.docx" ); // The...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  5. FieldFileName.IncludeFullPath | Aspose.Words fo...

    Discover the FieldFileName IncludeFullPath property, easily manage file paths with cusTomizable settings for enhanced file handling and organization....Document doc = new Document ( MyDir + "Document.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words.fie...
  6. TaskPane.width property | Aspose.Words for Python

    TaskPane.width property. Specifies the default width value for this task pane instance.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. WebExtension.is_frozen property | Aspose.Words ...

    WebExtension.is_frozen property. Specifies whether the user can interact with the web extension or not.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

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

    Discover how the XmlMapping IsMapped property efficiently verifies XML data mapping for structured Documents, ensuring seamless integration and accuracy.... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  9. BaseWebExtensionCollection1.Remove | Aspose.Wor...

    Effortlessly remove items from your BaseWebExtensionCollection with our intuitive Remove method. Streamline your data management Today!...Document doc = new Document ( MyDir + "Web extension.docx" ); Assert...Assert . AreEqual ( 1 , doc . WebExtensionTaskPane . Count );...

    reference.aspose.com/words/net/aspose.words.web...
  10. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

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