Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 18,299 for

docx to doc

(0.17 sec)
  1. 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...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Watermark::SetText method | Aspo...

    Aspose::Words::Watermark::SetText method. Adds Text watermark inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...
  3. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java....Document doc = new Document(getMyDir() + "Bibliography.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Document.update_page_layout method | Aspose.Wor...

    Document.update_page_layout method. Rebuilds the page layout of the Document.... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) # Saving a document to PDF, to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomPart.data property | Aspose.Words for Python

    CusTomPart.data property. Contains the data of this cusTom part.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomPartCollection.Item | Aspose.Words for .NET

    Effortlessly manage your CusTomPartCollection with our item property. Quickly get or set items at any index for seamless cusTomization and efficiency.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  8. CustomPart.is_external property | Aspose.Words ...

    CusTomPart.is_external property. False if this cusTom part is sTored inside the OOXML package... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

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

    Node.remove method. Removes itself from the parent....let doc = new aw . Document ( base . myDir + "Images.docx" );...); let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current paragraph and sets list level To zero.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

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