Sort Score
Result 10 results
Languages All
Labels All
Results 7,731 - 7,740 of 17,486 for

docx to doc

(0.05 sec)
  1. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access To the rows of the table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) tables = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.clearFormatting method | Aspose...

    ParagraphFormat.clearFormatting method. Resets To default paragraph formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Fields::FieldFillIn::get_Default...

    Aspose::Words::Fields::FieldFillIn::get_DefaultResponse method. Gets or sets default user response (initial value contained in the prompt window) in C++....void FieldFillIn_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldFillIn::get_PromptO...

    Aspose::Words::Fields::FieldFillIn::get_PrompTonceOnMailMerge method. Gets or sets whether the user response should be recieved once per a mail merge operation in C++....void FieldFillIn_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 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...
  6. Border class | Aspose.Words for Node.js

    Aspose.Words.Border class. Represents a border of an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder construcTor... DocumentBuilder(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . Document ):...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HeaderFooterCollection Class | Aspose.Words for...

    Discover Aspose.Words.HeaderFooterCollection for easy, typed access To Section HeaderFooter nodes, streamlining Document management and enhancing your workflow.... Document doc = new Document ( MyDir + "Header..."Header and footer types.docx" ); // Iterate through each section...

    reference.aspose.com/words/net/aspose.words/hea...
  9. StructuredDocumentTag.is_showing_placeholder_te...

    StructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted To contain placeholder text (as opposed To regular text contents within the SDT).... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...