Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 183,731 for

doc

(0.34 sec)
  1. waterfall.xlsx

    Tabelle1 Data: 2 4 6 8 10 12 14 16 18 20 2023-03-13T08:51:41Z 16.0300 Chris Jackson IBM Corporation 2023-02-28T19:46:06Z 2023-03-13T08:51:41Z 2023-03-13T08:51:41Z 2023-03-13T08:51:41Z false 2023-03......xinya zhu D:\Git\Release Doc\Aspose.Cells-Doc-md\english\net\deve...

    docs.aspose.com/cells/ru/cpp/using-chartglobali...
  2. ChartSeriesGroupCollection.remove_at method | A...

    ChartSeriesGroupCollection.remove_at method. Removes a series group at the specified index... doc = aw . Document ( file_name =...'Combo chart.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::PageSetup::get_PaperSize method ...

    Aspose::Words::PageSetup::get_PaperSize method. Returns or sets the paper size in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Field.type property | Aspose.Words for Node.js

    Field.type property. Gets the Microsoft Word field type.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to add comments to bookmark range - Free Su...

    i have an existing word Document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = Document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...the following code: Document doc = new Document(@"C:\Temp\in.docx");...docx"); foreach (Bookmark bk in doc.Range.Bookmarks) { // Create...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  6. SvgSaveOptions.show_page_border property | Aspo...

    SvgSaveOptions.show_page_border property. Controls whether a border is added to the outline of the page... doc = aw . Document ( file_name =...SvgTextOutputMode . USE_PLACED_GLYPHS doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChmLoadOptions constructor | Aspose.Words for P...

    ChmLoadOptions constructor. Initializes a new instance of this class with default values....chm' doc = aw . Document ( stream = io...load_options = load_options ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::PhoneticGuide::get_RubyText meth...

    Aspose::Words::PhoneticGuide::get_RubyText method. Gets ruby text of the phonetic guide in C++.... auto doc = System :: MakeObject < Aspose...Words :: RunCollection > runs = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/pho...
  9. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Give the document's built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IStructuredDocumentTag.tag property | Aspose.Wo...

    IStructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node... let doc = new aw . Document (); // Create...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . PlainText...

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