Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 179,953 for

doc

(0.18 sec)
  1. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); const string html = "<p a...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Document.customXmlParts property | Aspose.Words...

    Document.customXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. let doc = new aw . Document (); // Construct...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. TextColumnCollection.set_count method | Aspose....

    TextColumnCollection.set_count method. Arranges text into the specified number of text columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) columns = builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutOptions class | Aspose.Words for Python

    aspose.words.layout.LayoutOptions class. Holds the options that allow controlling the Document layout process... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert hidden text, then...

    reference.aspose.com/words/python-net/aspose.wo...
  6. C++ API to Export CGM to WORDML | products.aspo...

    Convert CGM to WORDML within C++ applications....to convert CGM file format to DOC. This API provides a wide range...files to other formats such as DOC. Secondly, by using the advanced...

    products.aspose.com/total/cpp/conversion/cgm-to...
  7. List.Document | Aspose.Words for .NET

    Discover how to list Document properties and access ownership details effortlessly. Unlock your Document management potential today!...Document doc = new Document (); ListCollection lists = doc . Lists.... Document , Is . EqualTo ( doc )); List docList = lists . Add...

    reference.aspose.com/words/net/aspose.words.lis...
  8. DocumentPropertyCollection.count property | Asp...

    DocumentPropertyCollection.count property. Gets number of items in the collection.... doc = aw . Document ( MY_DIR + 'Properties...custom document property' , str ( doc . custom_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartSeriesGroup.bubble_scale property | Aspose...

    ChartSeriesGroup.bubble_scale property. Gets or sets the size of the bubbles as a percentage of their default size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bubble 3D chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word Documents in C#....ComHelper" ); $doc = $comHelper -> Open ( $dataDir...$dataDir . "/ReplaceSimple.doc" ); // Check the text of the document...

    docs.aspose.com/words/net/find-and-replace-in-php/