Sort Score
Result 10 results
Languages All
Labels All
Results 5,741 - 5,750 of 19,240 for

aws

(0.08 sec)
  1. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same 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...
  2. DocumentBuilder.paragraphFormat property | Aspo...

    DocumentBuilder.paragraphFormat property. Returns an object that represents current paragraph formatting properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . rowFormat . heightRule = aw . HeightRule . AtLeast ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. BuiltInDocumentProperties.keywords property | A...

    BuiltInDocumentProperties.keywords property. Gets or sets the document keywords.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...

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

    aspose.words.FrameFormat class. Represents frame related formatting for a paragraph.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxisType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisType enumeration. Specifies type of chart axis....chart_series_collection (): doc = aw . Document () builder = aw . DocumentBuilder...chart = append_chart ( builder , aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlMetafileFormat enum ...

    Aspose::Words::Saving::HtmlMetafileFormat enum. Indicates the format in which metafiles are saved to HTML documents in C++...."style= \" -aw-left-pos:0pt; -aw-rel-hpos:column; -aw-rel-vpos:paragraph;...-aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline \" />" + u "</p>"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. PDF को JPG Python में बदलें

    Python कोड PDF को JPG प्रारूप में बदलें। सहेजें PDF के रूप में JPG का उपयोग कर Python ।...as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  8. PDF को PNG Python में बदलें

    Python कोड PDF को PNG प्रारूप में बदलें। सहेजें PDF के रूप में PNG का उपयोग कर Python ।...as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  9. TEXT को PNG Python में बदलें

    Python कोड TEXT को PNG प्रारूप में बदलें। सहेजें TEXT के रूप में PNG का उपयोग कर Python ।...as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  10. 在javascript中壓縮html

    在JavaScript中壓縮HTML而不會損失質量。優化HTML內容,輕鬆減小文件大小。...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/zh-hant/nodejs-net/co...