Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 18,478 for

docx to doc

(0.31 sec)
  1. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  2. BuiltInDocumentProperties.ContentStatus | Aspos...

    Manage your Document's content status effortlessly with the BuiltInDocumentProperties ContentStatus property. Enhance organization and efficiency Today!...Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  3. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  4. StyleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.StyleCollection class, featuring a rich array of built-in and cusTom style objects To enhance your Document's formatting and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  5. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... doc = aw . Document () paragraph = doc . first_section...assertEqual ( 'Placeholder value' , doc . range . fields [ 2 ] . result...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access To the formatting properties of the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldIndex.HasPageNumberSeparator | Aspose.Word...

    Discover the FieldIndex HasPageNumberSeparaTor property, which reveals if a page number separaTor is cusTomized via field code for enhanced Document formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  8. ParagraphFormat.IsListItem | Aspose.Words for .NET

    Discover how the ParagraphFormat IsListItem property enhances your Document formatting by identifying bulleted or numbered list items effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words/par...
  9. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs To cusTomize image size for your Document, enhancing visual appeal and clarity....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  10. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

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