Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 180,207 for

doc

(0.09 sec)
  1. Convert Document to Other Formats|Aspose.Words ...

    Convert a Document from one format to another and fast instead of using Apache POI in Java....convert a whole document from DOC to other formats using default...Document doc = new Document ( dataDir + "document.doc" ); doc . save...

    docs.aspose.com/words/java/convert-document-to-...
  2. Aspose::Words::BookmarkCollection::RemoveAt met...

    Aspose::Words::BookmarkCollection::RemoveAt method. Removes a bookmark at the specified index in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  3. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Border topBorder = builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DocX format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. HtmlSaveOptions.navigationMapLevel property | A...

    HtmlSaveOptions.navigationMapLevel property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats... let doc = new aw . Document ( base ....options . navigationMapLevel = 2 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management.... Document doc = new Document (); // An empty...one paragraph. Assert . That ( doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/com...
  7. CompositeNode.Count | Aspose.Words for .NET

    Discover the CompositeNode Count property, easily retrieve the number of immediate child nodes for efficient data management and streamlined processing.... Document doc = new Document (); // An empty...one paragraph. Assert . That ( doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/com...
  8. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some nodes with...

    reference.aspose.com/words/net/aspose.words/nod...
  9. StyleCollection.add method | Aspose.Words for N...

    StyleCollection.add method. Creates a new user defined style and adds it the collection.... let doc = new aw . Document (); let styles = doc . styles...and use it in a document. let doc = new aw . Document (); // A...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.height property | Aspose.Words for Py...

    ShapeBase.height property. Gets or sets the height of the containing block of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

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