Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 157,121 for

doc

(0.05 sec)
  1. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...( MY_DIR + 'Document.docx' , doc . original_file_name ) self ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... doc = aw . Document () para = doc . first_section...paragraph. run = aw . Run ( doc = doc , text = 'Hello world!' )...

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

    Retrieve the original file name of your Document effortlessly with the Document OriginalFileName property. Enhance your workflow and organization today!... Document doc = new Document ( MyDir + "Document...( MyDir + "Document.docx" , doc . OriginalFileName ); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  4. SmartTag class | Aspose.Words for Python

    aspose.words.markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph...Constructors Name Description SmartTag(doc) Initializes a new instance of...create smart tags. def create (): doc = aw . Document () # A smart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. UserInformation.initials property | Aspose.Word...

    UserInformation.initials property. Gets or sets the user's initials.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SaveOutputParameters.ContentType | Aspose.Words...

    Discover the SaveOutputParameters ContentType property, which provides the Internet Media Type for your saved Documents, ensuring accurate file identification.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  7. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BaseWebExtensionCollection1.Count | Aspose.Word...

    Discover the BaseWebExtensionCollection Count property to easily retrieve the total number of elements, enhancing your web development efficiency.... Document doc = new Document ( MyDir + "Web...docx" ); Assert . AreEqual ( 1 , doc . WebExtensionTaskPane . Count...

    reference.aspose.com/words/net/aspose.words.web...
  10. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); const String html = String...

    reference.aspose.com/words/cpp/aspose.words/doc...