Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 165,418 for

doc

(0.1 sec)
  1. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...def create_nested_table (): doc = aw . Document () # Create the...create_table ( doc , 3 , 4 , 'Outer Table' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListFormat.list property | Aspose.Words for Python

    ListFormat.list property. Gets or sets the list this paragraph is a member of.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.remove_macros method | Aspose.Words fo...

    Document.remove_macros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document.... doc = aw . Document ( file_name =...docm' ) self . assertTrue ( doc . has_macros ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::Add method. Adds an item to the collection in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. CompatibilityOptions.optimize_for method | Aspo...

    CompatibilityOptions.optimize_for method. Allows to optimize the Document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  8. C++ API to Export EPUB to WORDML | products.asp...

    Convert EPUB to WORDML within C++ applications....used to convert EPUB files to DOC format. Secondly, the advanced...C++, can be used to export the DOC file to WORDML. This makes it...

    products.aspose.com/total/cpp/conversion/epub-t...
  9. C++ API to Export MHTML to MARKDOWN | products....

    Convert MHTML to MARKDOWN within C++ applications....convert MHTML file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to MARKDOWN. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/mhtml-...
  10. C++ API to Export TEX to MARKDOWN | products.as...

    Convert TEX to MARKDOWN within C++ applications....to convert TeX file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to MARKDOWN. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/tex-to...