Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 170,558 for

doc

(0.07 sec)
  1. BuiltInDocumentProperties.revisionNumber proper...

    BuiltInDocumentProperties.revisionNumber property. Gets or sets the Document revision number.... let doc = new aw . Document ( base ...."Properties.docx" ); let properties = doc . builtInDocumentPrope ; // The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. Aspose::Words::PageSetup::get_TopMargin method ...

    Aspose::Words::PageSetup::get_TopMargin method. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Aspose::Words::PageSetup::get_RightMargin metho...

    Aspose::Words::PageSetup::get_RightMargin method. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Aspose::Words::PageSetup::get_BottomMargin meth...

    Aspose::Words::PageSetup::get_BottomMargin method. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two...Paragraph paragraph = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

    reference.aspose.com/words/java/com.aspose.word...
  7. EndnoteOptions.position property | Aspose.Words...

    EndnoteOptions.position property. Specifies the endnotes position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # An endnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_Overlap method. Gets or sets the percentage of how much the series bars or columns overlap in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Table.alignment property | Aspose.Words for Python

    Table.alignment property. Specifies how an inline table is aligned in the Document.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Cell.lastParagraph property | Aspose.Words for ...

    Cell.lastParagraph property. Gets the last paragraph among the immediate children.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a table with red...

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