Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 180,102 for

doc

(0.15 sec)
  1. Style.font property | Aspose.Words for Python

    Style.font property. Gets the character formatting of the style.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomXmlPart.clone method | Aspose.Words for N...

    CustomXmlPart.clone method. Makes a deep enough copy of the object... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Remove Breaks in Jython|Aspose.Words for Java

    Remove Breaks using Jython.... doc = Document ( dataDir + "TestRemoveBreaks.doc" ) # Remove...remove_page_breaks ( doc ) self . remove_section_breaks ( doc ) # Save the...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  5. Comment.AddReply | Aspose.Words for .NET

    Enhance your discussions with the Comment AddReply method—easily add replies to comments and improve engagement on your platform!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); Comment comment = new Comment ( doc , "John Doe"...

    reference.aspose.com/words/net/aspose.words/com...
  6. Font.AutoColor | Aspose.Words for .NET

    Discover the Font AutoColor property, get the current text color (black or white) for auto color adjustments. Optimize your design effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If a run's Font object...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Table.title property | Aspose.Words for Node.js

    Table.title property. Gets or sets title of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working With Comments in Ruby|Aspose.Words for ...

    Working with comments using Ruby.... doc = Rjb :: import ( 'com.aspose...new ( data_dir + 'TestComments.doc' ) # Get all comments from document...

    docs.aspose.com/words/java/working-with-comment...
  9. FieldSaveDate.UseLunarCalendar | Aspose.Words f...

    FieldSaveDate's UseLunarCalendar property allows you to easily switch between Hijri and Hebrew lunar calendars for seamless date management.... Document doc = new Document ( MyDir + "Document...builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words.fie...
  10. WarningType enumeration | Aspose.Words for Python

    aspose.words.WarningType enumeration. Specifies the type of a warning that is issued by Aspose.Words during Document loading or saving.... doc = aw . Document ( file_name =...aw . WarningInfoCollectio () doc . warning_callback = warning_collector...

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