Sort Score
Result 10 results
Languages All
Labels All
Results 9,591 - 9,600 of 180,622 for

doc

(0.89 sec)
  1. 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...#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  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. 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...
  5. Upgrade with new apose liabrary to 24.9.0 leads...

    We have upgraded aspose library in our application 20.6.0.0 to 24.9.0.0 After upgrading it created issue in tables which are in PDF report. content goes beyond right margin, previously it was adjusting content as per do…...pdf saving ---------- Document doc = new Document(tempPath); DocumentBuilder...builder = new DocumentBuilder(doc); doc.Save(path, Aspose.Words.SaveFormat...

    forum.aspose.com/t/upgrade-with-new-apose-liabr...
  6. 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...
  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. 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...
  9. IWarningCallback class | Aspose.Words for Node.js

    Aspose.Words.IWarningCallback class. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during Document loading or saving....IWarningCallback' , () => { let doc = new aw . Document ( base ....HandleDocumentWarnin (); doc . warningCallback = callback ; doc . save ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CellFormat.PreferredWidth | Aspose.Words for .NET

    Discover the CellFormat PreferredWidth property to easily customize cell widths for optimal layout and design in your spreadsheets. Enhance your data presentation!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...