Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 19,240 for

aws

(0.1 sec)
  1. ConditionalStyle.bottomPadding property | Aspos...

    ConditionalStyle.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SmartTag.element property | Aspose.Words for Py...

    SmartTag.element property. Specifies the name of the smart tag within the document.... def create (): doc = aw . Document () # A smart tag appears...dotted underline. smart_tag = aw . markup . SmartTag ( doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyleCollection.topLeftCell property...

    ConditionalStyleCollection.topLeftCell property. Gets the top left cell style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ConditionalStyleCollection.firstRow property | ...

    ConditionalStyleCollection.firstRow property. Gets the first row style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ConditionalStyleCollection.lastRow property | A...

    ConditionalStyleCollection.lastRow property. Gets the last row style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ConditionalStyleCollection.oddColumnBanding pro...

    ConditionalStyleCollection.oddColumnBanding property. Gets the odd column banding style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisTimeUnit enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.AxisTimeUnit enumeration. Specifies the unit of time for axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxis.major_unit_scale property | Aspose.Wo...

    ChartAxis.major_unit_scale property. Returns or sets the scale value for major tick marks on the time category axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutCollector.get_start_page_index method | A...

    LayoutCollector.get_start_page_index method. Gets 1-based index of the page where node begins... doc = aw . Document () layout_collector = aw . layout ....5 pages of content. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. create_aspose_words.py

    import sys import zipfile from wheel import egg2wheel from jcc import cpp import os import subprocess import shutil import platform if sys.argv.__len__() < 4: raise SystemError('Example: python X:\......8 aspose_words') aw_jar_path = sys.argv[1] aw_jar_version = sys...argv[2] aw_python_name = sys.argv[3] print('Reading ' + aw_jar_path)...

    docs.aspose.com/words/java/how-to-build-aspose-...