Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 157,183 for

doc

(0.14 sec)
  1. Bookmark.last_column property | Aspose.Words fo...

    Bookmark.last_column property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... doc = aw . Document ( MY_DIR + 'Table...column bookmarks.doc' ) for bookmark in doc . range . bookmarks...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldIndex class | Aspose.Words for Python

    aspose.words.fields.FieldIndex class. Implements the INDEX field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::BorderType enum | Aspose.Words f...

    Aspose::Words::BorderType enum. Specifies sides of a border. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. FixedPageSaveOptions.numeralFormat property | A...

    FixedPageSaveOptions.numeralFormat property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . localeId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.nameBi property | Aspose.Words for Node.js

    Font.nameBi property. Returns or sets the name of the font in a right-to-left language Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLabel.labelValue property | Aspose.Words fo...

    ListLabel.labelValue property. Gets a numeric value for this label.... let doc = new aw . Document ( base ....docx" ); doc . updateListLabels (); let paras = doc . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabelCollection.Font | Aspose.Words fo...

    Access and customize the font formatting of your entire series' data labels with the ChartDataLabelCollection Font property for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a line chart, then...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Vba::VbaModuleCollection::idx_ge...

    Aspose::Words::Vba::VbaModuleCollection::idx_get method. Retrieves a VbaModule object by name, or Null if not found in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....saveFormat , string ext ) { Document doc = new Document ( MyDir + "Big...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....ts/' doc = Document () builder = DocumentBuilder ( doc ) # Insert...same time. field . update () doc . save ( dataDir + "InsertNestedFields...

    docs.aspose.com/words/java/insert-nested-fields...