Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 18,005 for

aws

(0.07 sec)
  1. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) comment = aw . Comment ( doc = doc , author...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Python ו .NET הבדלי גרסאות|Aspose.Words עבור Py...

    Aspose.Words עבור Python via .NET זה עטיפה Aspose.Words עבור .NET, דף זה מתאר את ההבדלים בתכונות API של שני המוצרים האלה....הגופן הראשון Run במסמך: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...

    docs.aspose.com/words/he/python-net/python-notes/
  3. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML data.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....calculate_depth_of_nested_tables (): doc = aw . Document ( MY_DIR + 'Nested...tables = doc . get_child_nodes ( aw . NodeType . TABLE , True ) for...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Node.nodeTypeToString method | Aspose.Words for...

    Node.nodeTypeToString method. A utility method that converts a node type enum value into a user friendly string....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following this node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style.priority property | Aspose.Words for Node.js

    Style.priority property. Gets/sets the integer value that represents the priority for sorting the styles in the Styles task pane.... let doc = new aw . Document (); let styleTitle...styleTitle = doc . styles . at ( aw . StyleIdentifier . Subtitle ); if...

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

    aspose.words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_FIRST...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.HtmlLoadOptions class. Allows to specify additional options when loading HTML document into a [Document](../../aspose.words/document/) object... let loadOptions = new aw . Loading . HtmlLoadOptions ();...only load the PNG. let doc = new aw . Document ( base . myDir + "VML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CustomXmlPart.data property | Aspose.Words for ...

    CustomXmlPart.data property. Gets or sets the XML content of this Custom XML Data Storage Part.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

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