Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 17,113 for

docx to doc

(0.05 sec)
  1. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.paragraphs property. Represents an estimate of the number of paragraphs in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let properties = doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Run.text property | Aspose.Words for Python

    Run.text property. Gets or sets the text of the run.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Constructors Name Description Run(doc) Initializes a new instance of...of the Run class. Run(doc, text) Initializes a new instance of...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Style.font property | Aspose.Words for Node.js

    Style.font property. Gets the character formatting of the style.... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a page break is forced before the paragraph in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Set this flag to "true"...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-protection password the Document was protected with. If Document is not write-protected with password then returns false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. CustomXmlPartCollection.count property | Aspose...

    CusTomXmlPartCollection.count property. Gets the number of elements contained in the collection.... 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...
  8. CustomXmlPart.schemas property | Aspose.Words f...

    CusTomXmlPart.schemas property. Specifies the set of XML schemas that are associated with this cusTom XML 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...
  9. CustomXmlPartCollection.remove_at method | Aspo...

    CusTomXmlPartCollection.remove_at method. Removes an item at the specified index.... 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...
  10. DocumentBuilder.InsertField | Aspose.Words for ...

    Enhance your Documents with DocumentBuilder's InsertField method. Effortlessly add and update Word fields for dynamic content and improved functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two fields while...

    reference.aspose.com/words/net/aspose.words/doc...