Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 30,983 for

doc

(0.1 sec)
  1. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.update_thumbnail method | Aspose.Words...

    aspose.words.Document.update_thumbnail method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

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

    Style.aliases property. Gets all aliases of this style... doc = aw . Document ( file_name =...is a separate alias. style = doc . styles . get_by_name ( 'MyStyle'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomPartCollection class | Aspose.Words for P...

    aspose.words.markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java.... Document doc = new Document(getMyDir() + "Revision...effectively. Assert.assertEquals(6, doc.getRevisions().getCount()); //...

    reference.aspose.com/words/java/com.aspose.word...
  6. PageSetup.Orientation | Aspose.Words for .NET

    Discover the PageSetup Orientation property to easily adjust your Document's page layout. Optimize your printing with customizable orientation settings!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Document.ProtectionType | Aspose.Words for .NET

    Discover the active Document protection type for enhanced security and data integrity. Safeguard your files effortlessly with our advanced features.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 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...
  9. TableSubstitutionRule.AddSubstitutes | Aspose.W...

    Enhance your typography with the TableSubstitutionRule AddSubstitutes method, allowing seamless integration of substitute fonts for any original font.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  10. TableSubstitutionRule.GetSubstitutes | Aspose.W...

    Discover the GetSubstitutes method in TableSubstitutionRule. Easily retrieve substitute font names for your original font, enhancing design flexibility.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...