Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 18,297 for

docx to doc

(0.06 sec)
  1. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Constructors Name Description Run(doc) Initializes a new instance of...of the Run class. Run(doc, text) Initializes a new instance of...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create HTML Report In Java

    Generate reports and auTomate Documents using HTML templates and cusTom data in Java....(optional) Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.html"...

    products.aspose.com/words/java/report/html/
  3. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... doc = aw . Document () self . assertEqual.... DocumentSecurity . NONE , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.multiple_pages property | Aspose.Word...

    PageSetup.multiple_pages property. For multiple page Documents, gets or sets how a Document is printed or rendered so that it can be bound as a booklet.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomPartCollection.Count | Aspose.Words for .NET

    Discover the CusTomPartCollection Count property To easily retrieve the Total number of elements in your collection for efficient data management.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Body constructor | Aspose.Words for Python

    Body construcTor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

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

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... 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. Comparer.Compare | Aspose.Words for .NET

    Effortlessly compare two Documents with our Compare method. Save differences and track edits and format revisions in a single output file....docx" ; string secondDoc = MyDir...MyDir + "Table column bookmarks.doc" ; Comparer . Compare ( firstDoc...

    reference.aspose.com/words/net/aspose.words.low...
  9. PageSetup.paperSize property | Aspose.Words for...

    PageSetup.paperSize property. Returns or sets the paper size.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/sec...