Sort Score
Result 10 results
Languages All
Labels All
Results 9,741 - 9,750 of 182,576 for

doc

(0.63 sec)
  1. Format Table in Document|Aspose.Words for Java

    Format table inside a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . startTable...

    docs.aspose.com/words/java/format-table-in-docu...
  2. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. VbaModule class | Aspose.Words for Python

    aspose.words.vba.VbaModule class. Provides access to VBA project module... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartDataLabel.showCategoryName property | Aspo...

    ChartDataLabel.showCategoryName property. Allows to specify if category name is to be displayed for the data labels on a chart...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartSeriesGroup.AxisY | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisY property to easily access and customize Y-axis features for enhanced data visualization in your charts.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. BuiltInDocumentProperties.manager property | As...

    BuiltInDocumentProperties.manager property. Gets or sets the manager property.... doc = aw . Document ( file_name =...'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.total_editing_time pr...

    BuiltInDocumentProperties.total_editing_time property. Gets or sets the total editing time in minutes.... doc = aw . Document ( file_name =...'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartDataPoint.clearFormat method | Aspose.Word...

    ChartDataPoint.clearFormat method. Clears format of this data point...'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ConditionalStyleCollection.evenRowBanding prope...

    ConditionalStyleCollection.evenRowBanding property. Gets the even row banding style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BookmarksOutlineLevelCollection.remove method |...

    BookmarksOutlineLevelCollection.remove method. Removes a bookmark with the specified name from the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bookmark with...

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