Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 157,127 for

doc

(0.05 sec)
  1. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.toArray method. Copies all paragraphs from the collection to a new array of paragraphs.... let doc = new aw . Document ( base ...."Paragraphs.docx" ); let paras = doc . firstSection . body . paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompositeNode.last_child property | Aspose.Word...

    CompositeNode.last_child property. Gets the last child of the node.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentProperty.to_byte_array method | Aspose....

    DocumentProperty.to_byte_array method. Returns the property value as byte array.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of Document revisions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::OoxmlSaveOptions::OoxmlS...

    Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Docx format in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. CompositeNode.get_text method | Aspose.Words fo...

    CompositeNode.get_text method. Gets the text of this node and of all its children.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FixedPageSaveOptions.PageSet | Aspose.Words for...

    Control your Document rendering with FixedPageSaveOptions PageSet. Easily select specific pages or choose all for seamless output. Optimize your workflow!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add five pages to the document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Font.color property | Aspose.Words for Python

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

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