Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 157,349 for

doc

(0.07 sec)
  1. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following this node....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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 ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table.auto_fit method | Aspose.Words for Python

    Table.auto_fit method. Resizes the table and cells according to the specified auto fit behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. List.has_same_template method | Aspose.Words fo...

    List.has_same_template method. Returns true if the current list and the given list are created from the same template.... doc = aw . Document ( file_name =...assertTrue ( doc . lists [ 0 ] . has_same_template ( doc . lists [...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChapterPageSeparator Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ChapterPageSeparator enum to customize chapter and page number separators for enhanced Document formatting and clarity.... Document doc = new Document ( MyDir + "Big...docx" ); PageSetup pageSetup = doc . FirstSection . PageSetup ;...

    reference.aspose.com/words/net/aspose.words/cha...
  6. TaskPaneCollection class | Aspose.Words for Python

    aspose.words.webextensions.TaskPaneCollection class. Specifies a list of persisted task pane objects... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. XmlMapping.xpath property | Aspose.Words for Py...

    XmlMapping.xpath property. Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured Document tag.... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  8. EditableRangeEnd.node_type property | Aspose.Wo...

    EditableRangeEnd.node_type property. Returns [NodeType.EDITABLE_RANGE_END](../../nodetype/#EDITABLE_RANGE_END).... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HorizontalRuleFormat.noShade property | Aspose....

    HorizontalRuleFormat.noShade property. Indicates the presence of 3D shading for the horizontal rule... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. HorizontalRuleFormat.Alignment | Aspose.Words f...

    Discover the HorizontalRuleFormat Alignment property to easily customize the alignment of horizontal rules for enhanced design flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertHorizontalRule...

    reference.aspose.com/words/net/aspose.words.dra...