Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 157,133 for

doc

(0.07 sec)
  1. ColdFusion and the product|Aspose.Words for Java

    Using Aspose.Words for Java in ColdFusion applications....DOC document. ColdFusion < html >...Aspose.Words </ b > < cfset doc = CreateObject ( "java" , "com...

    docs.aspose.com/words/java/coldfusion-and-aspos...
  2. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... Remarks A DOCX or DOC document can contain one or more...tag with custom XML data. let doc = new aw . Document (); // Construct...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Document::get_CustomXmlParts met...

    Aspose::Words::Document::get_CustomXmlParts method. Gets or sets the collection of Custom XML Data Storage Parts in C++....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Document::RemoveMacros method | ...

    Aspose::Words::Document::RemoveMacros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document in C++.... auto doc = MakeObject < Document > ( MyDir..."Macro.docm" ); ASSERT_TRUE ( doc -> get_HasMacros ()); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment.date_time_utc property | Aspose.Words f...

    Comment.date_time_utc property. Gets the UTC date and time that the comment was made.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) date = datetime . datetime . now...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ViewOptions.zoomPercent property | Aspose.Words...

    ViewOptions.zoomPercent property. Gets or sets the percentage at which you want to view your Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the Document for optimal performance.... Document doc = new Document ( MyDir + "Document...1 , doc . Sections . Count ); Assert . AreEqual ( 17 , doc . Sections...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

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