Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 19,504 for

aws

(0.06 sec)
  1. Which PDF Standard Is Better to Choose|Aspose.W...

    Choose the best PDF standard to export the result of your programming task in Node.js. Which PDF standard is better – PDF 1.7, PDF 2.0, PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, or PDF/UA....const aw = require ( "aspose.words" ); const doc = new aw . Document...docx" ); const saveOptions = new aw . saving . PdfSaveOptions ();...

    docs.aspose.com/words/nodejs-net/which-pdf-stan...
  2. StyleCollection.addCopy method | Aspose.Words f...

    StyleCollection.addCopy method. Copies a style into this collection.... let doc = new aw . Document (); // The AddCopy...different document. let srcDoc = new aw . Document (); // Create a custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.getAncestor method | Aspose.Words for Node.js

    Node.getAncestor method. Gets the first ancestor of the specified [NodeType](../../nodetype/)....'CalculateDepthOfNest' , () => { let doc = new aw . Document ( base . myDir + "Nested...tableNodes = doc . getChildNodes ( aw . NodeType . Table , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OleFormat.get_ole_entry method | Aspose.Words f...

    OleFormat.get_ole_entry method. Gets OLE object data entry.... doc = aw . Document () builder = aw . DocumentBuilder...node in doc . get_child_nodes ( aw . NodeType . SHAPE , True )]...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag class | Aspose.Words for ...

    Aspose.Words.Markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...quoteStyle = doc . styles . at ( aw . StyleIdentifier . Quote );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Fill.pattern property | Aspose.Words for Node.js

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill.... let doc = new aw . Document ( base . myDir + "Shape...shape fill: fill . patterned ( aw . Drawing . PatternType . DiagonalBrick...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeBase.is_horizontal_rule property | Aspose....

    ShapeBase.is_horizontal_rule property. Returns ``True`` if this shape is a horizontal rule.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.shading property | Aspose.Words for Python

    Font.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the font.... doc = aw . Document () builder = aw . DocumentBuilder... shading shading . texture = aw . TextureIndex . TEXTURE_DIAGONAL_UP...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartSeriesGroup.overlap property | Aspose.Word...

    ChartSeriesGroup.overlap property. Gets or sets the percentage of how much the series bars or columns overlap....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...
  10. TextColumnCollection.spacing property | Aspose....

    TextColumnCollection.spacing property. When columns are evenly spaced, gets or sets the amount of space between each column in points.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...

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