Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 180,066 for

doc

(0.14 sec)
  1. ListCollection.Item | Aspose.Words for .NET

    Access ListCollection items effortlessly by index. Simplify your data management and enhance your coding efficiency with this powerful property!...Document doc = new Document (); ListCollection lists = doc . Lists.... Document , Is . EqualTo ( doc )); List docList = lists . Add...

    reference.aspose.com/words/net/aspose.words.lis...
  2. 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...
  3. Font.underline property | Aspose.Words for Python

    Font.underline property. Gets or sets the type of underline applied to the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  6. DocumentBase.page_color property | Aspose.Words...

    DocumentBase.page_color property. Gets or sets the page color of the Document... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . page_color...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Settings::WriteProtection::SetPa...

    Aspose::Words::Settings::WriteProtection::SetPassword method. Sets the write protection password for the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. BaseWebExtensionCollection1.Item | Aspose.Words...

    Discover the BaseWebExtensionCollection Item property to easily manage items by index. Simplify your development with efficient data handling today!... Document doc = new Document ( MyDir + "Web...extension.docx" ); Assert . That ( doc . WebExtensionTaskPane . Count...

    reference.aspose.com/words/net/aspose.words.web...
  9. Aspose::Words::Fields::FieldIndexFormat enum | ...

    Aspose::Words::Fields::FieldIndexFormat enum. Specifies the formatting for the FieldIndex fields in a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "A" );...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. ReflectionFormat.remove method | Aspose.Words f...

    ReflectionFormat.remove method. Removes [ReflectionFormat](../) from the parent object.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

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