Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 170,567 for

doc

(0.41 sec)
  1. 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...
  2. 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...
  3. 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...
  4. FieldTC.entry_level property | Aspose.Words for...

    FieldTC.entry_level property. Gets or sets the level of the entry....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

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

    Aspose.Words.Drawing.OlePackage class. Allows to access OLE Package properties... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // OLE objects allow us to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Rotate PDF Pages Using Python|Aspose.PDF for Py...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python....as ap doc = ap . Document ( input_pdf ) for page in doc . pages...Rotation . ON90 # Save output file doc . save ( output_pdf ) Move PDF...

    docs.aspose.com/pdf/python-net/rotate-pages/
  7. Shape.FillColor | Aspose.Words for .NET

    Discover the Shape FillColor property to customize your designs with vibrant brush colors that enhance your shapes and elevate your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Write some text, and then...

    reference.aspose.com/words/net/aspose.words.dra...
  8. DocumentBuilder.moveToSection method | Aspose.W...

    DocumentBuilder.moveToSection method. Moves the cursor to the beginning of the body in a specified section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LegendPosition enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible positions for a chart legend.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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

    Discover the Aspose.Words.PdfImageCompression enum to optimize image compression in your PDF files, enhancing quality and reducing file size effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Jpeg...

    reference.aspose.com/words/net/aspose.words.sav...