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

doc

(0.06 sec)
  1. BuiltInDocumentProperties.HyperlinkBase | Aspos...

    Discover the BuiltInDocumentProperties HyperlinkBase property to optimize relative hyperlinks in your Documents for seamless navigation and enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a relative hyperlink...

    reference.aspose.com/words/net/aspose.words.pro...
  2. FieldOptions.TemplateName | Aspose.Words for .NET

    Discover the FieldOptions TemplateName property to easily manage your Document's template file name for enhanced organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can set a template name...

    reference.aspose.com/words/net/aspose.words.fie...
  3. UserInformation.DefaultUser | Aspose.Words for ...

    Discover the DefaultUser property for seamless user information management. Enhance your app's efficiency with our easy-to-use features!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldOptions.isBidiTextSupportedOnUpdate proper...

    FieldOptions.isBidiTextSupportedOnUpdate property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Ensure that any field operation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.compliance property | Aspose.Words for...

    Document.compliance property. Gets the OOXML compliance version determined from the loaded Document content... doc = aw . Document ( file_name =...MY_DIR + 'Document.doc' ) self . assertEqual ( doc . compliance ,...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table.... let doc = new aw . Document ( base ...."Tables.docx" ); let tables = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ParagraphFormat.NoSpaceBetweenParagraphsOfSameS...

    Discover the ParagraphFormat NoSpaceBetweenParagraphsOfSameStyle property. Optimize your Document layout by eliminating space between same-style paragraphs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Apply a large amount of...

    reference.aspose.com/words/net/aspose.words/par...
  8. PageSetup.bidi property | Aspose.Words for Python

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text.... doc = aw . Document () page_setup = doc . sections...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Column...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.pageBreakBefore property | Aspo...

    ParagraphFormat.pageBreakBefore property. True if a page break is forced before the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set this flag to "true"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent.... doc = aw . Document ( file_name =...MY_DIR + 'Images.docx' ) shapes = doc . get_child_nodes ( aw . NodeType...

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