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

doc

(0.15 sec)
  1. Buat Markdown Menggunakan Java

    Buat Markdown baharu dalam Java dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Java....keluaran DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/ms/java/make/md/
  2. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++.... auto doc = System :: MakeObject < Aspose...override the even headers/footers. doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Style.equals method | Aspose.Words for Node.js

    Style.equals method. Compares with the specified style... let doc = new aw . Document ( base ....separate alias. let style = doc . styles . at ( "MyStyle" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current node.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor... DocumentBuilder(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . Document ):...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert hidden text, then...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. 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...
  10. 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...