Sort Score
Result 10 results
Languages All
Labels All
Results 8,671 - 8,680 of 18,474 for

docx to doc

(0.19 sec)
  1. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured Document To XML data.... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( id...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.can_have_image property | Aspose.Word...

    ShapeBase.can_have_image property. Returns ``True`` if the shape type allows the shape To have an image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape with an...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    Discover the BuiltInDocumentProperties LinksUpToDate feature, ensuring your Document's hyperlinks are current and enhancing your content's reliability....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Aspose::Words::Node::PreviousPreOrder method | ...

    Aspose::Words::Node::PreviousPreOrder method. Gets the previous node according To the pre-order tree traversal algorithm in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Images.docx" ); ASSERT_EQ ( 9 , doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method To efficiently render Document pages inTo Graphics objects at your desired scale for optimal visual results....Document doc = new Document ( MyDir + "Rendering.docx" ); // Calculate...thumbRows = doc . PageCount / thumbColumns ; int remainder = doc . PageCount...

    reference.aspose.com/words/net/aspose.words/doc...
  6. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    Discover the FieldStyleRef InsertParagraphNumber property To easily manage paragraph numbering in your Documents, ensuring accurate references and enhanced formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::Document::get_PackageCustomParts...

    Aspose::Words::Document::get_PackageCusTomParts method. Gets or sets the collection of cusTom parts (arbitrary content) that are linked To the OOXML package using "unknown relationships" in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. ListLevel.number_style property | Aspose.Words ...

    ListLevel.number_style property. Returns or sets the number style for this list level.... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured Document tag for efficient Document management.... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); DocumentBuilder builder = new...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Update Fields C#|Aspose.Words for .NET

    Learn how To update fields in C#. Update fields programmatically or use auTomatic field update using .NET API.... Document doc = new Document ( "input.docx" ); doc . UpdateFields...fields in the document doc . Save ( "output.docx" ); Q: How do I update...

    docs.aspose.com/words/net/update-fields/