Sort Score
Result 10 results
Languages All
Labels All
Results 7,251 - 7,260 of 18,297 for

docx to doc

(0.18 sec)
  1. Comment constructor | Aspose.Words for Python

    aspose.words.Comment construcTor...constructor Contents [ Hide ] Comment(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines 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...
  3. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words 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...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Security method. Specifies the security level of a Document as a numeric value in C++....This property is available in DOC and OOXML documents only. To...security level of a document. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  7. Document.write_protection property | Aspose.Wor...

    Document.write_protection property. Provides access To the Document write protection options.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Run | Aspose.Words for .NET

    Create and cusTomize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/run...
  9. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomXmlPartCollection.add method | Aspose.Wor...

    aspose.words.markup.CusTomXmlPartCollection.add method... 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...